Nayateljoy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nayateljoy 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/330009.svg" alt="Nayateljoy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330009.svg" alt="Nayateljoy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330009.svg" alt="Nayateljoy icon" :width="24" :height="24" />
CSS background
.icon-nayateljoy {
background-image: url('https://proicons.com/icon/330009.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b,.c{fill:none;stroke:#000;}.a{stroke-linejoin:round;}.b{stroke-miterlimit:10;}.c{stroke-miterlimit:6;}</style></defs><polygon class="a" points="22.032 29.341 22.032 18.203 27.598 23.772 22.032 29.341"/><circle class="b" cx="24" cy="24" r="21.5"/><path class="c" d="M3.7078,16.878C5.7506,26.5714,12.5613,33.6835,20.66,33.6835c0,0,8.7494.353,15.0067-8.9507"/><path class="c" d="M39.5779,9.15c-9.5774-2.5882-19.02.2569-22.695,7.483,0,0-4.6548,7.1191.4006,16.629"/><path class="c" d="M35.6469,24.7626a13.7833,13.7833,0,0,0-1.8018-3.5888s-4.3285-7.2817-14.608-7.8817"/><path class="c" d="M29.822,44.7017c5.6217-6.0173,7.8906-13.7076,5.8249-19.94"/></svg>
Copied!