Yubo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yubo 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/350086.svg" alt="Yubo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350086.svg" alt="Yubo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350086.svg" alt="Yubo icon" :width="24" :height="24" />
CSS background
.icon-yubo {
background-image: url('https://proicons.com/icon/350086.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><rect class="b" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="b" d="M11.9988,25.5219l23.425-7.2396c.8392,2.6203.7617,5.5245-.2162,8.0966-.9778,2.5718-2.8494,4.7939-5.2175,6.1948-3.1927,1.8887-7.2622,2.2163-10.7155.8627s-6.2167-4.359-7.2756-7.9139l-.0003-.0006Z"/><path class="b" d="M24.0001,32.174c.0423-.2922.1032-.5817.1823-.8662.1737-.6248.4353-1.2253.7774-1.7763.6711-1.0807,1.6458-1.9574,2.7482-2.5922,1.52-.8753,3.2958-1.2998,5.0473-1.2068"/><path class="b" d="M32.7548,25.7328c-.0431.2879-.104.5732-.1823.8536-.1744.6246-.4355,1.2252-.7774,1.7763-.6707,1.0809-1.6461,1.9568-2.7482,2.5922-1.5201.8765-3.2948,1.3052-5.0473,1.2194"/></svg>
Copied!