Onsen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onsen 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/345212.svg" alt="Onsen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345212.svg" alt="Onsen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345212.svg" alt="Onsen icon" :width="24" :height="24" />
CSS background
.icon-onsen {
background-image: url('https://proicons.com/icon/345212.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M37.7883,24.9898c5.5767,2.4309,7.245,6.0867,4.2269,9.2628-3.0181,3.1761-10.1284,5.247-18.0152,5.247-7.8868,0-14.997-2.0708-18.0152-5.247-3.0181-3.1761-1.3498-6.8319,4.2269-9.2628"/><path class="b" d="M25.7288,8.5005c-11.6535,11.6535,9.1584,9.8407-3.9998,22.9989"/><path class="b" d="M18.2292,8.5005c-11.6535,11.6535,9.1584,9.8407-3.9998,22.9989"/><path class="b" d="M33.2285,8.5005c-11.6535,11.6535,9.1584,9.8407-3.9998,22.9989"/></svg>
Copied!