Nayto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nayto 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/344570.svg" alt="Nayto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344570.svg" alt="Nayto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344570.svg" alt="Nayto icon" :width="24" :height="24" />
CSS background
.icon-nayto {
background-image: url('https://proicons.com/icon/344570.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M8.3762,38.77c-2.2378-11.7984,4.9444-5.26,11.3848-3.3913s11.0112,1.9117,16.1912-.0638c-.7739.8709-2.7616,3.6826-2.741,6.247.0128,1.5956-3.5729,3.1858-3.5729,3.1858"/><path class="a" d="M17.8805,13.8645l-.2231,5.8327c-.1471,3.8458-9.0391,5.1377-9.6893-.0637l-.3506-2.8048"/><path class="a" d="M42.6773,15.012,42.55,21.3546c-.0615,3.0592-6.7181,3.0306-6.6932-.3506l.0319-4.3347"/><path class="a" d="M39.0576,8.6534,30.1833,18.8048l-.1594-2.7729a6.75,6.75,0,0,0-1.4661,4.6852C22.4008,17.6629,18.4089,12.6,19.282,3.024"/><path class="a" d="M17.2871,3.5749c-1.99,2.3258-3.0944,5.1331-2.9126,6.8155L12.0019,6.1591"/><path class="a" d="M2.8878,19.9351A9.3628,9.3628,0,0,0,5.992,23.0757l-3.4726.0109"/><path class="a" d="M4.2709,18.04l.01-2.607m.5153-1.1c4.6941-1.1833,11.2677-1.316,13.0846-.4684"/><path class="a" d="M42.6773,15.012c-1.51-1.0161-4.5243-.8118-6.8845-.4463"/><path class="a" d="M33.1793,27.3147l.0319,1.3068"/><path class="a" d="M45.4308,22.2764,43.06,24.1912l2.44.0638"/></svg>
Copied!