Concepts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Concepts 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/323966.svg" alt="Concepts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323966.svg" alt="Concepts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323966.svg" alt="Concepts icon" :width="24" :height="24" />
CSS background
.icon-concepts {
background-image: url('https://proicons.com/icon/323966.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,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-width:1px;}</style></defs><circle class="a" cx="37.008" cy="8.3081" r="3.5988"/><path class="b" d="M16.3375,42.8042A20.3934,20.3934,0,1,1,34.09,6.2011"/><path class="a" d="M41.4009,31.8338l1.2212.7941"/><path class="a" d="M38.6039,36.64l1.1425.9849"/><path class="a" d="M34.31,40.3824l.7878,1.0242"/><path class="a" d="M29.0213,42.72l.4038,1.2532"/><path class="a" d="M23.7129,43.3369l-.0394,1.1942"/><path class="a" d="M18.1583,42.74l-.2757,1.1879"/><path class="a" d="M45.5,27.2641H40.0615l-4.9637-1.497.0788-4.097,4.8849-1.497H45.5"/><path class="a" d="M35.0978,25.7671,29.5827,23.64l5.5939-1.97"/></svg>
Copied!