Mindshine Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mindshine 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/329296.svg" alt="Mindshine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329296.svg" alt="Mindshine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329296.svg" alt="Mindshine icon" :width="24" :height="24" />
CSS background
.icon-mindshine {
background-image: url('https://proicons.com/icon/329296.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="M15.5204,42.297c-14.1395-3.5578-12.5466-27.8166.7117-35.0305,8.8328-4.8055,26.751.538,26.1701,11.8541-.5196,10.1206-18.3921,25.3122-26.8817,23.1764h-.0002ZM27.4762,15.2053c-11.9133-5.1647-19.0925,15.1683-9.4311,17.1254,7.9745,1.6154,19.88-12.5947,9.4311-17.1254Z"/></svg>
Copied!