Vytal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vytal 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/349489.svg" alt="Vytal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349489.svg" alt="Vytal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349489.svg" alt="Vytal icon" :width="24" :height="24" />
CSS background
.icon-vytal {
background-image: url('https://proicons.com/icon/349489.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><path class="a" d="M39.2028,39.2028a21.5,21.5,0,1,1,0-30.4056"/><polyline class="a" points="21.323 20.533 18.707 27.467 16.09 20.533"/><line class="a" x1="44.0999" y1="17" x2="44.0999" y2="27.4673"/><path class="a" d="M32.5256,18.3738v7.7851a1.3084,1.3084,0,0,0,1.3084,1.3084h.3926"/><line class="a" x1="31.1518" y1="20.5327" x2="33.8995" y2="20.5327"/><path class="a" d="M41.4586,24.8505a2.6168,2.6168,0,0,1-2.6168,2.6168h0a2.6168,2.6168,0,0,1-2.6168-2.6168V23.15a2.6168,2.6168,0,0,1,2.6168-2.6168h0A2.6168,2.6168,0,0,1,41.4586,23.15"/><line class="a" x1="41.4586" y1="27.4673" x2="41.4586" y2="20.5327"/><line class="a" x1="26.4546" y1="27.4673" x2="23.6672" y2="20.5327"/><path class="a" d="M28.9009,20.5327l-3.3229,9.42A1.57,1.57,0,0,1,24.0974,31h-.43"/></svg>
Copied!