Brand Motorola Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Motorola 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/305181.svg" alt="Brand Motorola icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305181.svg" alt="Brand Motorola icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305181.svg" alt="Brand Motorola icon" :width="24" :height="24" />
CSS background
.icon-brand-motorola {
background-image: url('https://proicons.com/icon/305181.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="M1000 500c0 277-225 501-503 500C224 999 0 774 0 499 0 225 225 0 500 0s500 225 500 500zm-498 93l-4-1-141-467h-4c-61 201-122 401-183 602 34 4 33 3 41-25 7-24 13-48 22-71 15-39 29-78 61-107 40-36 90-36 127 2 17 17 30 37 42 57 14 22 24 47 37 72 9-19 16-36 26-52 16-26 31-53 51-75 36-39 84-41 124-7 15 14 30 31 39 51 19 42 34 86 49 131 9 28 9 30 40 22L646 125h-3L502 593z"/></svg>
Copied!