Cinnamon Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Cinnamon 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/313855.svg" alt="Cinnamon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313855.svg" alt="Cinnamon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313855.svg" alt="Cinnamon icon" :width="24" :height="24" />
CSS background
.icon-cinnamon {
background-image: url('https://proicons.com/icon/313855.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>Cinnamon</title><path d="M12 0C5.373 0 0 5.373 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.372 12-12 0-6.627-5.372-12-12-12zm0 2.045c5.498 0 9.955 4.457 9.955 9.955 0 .844-.116 1.66-.314 2.443l-4.735-5.26-6.054 6.887 2.921-5.844-1.46-2.609-8.604 9.889A9.908 9.908 0 0 1 2.045 12c0-5.498 4.457-9.955 9.955-9.955z"/></svg>
Copied!