\documentclass[10pt]{article}
\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\usepackage{mathrsfs}
\usetikzlibrary{arrows}
\pagestyle{empty}
\newcommand{\degre}{\ensuremath{^\circ}}
\begin{document}
\definecolor{qqwuqq}{rgb}{0,0.39215686274509803,0}
\definecolor{ududff}{rgb}{0.30196078431372547,0.30196078431372547,1}
\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1cm,y=1cm]
\begin{axis}[
x=1cm,y=1cm,
axis lines=middle,
ymajorgrids=true,
xmajorgrids=true,
xmin=-24.561710895636043,
xmax=130.31542928815014,
ymin=-33.013130713829284,
ymax=70.23829607536182,
xtick={-20,-10,...,130},
ytick={-30,-20,...,70},]
\clip(-24.561710895636043,-33.013130713829284) rectangle (130.31542928815014,70.23829607536182);
\draw [shift={(40,30)},line width=2pt,color=qqwuqq,fill=qqwuqq,fill opacity=0.10000000149011612] (0,0) -- (49.15118038108133:4.750832520975036) arc (49.15118038108133:341.5650511770779:4.750832520975036) -- cycle;
\draw [shift={(70,20)},line width=2pt,color=qqwuqq,fill=qqwuqq,fill opacity=0.10000000149011612] (0,0) -- (97.20457917172132:4.750832520975036) arc (97.20457917172132:161.565051177078:4.750832520975036) -- cycle;
\draw [shift={(65.07066266675963,58.99465910905419)},line width=2pt,color=qqwuqq,fill=qqwuqq,fill opacity=0.10000000149011612] (0,0) -- (-130.84881961891867:4.750832520975036) arc (-130.84881961891867:-82.7954208282787:4.750832520975036) -- cycle;
\draw [line width=2pt] (65.07066266675963,58.99465910905419)-- (40,30);
\draw [line width=2pt] (40,30)-- (70,20);
\draw [line width=2pt] (70,20)-- (65.07066266675963,58.99465910905419);
\begin{scriptsize}
\draw [fill=ududff] (65.07066266675963,58.99465910905419) circle (2.5pt);
\draw[color=ududff] (66.33755133901965,62.39942241575298) node {$A$};
\draw [fill=ududff] (40,30) circle (2.5pt);
\draw[color=ududff] (41.316500061884454,33.419344037805175) node {$B$};
\draw[color=black] (51.13488727189953,47.98856376879532) node {$f$};
\draw [fill=ududff] (70,20) circle (2.5pt);
\draw[color=ududff] (71.24674494402718,23.442595743757565) node {$C$};
\draw[color=black] (54.77719220464706,24.551123331985075) node {$g$};
\draw[color=black] (70.61330060789719,41.654120407495256) node {$h$};
\draw[color=qqwuqq] (54.61883112061456,31.51901102941515) node {$\alpha = 292.41\textrm{\degre}$};
\draw[color=qqwuqq] (80.74840998597725,19.95865189504253) node {$\beta = 64.36\textrm{\degre}$};
\draw[color=qqwuqq] (77.73954938935974,59.54892290316795) node {$\gamma = 48.05\textrm{\degre}$};
\end{scriptsize}
\end{axis}
\end{tikzpicture}
\end{document}
