Ubian Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ubian 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/348997.svg" alt="Ubian icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348997.svg" alt="Ubian icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348997.svg" alt="Ubian icon" :width="24" :height="24" />
CSS background
.icon-ubian {
background-image: url('https://proicons.com/icon/348997.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M16.1619,10.4834l12.7387,12.7387c2.0833,2.0833,2.8972,5.1209,2.1346,7.9668-.3619,1.3505-1.0545,2.5598-1.9845,3.5403l-12.5839-12.5839H4.5l12.7387,12.7411c2.0833,2.0833,5.1209,2.8972,7.9668,2.1346,1.4948-.4005,2.8155-1.2046,3.8452-2.2895l.3717.3693c2.0833,2.0833,5.1185,2.8972,7.9644,2.1346s5.0696-2.9863,5.8321-5.8321-.0513-5.8811-2.1346-7.9644l-12.9555-12.9555h-11.9668Z"/></svg>
Copied!