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

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

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="M13.385 20.5v-1h5.292l-5.292-5.292v-1.416l6 6V13.5h1v7zm-6.77-4v-1h-3v-1H9q.23 0 .423-.192t.193-.423v-2.77q0-.23-.193-.423Q9.231 10.5 9 10.5H5.23q-.69 0-1.152-.462t-.462-1.154V6.116q0-.691.462-1.153T5.231 4.5h1.385v-1h1v1h3v1H5.23q-.231 0-.423.192t-.192.423v2.77q0 .23.192.423t.423.192H9q.69 0 1.153.463t.463 1.153v2.769q0 .69-.463 1.153T9 15.5H7.616v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMintmark(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="M13.385 20.5v-1h5.292l-5.292-5.292v-1.416l6 6V13.5h1v7zm-6.77-4v-1h-3v-1H9q.23 0 .423-.192t.193-.423v-2.77q0-.23-.193-.423Q9.231 10.5 9 10.5H5.23q-.69 0-1.152-.462t-.462-1.154V6.116q0-.691.462-1.153T5.231 4.5h1.385v-1h1v1h3v1H5.23q-.231 0-.423.192t-.192.423v2.77q0 .23.192.423t.423.192H9q.69 0 1.153.463t.463 1.153v2.769q0 .69-.463 1.153T9 15.5H7.616v1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.385 20.5v-1h5.292l-5.292-5.292v-1.416l6 6V13.5h1v7zm-6.77-4v-1h-3v-1H9q.23 0 .423-.192t.193-.423v-2.77q0-.23-.193-.423Q9.231 10.5 9 10.5H5.23q-.69 0-1.152-.462t-.462-1.154V6.116q0-.691.462-1.153T5.231 4.5h1.385v-1h1v1h3v1H5.23q-.231 0-.423.192t-.192.423v2.77q0 .23.192.423t.423.192H9q.69 0 1.153.463t.463 1.153v2.769q0 .69-.463 1.153T9 15.5H7.616v1z"/></svg>
</template>

CSS

.icon-mintmark {
  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%22M13.385%2020.5v-1h5.292l-5.292-5.292v-1.416l6%206V13.5h1v7zm-6.77-4v-1h-3v-1H9q.23%200%20.423-.192t.193-.423v-2.77q0-.23-.193-.423Q9.231%2010.5%209%2010.5H5.23q-.69%200-1.152-.462t-.462-1.154V6.116q0-.691.462-1.153T5.231%204.5h1.385v-1h1v1h3v1H5.23q-.231%200-.423.192t-.192.423v2.77q0%20.23.192.423t.423.192H9q.69%200%201.153.463t.463%201.153v2.769q0%20.69-.463%201.153T9%2015.5H7.616v1z%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%22M13.385%2020.5v-1h5.292l-5.292-5.292v-1.416l6%206V13.5h1v7zm-6.77-4v-1h-3v-1H9q.23%200%20.423-.192t.193-.423v-2.77q0-.23-.193-.423Q9.231%2010.5%209%2010.5H5.23q-.69%200-1.152-.462t-.462-1.154V6.116q0-.691.462-1.153T5.231%204.5h1.385v-1h1v1h3v1H5.23q-.231%200-.423.192t-.192.423v2.77q0%20.23.192.423t.423.192H9q.69%200%201.153.463t.463%201.153v2.769q0%20.69-.463%201.153T9%2015.5H7.616v1z%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.svg?color=%231a73e8&size=48