Neshan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neshan 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/344641.svg" alt="Neshan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344641.svg" alt="Neshan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344641.svg" alt="Neshan icon" :width="24" :height="24" />
CSS background
.icon-neshan {
background-image: url('https://proicons.com/icon/344641.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m6.6564,13.9657l6.5564,3.7847m21.4559,12.4191l6.5624,3.7887"/><path class="c" d="m16.5881,36.5978c1.4097-.0001,2.8191-.0342,4.2271-.1021,9.1609-.4985,14.2689-3.6806,14.9255-12.2319,0-6.6054-5.2471-11.7494-12.1538-12.0007-5.8137.3784-11.274,4.0069-11.6283,11.6163.2813,4.3102,1.3463,6.4213,4.6295,12.7194v-.001Z"/><path class="c" d="m34.908,5l5.0149,10.6424c2.7657,5.9318,2.2152,10.5373.7828,14.7894l1.1641,2.3062c.5866,1.1932.2653,1.9469-.7838,2.3493l-3.068.1271c-3.2241,4.139-7.5614,6.7876-13.6042,7.151l-11.321.6346-5.0559-10.0708c-2.9429-5.5874-2.4884-10.6303-.8889-15.4881l-1.2052-2.3913c-.3443-1.5035.2212-1.9609.995-2.1791l3.11-.1481c4.7817-5.5754,8.9617-6.0759,13.0757-6.7706l11.7845-.9519Z"/><path class="c" d="m21.8112,15.9957l1.8418,1.0921c2.3123-1.1451,6.1059.3183,6.2961,3.6345l1.9269,1.1131-1.1001,1.9059c1.4915,2.9349-1.1161,6.4102-3.5895,6.2171l-1.1451,1.9839-1.8338-1.059c-2.8127,1.2642-5.9958-.6606-6.3242-3.6516l-1.9269-1.1121,1.0971-1.8999c-1.2933-3.3553,1.2492-6.204,3.6636-6.3462l1.0941-1.8778Z"/></svg>
Copied!