Wafrn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wafrn 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/349497.svg" alt="Wafrn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349497.svg" alt="Wafrn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349497.svg" alt="Wafrn icon" :width="24" :height="24" />
CSS background
.icon-wafrn {
background-image: url('https://proicons.com/icon/349497.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="M5.1536,12.3626c1.6415-.5636,4.9102-1.6858,6.3983-2.1967.4562-.1566.9508.0398,1.1721.4684,1.9315,3.7408,7.1742,16.0872,7.1742,16.0872l1.2669-10.2953c.0518-.421.3727-.765.7905-.8386,2.5608-.4513,4.673-.5415,5.7495-.5536.4528-.0051.8426.306.9475.7465l2.5193,10.5734s2.7386-9.3842,4.261-16.6708c.1089-.5211.6119-.8552,1.1345-.7535l6.1465,1.1961c.5074.0987.8493.5764.7763,1.0882-.5801,4.0662-3.1769,20.6007-7.8349,26.7388-.1726.2275-.4366.3563-.7219.3694-1.1348.0522-4.1427.1906-5.5383.2548-.4332.0199-.8255-.2498-.9637-.6609l-2.7142-8.075s-1.6507,5.4812-2.833,8.3871c-.1367.3359-.4407.5661-.8019.5989-1.0728.0974-3.5069.2856-6.0485.2591-.3813-.004-.7219-.2331-.8712-.584-1.3533-3.1801-7.9746-18.7383-10.5851-24.8532-.2203-.5159.0453-1.1042.5759-1.2864Z"/></svg>
Copied!