Umami Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Umami 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/316454.svg" alt="Umami icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316454.svg" alt="Umami icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316454.svg" alt="Umami icon" :width="24" :height="24" />
CSS background
.icon-umami {
background-image: url('https://proicons.com/icon/316454.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>Umami</title><path d="M2.203 8.611H.857a.845.845 0 0 0-.841.841v.858a13.31 13.31 0 0 0-.016.6c0 6.627 5.373 12 12 12 6.527 0 11.837-5.212 11.996-11.701 0-.025.004-.05.004-.075V9.452a.845.845 0 0 0-.841-.841h-1.346c-1.159-4.329-5.112-7.521-9.805-7.521-4.692 0-8.645 3.192-9.805 7.521Zm18.444 0H3.37c1.127-3.702 4.57-6.399 8.638-6.399 4.069 0 7.512 2.697 8.639 6.399Z"/></svg>
Copied!