mold-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
mold-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Use the mold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13 1a.5.5 0 0 1 .5.5v1.513a3.8 3.8 0 0 1 2.007.773l1.64-1.64a.5.5 0 0 1 .707.708l-1.64 1.639c.457.595.715 1.295.772 2.007H18.5a.5.5 0 0 1 0 1h-1.564a3.8 3.8 0 0 1-1.053 2.003l-1.337 1.336l1.308 1.307a.5.5 0 0 1-.708.708l-1.307-1.308l-2.293 2.293l1.308 1.307a.5.5 0 0 1-.708.708l-1.307-1.308l-1.337 1.338A3.8 3.8 0 0 1 7.5 16.936V18.5a.5.5 0 0 1-1 0v-1.513a3.8 3.8 0 0 1-2.008-.772l-1.641 1.642a.5.5 0 0 1-.707-.708l1.641-1.641a3.8 3.8 0 0 1-.773-2.008H1.5a.5.5 0 0 1 0-1h1.562a3.8 3.8 0 0 1 1.053-2.003L5.453 9.16L4.146 7.854a.5.5 0 1 1 .708-.708L6.16 8.453L8.453 6.16L7.146 4.854a.5.5 0 1 1 .708-.708L9.16 5.453l1.336-1.337A3.8 3.8 0 0 1 12.5 3.063V1.5A.5.5 0 0 1 13 1M6.75 14a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M14 6.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentMold20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13 1a.5.5 0 0 1 .5.5v1.513a3.8 3.8 0 0 1 2.007.773l1.64-1.64a.5.5 0 0 1 .707.708l-1.64 1.639c.457.595.715 1.295.772 2.007H18.5a.5.5 0 0 1 0 1h-1.564a3.8 3.8 0 0 1-1.053 2.003l-1.337 1.336l1.308 1.307a.5.5 0 0 1-.708.708l-1.307-1.308l-2.293 2.293l1.308 1.307a.5.5 0 0 1-.708.708l-1.307-1.308l-1.337 1.338A3.8 3.8 0 0 1 7.5 16.936V18.5a.5.5 0 0 1-1 0v-1.513a3.8 3.8 0 0 1-2.008-.772l-1.641 1.642a.5.5 0 0 1-.707-.708l1.641-1.641a3.8 3.8 0 0 1-.773-2.008H1.5a.5.5 0 0 1 0-1h1.562a3.8 3.8 0 0 1 1.053-2.003L5.453 9.16L4.146 7.854a.5.5 0 1 1 .708-.708L6.16 8.453L8.453 6.16L7.146 4.854a.5.5 0 1 1 .708-.708L9.16 5.453l1.336-1.337A3.8 3.8 0 0 1 12.5 3.063V1.5A.5.5 0 0 1 13 1M6.75 14a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M14 6.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13 1a.5.5 0 0 1 .5.5v1.513a3.8 3.8 0 0 1 2.007.773l1.64-1.64a.5.5 0 0 1 .707.708l-1.64 1.639c.457.595.715 1.295.772 2.007H18.5a.5.5 0 0 1 0 1h-1.564a3.8 3.8 0 0 1-1.053 2.003l-1.337 1.336l1.308 1.307a.5.5 0 0 1-.708.708l-1.307-1.308l-2.293 2.293l1.308 1.307a.5.5 0 0 1-.708.708l-1.307-1.308l-1.337 1.338A3.8 3.8 0 0 1 7.5 16.936V18.5a.5.5 0 0 1-1 0v-1.513a3.8 3.8 0 0 1-2.008-.772l-1.641 1.642a.5.5 0 0 1-.707-.708l1.641-1.641a3.8 3.8 0 0 1-.773-2.008H1.5a.5.5 0 0 1 0-1h1.562a3.8 3.8 0 0 1 1.053-2.003L5.453 9.16L4.146 7.854a.5.5 0 1 1 .708-.708L6.16 8.453L8.453 6.16L7.146 4.854a.5.5 0 1 1 .708-.708L9.16 5.453l1.336-1.337A3.8 3.8 0 0 1 12.5 3.063V1.5A.5.5 0 0 1 13 1M6.75 14a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M14 6.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>
</template>

CSS

.icon-mold-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%201a.5.5%200%200%201%20.5.5v1.513a3.8%203.8%200%200%201%202.007.773l1.64-1.64a.5.5%200%200%201%20.707.708l-1.64%201.639c.457.595.715%201.295.772%202.007H18.5a.5.5%200%200%201%200%201h-1.564a3.8%203.8%200%200%201-1.053%202.003l-1.337%201.336l1.308%201.307a.5.5%200%200%201-.708.708l-1.307-1.308l-2.293%202.293l1.308%201.307a.5.5%200%200%201-.708.708l-1.307-1.308l-1.337%201.338A3.8%203.8%200%200%201%207.5%2016.936V18.5a.5.5%200%200%201-1%200v-1.513a3.8%203.8%200%200%201-2.008-.772l-1.641%201.642a.5.5%200%200%201-.707-.708l1.641-1.641a3.8%203.8%200%200%201-.773-2.008H1.5a.5.5%200%200%201%200-1h1.562a3.8%203.8%200%200%201%201.053-2.003L5.453%209.16L4.146%207.854a.5.5%200%201%201%20.708-.708L6.16%208.453L8.453%206.16L7.146%204.854a.5.5%200%201%201%20.708-.708L9.16%205.453l1.336-1.337A3.8%203.8%200%200%201%2012.5%203.063V1.5A.5.5%200%200%201%2013%201M6.75%2014a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M14%206.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%201a.5.5%200%200%201%20.5.5v1.513a3.8%203.8%200%200%201%202.007.773l1.64-1.64a.5.5%200%200%201%20.707.708l-1.64%201.639c.457.595.715%201.295.772%202.007H18.5a.5.5%200%200%201%200%201h-1.564a3.8%203.8%200%200%201-1.053%202.003l-1.337%201.336l1.308%201.307a.5.5%200%200%201-.708.708l-1.307-1.308l-2.293%202.293l1.308%201.307a.5.5%200%200%201-.708.708l-1.307-1.308l-1.337%201.338A3.8%203.8%200%200%201%207.5%2016.936V18.5a.5.5%200%200%201-1%200v-1.513a3.8%203.8%200%200%201-2.008-.772l-1.641%201.642a.5.5%200%200%201-.707-.708l1.641-1.641a3.8%203.8%200%200%201-.773-2.008H1.5a.5.5%200%200%201%200-1h1.562a3.8%203.8%200%200%201%201.053-2.003L5.453%209.16L4.146%207.854a.5.5%200%201%201%20.708-.708L6.16%208.453L8.453%206.16L7.146%204.854a.5.5%200%201%201%20.708-.708L9.16%205.453l1.336-1.337A3.8%203.8%200%200%201%2012.5%203.063V1.5A.5.5%200%200%201%2013%201M6.75%2014a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M14%206.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mold-20-filled.svg?color=%231a73e8&size=48