Incharge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Incharge 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/327382.svg" alt="Incharge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327382.svg" alt="Incharge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327382.svg" alt="Incharge icon" :width="24" :height="24" />
CSS background
.icon-incharge {
background-image: url('https://proicons.com/icon/327382.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24.1396,43.5c2.7569-3.2426,13.827-12.4001,13.827-25.0335,0-7.7135-6.2532-13.9665-13.9666-13.9665-7.7135,0-13.9666,6.253-13.9666,13.9664,0,12.6335,11.313,21.8031,14.1063,25.0336Z"/><polyline class="c" points="22.5661 27.8888 27.9927 20.2243 20.0073 20.2243 25.4339 12.5598"/></svg>
Copied!