Oneauth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oneauth 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/345178.svg" alt="Oneauth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345178.svg" alt="Oneauth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345178.svg" alt="Oneauth icon" :width="24" :height="24" />
CSS background
.icon-oneauth {
background-image: url('https://proicons.com/icon/345178.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M28.3607,28.958c1.68-4.121-.258-9.916-4.36-9.916s-6.04,5.795-4.36,9.916M24.0007,19.042V2.5M20.5897,5.097h3.052M25.0167,25.966h3.794M2.5787,25.842C1.805,16.8427,6.7387,8.3193,14.9277,4.508M5.5617,35.063c-.7147-1.1883-1.3121-2.4432-1.784-3.747M38.9147,39.486c-4.0022,3.8646-9.3505,6.0213-14.914,6.014-5.7481.0078-11.2583-2.2938-15.293-6.388M45.3787,21.706c.0807.7567.1213,1.5213.122,2.294h0c.0061,3.8005-1,7.5341-2.915,10.817M33.0757,4.51c5.0539,2.3526,8.9965,6.5763,10.996,11.78"/><path class="c" d="M29.3037,12.117c4.6901,2.0921,7.7106,6.7475,7.71,11.883.0011,7.1852-5.8228,13.0109-13.008,13.012h-.005c-7.1852.0011-13.0109-5.8228-13.012-13.008v-.004c-.0006-5.1355,3.0199-9.7909,7.71-11.883"/></svg>
Copied!