Commodore Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Commodore 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/313944.svg" alt="Commodore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313944.svg" alt="Commodore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313944.svg" alt="Commodore icon" :width="24" :height="24" />
CSS background
.icon-commodore {
background-image: url('https://proicons.com/icon/313944.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>Commodore</title><path d="M11.202.798C5.016.798 0 5.814 0 12s5.016 11.202 11.202 11.202c1.094 0 2.153-.157 3.154-.45v-5.335a6.27 6.27 0 1 1 0-10.839v-5.33c-1-.293-2.057-.45-3.154-.45Zm3.375 6.343v4.304h5.27L24 7.14Zm-.037 5.377v4.304h9.423l-4.156-4.304z"/></svg>
Copied!