mintmark-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
mintmark-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
mintmark-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the mintmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.677 19.5l-5.146-5.146q-.134-.136-.14-.339t.134-.369t.344-.165t.37.165l5.146 5.146V14q0-.213.144-.356t.356-.144t.356.144t.144.356v5.692q0 .344-.232.576q-.233.232-.576.232h-5.692q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143zm-12.061-4h-2.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H9q.27 0 .442-.173q.173-.173.173-.442v-2.77q0-.269-.173-.442T9 10.5H5.23q-.665 0-1.14-.475t-.475-1.14v-2.77q0-.666.475-1.14T5.23 4.5h1.386V4q0-.213.143-.356q.144-.144.357-.144t.356.144t.144.356v.5h2.5q.212 0 .356.144t.144.357t-.144.356t-.356.143H5.23q-.27 0-.442.173q-.173.173-.173.443v2.769q0 .269.173.442t.442.173H9q.666 0 1.14.475q.476.474.476 1.14v2.77q0 .666-.475 1.14Q9.666 15.5 9 15.5H7.616v.5q0 .213-.144.356t-.357.144t-.356-.144T6.615 16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMintmarkRounded(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="m18.677 19.5l-5.146-5.146q-.134-.136-.14-.339t.134-.369t.344-.165t.37.165l5.146 5.146V14q0-.213.144-.356t.356-.144t.356.144t.144.356v5.692q0 .344-.232.576q-.233.232-.576.232h-5.692q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143zm-12.061-4h-2.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H9q.27 0 .442-.173q.173-.173.173-.442v-2.77q0-.269-.173-.442T9 10.5H5.23q-.665 0-1.14-.475t-.475-1.14v-2.77q0-.666.475-1.14T5.23 4.5h1.386V4q0-.213.143-.356q.144-.144.357-.144t.356.144t.144.356v.5h2.5q.212 0 .356.144t.144.357t-.144.356t-.356.143H5.23q-.27 0-.442.173q-.173.173-.173.443v2.769q0 .269.173.442t.442.173H9q.666 0 1.14.475q.476.474.476 1.14v2.77q0 .666-.475 1.14Q9.666 15.5 9 15.5H7.616v.5q0 .213-.144.356t-.357.144t-.356-.144T6.615 16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.677 19.5l-5.146-5.146q-.134-.136-.14-.339t.134-.369t.344-.165t.37.165l5.146 5.146V14q0-.213.144-.356t.356-.144t.356.144t.144.356v5.692q0 .344-.232.576q-.233.232-.576.232h-5.692q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143zm-12.061-4h-2.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H9q.27 0 .442-.173q.173-.173.173-.442v-2.77q0-.269-.173-.442T9 10.5H5.23q-.665 0-1.14-.475t-.475-1.14v-2.77q0-.666.475-1.14T5.23 4.5h1.386V4q0-.213.143-.356q.144-.144.357-.144t.356.144t.144.356v.5h2.5q.212 0 .356.144t.144.357t-.144.356t-.356.143H5.23q-.27 0-.442.173q-.173.173-.173.443v2.769q0 .269.173.442t.442.173H9q.666 0 1.14.475q.476.474.476 1.14v2.77q0 .666-.475 1.14Q9.666 15.5 9 15.5H7.616v.5q0 .213-.144.356t-.357.144t-.356-.144T6.615 16z"/></svg>
</template>

CSS

.icon-mintmark-rounded {
  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%22m18.677%2019.5l-5.146-5.146q-.134-.136-.14-.339t.134-.369t.344-.165t.37.165l5.146%205.146V14q0-.213.144-.356t.356-.144t.356.144t.144.356v5.692q0%20.344-.232.576q-.233.232-.576.232h-5.692q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143zm-12.061-4h-2.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143H9q.27%200%20.442-.173q.173-.173.173-.442v-2.77q0-.269-.173-.442T9%2010.5H5.23q-.665%200-1.14-.475t-.475-1.14v-2.77q0-.666.475-1.14T5.23%204.5h1.386V4q0-.213.143-.356q.144-.144.357-.144t.356.144t.144.356v.5h2.5q.212%200%20.356.144t.144.357t-.144.356t-.356.143H5.23q-.27%200-.442.173q-.173.173-.173.443v2.769q0%20.269.173.442t.442.173H9q.666%200%201.14.475q.476.474.476%201.14v2.77q0%20.666-.475%201.14Q9.666%2015.5%209%2015.5H7.616v.5q0%20.213-.144.356t-.357.144t-.356-.144T6.615%2016z%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%22m18.677%2019.5l-5.146-5.146q-.134-.136-.14-.339t.134-.369t.344-.165t.37.165l5.146%205.146V14q0-.213.144-.356t.356-.144t.356.144t.144.356v5.692q0%20.344-.232.576q-.233.232-.576.232h-5.692q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143zm-12.061-4h-2.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143H9q.27%200%20.442-.173q.173-.173.173-.442v-2.77q0-.269-.173-.442T9%2010.5H5.23q-.665%200-1.14-.475t-.475-1.14v-2.77q0-.666.475-1.14T5.23%204.5h1.386V4q0-.213.143-.356q.144-.144.357-.144t.356.144t.144.356v.5h2.5q.212%200%20.356.144t.144.357t-.144.356t-.356.143H5.23q-.27%200-.442.173q-.173.173-.173.443v2.769q0%20.269.173.442t.442.173H9q.666%200%201.14.475q.476.474.476%201.14v2.77q0%20.666-.475%201.14Q9.666%2015.5%209%2015.5H7.616v.5q0%20.213-.144.356t-.357.144t-.356-.144T6.615%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mintmark-rounded.svg?color=%231a73e8&size=48