Mindicator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mindicator 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/343853.svg" alt="Mindicator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343853.svg" alt="Mindicator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343853.svg" alt="Mindicator icon" :width="24" :height="24" />
CSS background
.icon-mindicator {
background-image: url('https://proicons.com/icon/343853.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.5,18.54h39V29.5881H4.5ZM32.8022,29.6114a10.4384,10.4384,0,0,1-17.6033,0m-.091-11.0775a10.4375,10.4375,0,0,1,17.7842,0m6.3855,11.0642a16.2725,16.2725,0,0,1-30.5584,0m-.0457-11.07a16.2726,16.2726,0,0,1,30.653.0091"/><circle class="a" cx="24" cy="24" r="1.8669"/><line class="a" x1="27.5323" y1="24.0001" x2="37.3116" y2="24.0001"/><path class="a" d="M33.52,21.81,37.3116,24,33.52,26.19"/><line class="a" x1="20.4677" y1="24.0001" x2="10.6884" y2="24.0001"/><path class="a" d="M14.48,26.19,10.6884,24,14.48,21.81"/></svg>
Copied!