Cmneuro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cmneuro 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/323847.svg" alt="Cmneuro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323847.svg" alt="Cmneuro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323847.svg" alt="Cmneuro icon" :width="24" :height="24" />
CSS background
.icon-cmneuro {
background-image: url('https://proicons.com/icon/323847.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M30.6894,44.4088c-7.7602,1.0203-17.6351-.4973-22.1103-6.7628,3.5053-1.9034,5.1109-4.5552,5.4519-8.4927.1524-1.7596-.9909-2.8585-1.9552-4.1466-3.9453-5.2702-2.8024-14.2495,3.108-18.8172,3.5422-2.7375,9.9762-4.0348,14.3471-1.6153,2.5457,1.4091,4.447,3.4733,5.6077,5.8419,1.3324,2.7188,2.1261,6.1724,1.6669,8.3704-.1486.7111-.4139,1.2671-.0802,1.8044l2.6352,4.2433c.6622,1.0409-4.3672.8818-3.5779,2.0511.4222.6254.7211,1.281.0331,1.6234.4554.5329.1671.8564-.2324,1.1215-.2444.1622-.3193.3763-.3661.5864l-.6633,2.9811c-.2396,1.0767-1.0056,1.1561-1.6922,1.2076-.9739.0729-1.9726-.4935-2.9709-.2117-2.2777.6429-3.534,2.1047-3.7863,4.2622-.2813,2.406,1.3406,5.3057,4.5846,5.953h0Z"/><path class="f" d="M21.262,23.5015c.0634-.4121.2116-1.3907.7578-1.8505.5781-.4866,1.2894-.4916,1.7563-.2457.8504.448,1.3636.4241,2.1131.1609,1.2171-.4274,1.4662-2.1838,3.0521-2.5903,1.9424-.4979,4.1761-1.8012,3.5183-5.6147-.6286-3.6444-4.1816-6.0416-7.7397-6.3354-4.4594-.3682-9.768,1.6012-11.5029,7.6194-.8547,2.9651.7327,8.7813,3.0399,8.9115.4808.0272,1.165.0186,1.8372.1324.839.1421,1.943.9528,2.0291,2.1707.4504,6.3695-2.0467,13.9048-6.1288,15.9257"/></svg>
Copied!