Ctemplar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ctemplar icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/324146.svg" alt="Ctemplar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324146.svg" alt="Ctemplar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324146.svg" alt="Ctemplar icon" :width="24" :height="24" />
CSS background
.icon-ctemplar {
background-image: url('https://proicons.com/icon/324146.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="11.75" y1="29.63" x2="21.87" y2="20.87"/><path class="a" d="M25.14,41.56A43.73,43.73,0,0,0,42.46,12.87a3.3,3.3,0,0,0-1.92-3.52A41.5,41.5,0,0,0,24,6.07,41.5,41.5,0,0,0,7.46,9.35a3.3,3.3,0,0,0-1.92,3.52A43.73,43.73,0,0,0,22.86,41.56,2,2,0,0,0,25.14,41.56Z"/><path class="a" d="M41.08,9.66C38.23,7.34,31.75,16,24,22.8,16.25,16,9.77,7.34,6.92,9.66"/><line class="a" x1="36.25" y1="29.63" x2="26.13" y2="20.87"/></svg>
Copied!