Ubercart Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ubercart 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/306730.svg" alt="Ubercart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306730.svg" alt="Ubercart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306730.svg" alt="Ubercart icon" :width="24" :height="24" />
CSS background
.icon-ubercart {
background-image: url('https://proicons.com/icon/306730.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M711 114c-372-84-556 67-556 67C6 285 82 459 82 459c79 235 225 367 225 367 190 174 356 28 356 28 212-178 263-434 263-434 73-230-215-306-215-306zm-180 85h50v74h-50v-74zm-109 0h50v74h-50v-74zm-19 520h-36s-22 1-24-17v-48s-2-19 22-18h44s17-3 19 14l1 53s0 18-26 16zm233 0h-37s-21 1-24-17v-48s-2-19 23-18h44s17-3 19 14l1 53s0 18-26 16zm9-107H355s-21-4-24-28V316h65v261h210l1-261h64v268s1 24-26 28zm145-239h-92v-42h92v42z"/></svg>
Copied!