Sectograph Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sectograph 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/332530.svg" alt="Sectograph icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332530.svg" alt="Sectograph icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332530.svg" alt="Sectograph icon" :width="24" :height="24" />
CSS background
.icon-sectograph {
background-image: url('https://proicons.com/icon/332530.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;}.b{fill:#000;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M28.431,25.549C30.1591,23.8209,34.7757,12.14,34.7757,12.14s-9.6282,4.9862-12.1981,7.5561c-2.255,2.255-2.0167,4.7092-.6105,6.1155C23.8207,27.6653,26.2073,27.7727,28.431,25.549Z"/><path class="a" d="M2.5287,23.774l14.731.05c0,4.5314,2.1982,7.0827,6.8857,7.0827l.16,14.5912"/><circle class="b" cx="24.823" cy="23.147" r="0.75"/></svg>
Copied!