Concentration Training Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Concentration Training 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/323964.svg" alt="Concentration Training icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323964.svg" alt="Concentration Training icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323964.svg" alt="Concentration Training icon" :width="24" :height="24" />
CSS background
.icon-concentration-training {
background-image: url('https://proicons.com/icon/323964.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M25.5271,17.6348c0,5.8278-4.7071,10.5521-10.5136,10.5521h0c-5.8065,0-10.5136-4.7244-10.5136-10.5521,0-5.8278,4.7071-10.5521,10.5136-10.5521h0c5.8065,0,10.5136,4.7244,10.5136,10.5521h0Z"/><path id="c" class="d" d="M43.5,24.0955c0,9.2904-7.5038,16.8218-16.7603,16.8218s-16.7603-7.5314-16.7603-16.8218c0-9.2904,7.5038-16.8218,16.7603-16.8218,9.2565,0,16.7603,7.5314,16.7603,16.8218h0Z"/></svg>
Copied!