Concentration Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Concentration 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/338522.svg" alt="Concentration icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338522.svg" alt="Concentration icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338522.svg" alt="Concentration icon" :width="24" :height="24" />
CSS background
.icon-concentration {
background-image: url('https://proicons.com/icon/338522.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.8414,26.4846c4.6972,0,8.5077,3.8105,8.5077,8.5077s-3.8105,8.5077-8.5077,8.5077-8.5077-3.8105-8.5077-8.5077,3.8105-8.5077,8.5077-8.5077Z"/><path class="b" d="M16.0407,31.2777c-2.8536-4.428-1.5772-10.3308,2.8507-13.1844s10.3308-1.5772,13.1844,2.8507c2.1043,3.2653,2.0181,7.4806-.218,10.6572"/><path class="b" d="M14.9144,22.7101c-3.7765-5.018-2.77-12.1474,2.2481-15.9239,5.018-3.7765,12.1474-2.77,15.9239,2.2481,3.0274,4.0228,3.0493,9.5574.0537,13.6039"/></svg>
Copied!