Only One Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Only One 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/345209.svg" alt="Only One icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345209.svg" alt="Only One icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345209.svg" alt="Only One icon" :width="24" :height="24" />
CSS background
.icon-only-one {
background-image: url('https://proicons.com/icon/345209.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M23.1845,44.5h2.0161v-8.5404h2.0161v8.5404h2.0161v-25.9353h-6.0583l.0101,25.9353Z"/><path class="cls-1" d="M23.1845,31.9376h6.0583"/><path class="cls-1" d="M31.4918,27.48h-2.2693M23.1642,27.48h-2.4213v-1.9451h-2.0161v-8.8849h-2.2288v-2.1072h2.2085V3.5h2.1883v11.0427h2.0667v2.1072h-1.9451v4.488h2.1579v4.0017h8.3277v11.0427h-2.2693"/><path class="cls-1" d="M20.753,25.5551v-2.3706h2.4213"/><path class="cls-1" d="M23.1845,21.0975h6.0583"/><path class="cls-1" d="M25.2208,31.9376v1.9249"/><path class="cls-1" d="M27.2368,33.8625v-1.9249"/><path class="cls-1" d="M21.0164,21.138h-2.2795"/><path class="cls-1" d="M18.7268,16.65h2.2896"/><path class="cls-1" d="M29.263,33.8625h-6.0583"/><path class="cls-1" d="M23.1824,40.3058h2.0184M25.2008,38.2188h-2.0184M29.2326,38.2188h-2.0059M27.2267,40.3058h2.0059"/></svg>
Copied!