Once Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Once 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/330606.svg" alt="Once icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330606.svg" alt="Once icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330606.svg" alt="Once icon" :width="24" :height="24" />
CSS background
.icon-once {
background-image: url('https://proicons.com/icon/330606.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.5,39.06H16.4516c.6211-1.0262,1.4168-2.5162,2.5161-2.5162H29.0323c1.1261,0,2.04,1.6272,2.5161,2.5739L43.5,39.0025a14.8814,14.8814,0,0,0-8.8065-2.4585c5.9764-4.5961,6.1574-8.0212,3.774-10.6935l-6.29,4.4032-1.17-3.7177a4.78,4.78,0,0,0,4.2952-6.6088c-1.2327-2.605-4.4277-3.482-7.2745-1.8933a7.374,7.374,0,0,0-6.2111-1.9891c-1.82-3.6337-5.7186-4.1439-8.1565-2.2274s-2.52,5.5339.5645,7.8432c-1.0983,1.5255-.9061,2.5929,2.6538,6.22l-1.0561,2.3735-6.29-4.4032c-3.063,3.5553-2.0961,6.1028,3.7742,10.6929A15.0219,15.0219,0,0,0,4.5,39.06Z"/><path class="a" d="M18.9677,29.6247a15.4124,15.4124,0,0,0,10.0646,0c-.13,1.466-1.299,2.9777-2.5162,4.4032H21.4839C20.0883,32.5107,19.035,31.0239,18.9677,29.6247Z"/><path class="a" d="M22.7617,13.2762c3.2836.0532,3.2923.0573,6.0138,1.8447l1.8926-4.0251L27.7092,12.162l-.4649-2.7744-1.9406,2.0366L23.4516,8.8821Z"/><circle class="a" cx="16.3291" cy="17.2861" r="1.8871"/><circle class="a" cx="31.4983" cy="21.8685" r="1.6355"/></svg>
Copied!