\documentclass[border=5mm]{standalone}
\usepackage{OutilsGeomTikz}
\usepackage[svgnames]{xcolor}
\begin{document}
\begin{tikzpicture}
\tkzRegle[Fond,AfficheValeurs,Longueur=15,Rotation=-20,Echelle=0.5,CouleurFond=blue]
\tkzEquerre[Fond,AfficheValeurs,Longueur=12,Origine={(-20:4)},Rotation=-20,CouleurFond=red,Echelle=0.5]
\tkzCrayon[Couleur=ForestGreen,Origine={(-20:4)},Rotation=30,Echelle=0.5]
\draw (10,-5)--++(20:5) (10,-5)--++(50:5) ;
\tkzRapporteur[Fond,CouleurFond=purple,Origine={(10,-5)},Echelle=0.5,Rotation=20]
\tkzRappEquerre[Fond,Origine={(9,1)},Rotation=90,CouleurFond=ForestGreen,Echelle=0.5]
\tkzCrayon[Couleur=yellow,Origine={(9,-1)},Rotation=20,Echelle=0.5]
\coordinate (AA) at ($(10,-5)+(50:{0.5*3.75})$) ;
\tkzCrayon[Couleur=orange,Origine={AA},Rotation=-20,Echelle=0.5,Longueur=6]
\tkzRequerre[Fond,AfficheValeurs,CouleurFond=yellow,Origine={(3,-3.5)},Rotation=-30,Echelle=0.5]
\tkzCrayon[Couleur=gray,Origine={(3,-3)},Rotation=-98,Echelle=0.5]
\tkzRegleRepere[Fond,CouleurFond=yellow,AfficheValeurs=false,Echelle=0.5,Origine={(1,5)},Longueur=8]
\coordinate (FG) at (-1,1) ; \coordinate (FH) at (1,1.5) ;
\tkzCompas[LongueurBranches=3,LongueurCrayon=2]{FG}{FH}
\end{tikzpicture}
\end{document}