Oned Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oned 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/330624.svg" alt="Oned icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330624.svg" alt="Oned icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330624.svg" alt="Oned icon" :width="24" :height="24" />
CSS background
.icon-oned {
background-image: url('https://proicons.com/icon/330624.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="j" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/><path id="d" class="j" d="M33.0403,29.7803v-11.5606h2.6259c2.8199,0,5.1059,2.2644,5.1059,5.0578v1.4451c0,2.7933-2.286,5.0578-5.1059,5.0578h-2.6259Z"/><path id="e" class="j" d="M22.2707,28.1674v-4.65c0-1.5564-1.2706-2.8182-2.8379-2.8182h0c-1.5673,0-2.8379,1.2617-2.8379,2.8182"/><path id="f" class="j" d="M16.5949,28.1674v-7.4682"/><path id="g" class="j" d="M29.4858,26.7429c-.4884.8487-1.4089,1.4208-2.464,1.4208h0c-1.5662,0-2.8358-1.2605-2.8358-2.8154v-1.83c0-1.5549,1.2696-2.8154,2.8358-2.8154h0c1.5662,0,2.8358,1.2605,2.8358,2.8154v.915h-5.6716"/><path id="h" class="j" d="M14.6556,24.4333c0,2.0604-1.6628,3.7306-3.7139,3.7306h0c-2.0511,0-3.7139-1.6703-3.7139-3.7306h0c0-2.0604,1.6628-3.7306,3.7139-3.7306h0c2.0511,0,3.7139,1.6703,3.7139,3.7306h0Z"/><path id="i" class="j" d="M10.362,22.7709l.795-.6219.0004,4.5686"/></svg>
Copied!