Nafath Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nafath 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/329960.svg" alt="Nafath icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329960.svg" alt="Nafath icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329960.svg" alt="Nafath icon" :width="24" :height="24" />
CSS background
.icon-nafath {
background-image: url('https://proicons.com/icon/329960.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m43.5,17.175c0,.4396-.3564.796-.796.796h0c-.4396,0-.796-.3564-.796-.796h0c0-.4396.3564-.796.796-.796h0c.4396,0,.796.3564.796.796h0Z"/><path class="b" d="m30.95,17.542c0,.4396-.3564.796-.796.796s-.796-.3564-.796-.796c.0006-.4392.3568-.795.796-.795s.7954.3558.796.795Z"/><path class="b" d="m17.55,17.7v10.854c-.0039,1.6872,1.3608,3.0581,3.048,3.062.0047,0,.0093,0,.014,0h6.796c1.714,0,5.779.355,6.407-4.95.357-3.014-2.256-4.199-3.632-4.199-1.377,0-3.99,1.185-3.633,4.199.629,5.305,4.693,4.95,6.358,4.95h6.747c1.6872.0039,3.0581-1.3608,3.062-3.048,0-.0047,0-.0093,0-.014v-5.587"/><circle class="b" cx="9.278" cy="17.104" r=".692"/><path class="b" d="m4.5,31.581h4.206c6.108,0,2.885-7.702.017-8.696"/></svg>
Copied!