mint logo
mint from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- mint
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 256×256
- License
- MIT
The same logo in other sets
Use the mint logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#43a047" d="M128 18.753c-2.84 10.841-27.094 17.766-28.772 31.512l-2.738-8.22C82.21 60.232 83.473 69.446 83.473 69.446l-1.2-6.593c-10.422 17.426-8.215 25.963-7.012 28.566l.505.892s-.225-.287-.505-.892l-2.748-4.846c-10.824 29.941-1.371 39.133-1.371 39.133l-5.822-6.764c-2.573 22.94 4.11 32.368 4.11 32.368l-4.196-3.94c-.534 15.582 9.677 24.833 9.677 24.833l-6.73-4.615c12.951 56.58 38.666 58.104 41.982 58.061l-10.25.331c6.836 7.318 15.562 10.156 21.464 11.267c3.218-17.067 6.176-58.395 6.623-166.69c.447 108.29 3.407 149.62 6.625 166.69c5.903-1.112 14.629-3.951 21.464-11.267l-10.248-.33c3.32.042 29.03-1.488 41.98-58.062l-6.73 4.616s10.211-9.25 9.677-24.833l-4.196 3.94s6.683-9.427 4.11-32.368l-5.822 6.764s9.453-9.192-1.371-39.133l-2.746 4.84c-.281.609-.508.895-.508.895l.508-.894c1.204-2.609 3.403-11.145-7.015-28.561l-1.199 6.593s1.264-9.215-13.017-27.402l-2.74 8.221c-1.677-13.745-25.93-20.67-28.771-31.51z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeMint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#43a047" d="M128 18.753c-2.84 10.841-27.094 17.766-28.772 31.512l-2.738-8.22C82.21 60.232 83.473 69.446 83.473 69.446l-1.2-6.593c-10.422 17.426-8.215 25.963-7.012 28.566l.505.892s-.225-.287-.505-.892l-2.748-4.846c-10.824 29.941-1.371 39.133-1.371 39.133l-5.822-6.764c-2.573 22.94 4.11 32.368 4.11 32.368l-4.196-3.94c-.534 15.582 9.677 24.833 9.677 24.833l-6.73-4.615c12.951 56.58 38.666 58.104 41.982 58.061l-10.25.331c6.836 7.318 15.562 10.156 21.464 11.267c3.218-17.067 6.176-58.395 6.623-166.69c.447 108.29 3.407 149.62 6.625 166.69c5.903-1.112 14.629-3.951 21.464-11.267l-10.248-.33c3.32.042 29.03-1.488 41.98-58.062l-6.73 4.616s10.211-9.25 9.677-24.833l-4.196 3.94s6.683-9.427 4.11-32.368l-5.822 6.764s9.453-9.192-1.371-39.133l-2.746 4.84c-.281.609-.508.895-.508.895l.508-.894c1.204-2.609 3.403-11.145-7.015-28.561l-1.199 6.593s1.264-9.215-13.017-27.402l-2.74 8.221c-1.677-13.745-25.93-20.67-28.771-31.51z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#43a047" d="M128 18.753c-2.84 10.841-27.094 17.766-28.772 31.512l-2.738-8.22C82.21 60.232 83.473 69.446 83.473 69.446l-1.2-6.593c-10.422 17.426-8.215 25.963-7.012 28.566l.505.892s-.225-.287-.505-.892l-2.748-4.846c-10.824 29.941-1.371 39.133-1.371 39.133l-5.822-6.764c-2.573 22.94 4.11 32.368 4.11 32.368l-4.196-3.94c-.534 15.582 9.677 24.833 9.677 24.833l-6.73-4.615c12.951 56.58 38.666 58.104 41.982 58.061l-10.25.331c6.836 7.318 15.562 10.156 21.464 11.267c3.218-17.067 6.176-58.395 6.623-166.69c.447 108.29 3.407 149.62 6.625 166.69c5.903-1.112 14.629-3.951 21.464-11.267l-10.248-.33c3.32.042 29.03-1.488 41.98-58.062l-6.73 4.616s10.211-9.25 9.677-24.833l-4.196 3.94s6.683-9.427 4.11-32.368l-5.822 6.764s9.453-9.192-1.371-39.133l-2.746 4.84c-.281.609-.508.895-.508.895l.508-.894c1.204-2.609 3.403-11.145-7.015-28.561l-1.199 6.593s1.264-9.215-13.017-27.402l-2.74 8.221c-1.677-13.745-25.93-20.67-28.771-31.51z"/></svg> </template>
CSS
.icon-mint {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%2343a047%22%20d%3D%22M128%2018.753c-2.84%2010.841-27.094%2017.766-28.772%2031.512l-2.738-8.22C82.21%2060.232%2083.473%2069.446%2083.473%2069.446l-1.2-6.593c-10.422%2017.426-8.215%2025.963-7.012%2028.566l.505.892s-.225-.287-.505-.892l-2.748-4.846c-10.824%2029.941-1.371%2039.133-1.371%2039.133l-5.822-6.764c-2.573%2022.94%204.11%2032.368%204.11%2032.368l-4.196-3.94c-.534%2015.582%209.677%2024.833%209.677%2024.833l-6.73-4.615c12.951%2056.58%2038.666%2058.104%2041.982%2058.061l-10.25.331c6.836%207.318%2015.562%2010.156%2021.464%2011.267c3.218-17.067%206.176-58.395%206.623-166.69c.447%20108.29%203.407%20149.62%206.625%20166.69c5.903-1.112%2014.629-3.951%2021.464-11.267l-10.248-.33c3.32.042%2029.03-1.488%2041.98-58.062l-6.73%204.616s10.211-9.25%209.677-24.833l-4.196%203.94s6.683-9.427%204.11-32.368l-5.822%206.764s9.453-9.192-1.371-39.133l-2.746%204.84c-.281.609-.508.895-.508.895l.508-.894c1.204-2.609%203.403-11.145-7.015-28.561l-1.199%206.593s1.264-9.215-13.017-27.402l-2.74%208.221c-1.677-13.745-25.93-20.67-28.771-31.51z%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%20256%20256%22%3E%3Cpath%20fill%3D%22%2343a047%22%20d%3D%22M128%2018.753c-2.84%2010.841-27.094%2017.766-28.772%2031.512l-2.738-8.22C82.21%2060.232%2083.473%2069.446%2083.473%2069.446l-1.2-6.593c-10.422%2017.426-8.215%2025.963-7.012%2028.566l.505.892s-.225-.287-.505-.892l-2.748-4.846c-10.824%2029.941-1.371%2039.133-1.371%2039.133l-5.822-6.764c-2.573%2022.94%204.11%2032.368%204.11%2032.368l-4.196-3.94c-.534%2015.582%209.677%2024.833%209.677%2024.833l-6.73-4.615c12.951%2056.58%2038.666%2058.104%2041.982%2058.061l-10.25.331c6.836%207.318%2015.562%2010.156%2021.464%2011.267c3.218-17.067%206.176-58.395%206.623-166.69c.447%20108.29%203.407%20149.62%206.625%20166.69c5.903-1.112%2014.629-3.951%2021.464-11.267l-10.248-.33c3.32.042%2029.03-1.488%2041.98-58.062l-6.73%204.616s10.211-9.25%209.677-24.833l-4.196%203.94s6.683-9.427%204.11-32.368l-5.822%206.764s9.453-9.192-1.371-39.133l-2.746%204.84c-.281.609-.508.895-.508.895l.508-.894c1.204-2.609%203.403-11.145-7.015-28.561l-1.199%206.593s1.264-9.215-13.017-27.402l-2.74%208.221c-1.677-13.745-25.93-20.67-28.771-31.51z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/mint.svg?color=%231a73e8&size=48