Motorola Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The 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/315245.svg" alt="Motorola icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315245.svg" alt="Motorola icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315245.svg" alt="Motorola icon" :width="24" :height="24" />
CSS background
.icon-motorola {
background-image: url('https://proicons.com/icon/315245.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Motorola</title><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12C24.002 5.375 18.632.002 12.007 0H12zm7.327 18.065s-.581-2.627-1.528-4.197c-.514-.857-1.308-1.553-2.368-1.532-.745 0-1.399.423-2.2 1.553-.469.77-.882 1.573-1.235 2.403 0 0-.29-.675-.63-1.343a8.038 8.038 0 0 0-.605-1.049c-.804-1.13-1.455-1.539-2.2-1.553-1.049-.021-1.854.675-2.364 1.528-.948 1.574-1.528 4.197-1.528 4.197h-.864l4.606-15.12 3.56 11.804.024.021.024-.021 3.56-11.804 4.61 15.113h-.862z"/></svg>
Copied!