cinnamon from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
cinnamon
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the cinnamon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12c0 6.628 5.373 12 12 12c6.628 0 12-5.372 12-12c0-6.627-5.372-12-12-12m0 2.045c5.498 0 9.955 4.457 9.955 9.955c0 .844-.116 1.66-.314 2.443l-4.735-5.26l-6.054 6.887l2.921-5.844l-1.46-2.609l-8.604 9.889A9.9 9.9 0 0 1 2.045 12c0-5.498 4.457-9.955 9.955-9.955"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCinnamon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12c0 6.628 5.373 12 12 12c6.628 0 12-5.372 12-12c0-6.627-5.372-12-12-12m0 2.045c5.498 0 9.955 4.457 9.955 9.955c0 .844-.116 1.66-.314 2.443l-4.735-5.26l-6.054 6.887l2.921-5.844l-1.46-2.609l-8.604 9.889A9.9 9.9 0 0 1 2.045 12c0-5.498 4.457-9.955 9.955-9.955"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12c0 6.628 5.373 12 12 12c6.628 0 12-5.372 12-12c0-6.627-5.372-12-12-12m0 2.045c5.498 0 9.955 4.457 9.955 9.955c0 .844-.116 1.66-.314 2.443l-4.735-5.26l-6.054 6.887l2.921-5.844l-1.46-2.609l-8.604 9.889A9.9 9.9 0 0 1 2.045 12c0-5.498 4.457-9.955 9.955-9.955"/></svg>
</template>

CSS

.icon-cinnamon {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.373%200%200%205.373%200%2012c0%206.628%205.373%2012%2012%2012c6.628%200%2012-5.372%2012-12c0-6.627-5.372-12-12-12m0%202.045c5.498%200%209.955%204.457%209.955%209.955c0%20.844-.116%201.66-.314%202.443l-4.735-5.26l-6.054%206.887l2.921-5.844l-1.46-2.609l-8.604%209.889A9.9%209.9%200%200%201%202.045%2012c0-5.498%204.457-9.955%209.955-9.955%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.373%200%200%205.373%200%2012c0%206.628%205.373%2012%2012%2012c6.628%200%2012-5.372%2012-12c0-6.627-5.372-12-12-12m0%202.045c5.498%200%209.955%204.457%209.955%209.955c0%20.844-.116%201.66-.314%202.443l-4.735-5.26l-6.054%206.887l2.921-5.844l-1.46-2.609l-8.604%209.889A9.9%209.9%200%200%201%202.045%2012c0-5.498%204.457-9.955%209.955-9.955%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/cinnamon.svg?color=%231a73e8&size=48