mold icon
mold-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- mold-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M19.25 2.25a.75.75 0 0 0-1.5 0v1.808a5.44 5.44 0 0 0-3.067 1.541l-1.762 1.762l-1.64-1.641a.75.75 0 1 0-1.061 1.06l1.64 1.641l-3.439 3.44l-1.64-1.641a.75.75 0 1 0-1.061 1.06l1.64 1.641l-1.76 1.76a5.44 5.44 0 0 0-1.54 3.069H2.25a.75.75 0 0 0 0 1.5h1.797c.12.918.472 1.811 1.058 2.584L3.22 23.72a.75.75 0 1 0 1.06 1.06l1.885-1.885c.773.587 1.667.94 2.585 1.06v1.795a.75.75 0 0 0 1.5 0v-1.805a5.44 5.44 0 0 0 3.072-1.543l1.76-1.76l1.638 1.638a.75.75 0 1 0 1.06-1.06l-1.638-1.638l3.44-3.44l1.638 1.638a.75.75 0 1 0 1.06-1.06l-1.638-1.638l1.762-1.762a5.43 5.43 0 0 0 1.542-3.07h1.804a.75.75 0 0 0 0-1.5h-1.793a5.43 5.43 0 0 0-1.06-2.586L24.78 4.28a.75.75 0 0 0-1.06-1.06l-1.884 1.883a5.43 5.43 0 0 0-2.586-1.057zM9.498 19.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m10-10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentMold28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.25 2.25a.75.75 0 0 0-1.5 0v1.808a5.44 5.44 0 0 0-3.067 1.541l-1.762 1.762l-1.64-1.641a.75.75 0 1 0-1.061 1.06l1.64 1.641l-3.439 3.44l-1.64-1.641a.75.75 0 1 0-1.061 1.06l1.64 1.641l-1.76 1.76a5.44 5.44 0 0 0-1.54 3.069H2.25a.75.75 0 0 0 0 1.5h1.797c.12.918.472 1.811 1.058 2.584L3.22 23.72a.75.75 0 1 0 1.06 1.06l1.885-1.885c.773.587 1.667.94 2.585 1.06v1.795a.75.75 0 0 0 1.5 0v-1.805a5.44 5.44 0 0 0 3.072-1.543l1.76-1.76l1.638 1.638a.75.75 0 1 0 1.06-1.06l-1.638-1.638l3.44-3.44l1.638 1.638a.75.75 0 1 0 1.06-1.06l-1.638-1.638l1.762-1.762a5.43 5.43 0 0 0 1.542-3.07h1.804a.75.75 0 0 0 0-1.5h-1.793a5.43 5.43 0 0 0-1.06-2.586L24.78 4.28a.75.75 0 0 0-1.06-1.06l-1.884 1.883a5.43 5.43 0 0 0-2.586-1.057zM9.498 19.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m10-10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.25 2.25a.75.75 0 0 0-1.5 0v1.808a5.44 5.44 0 0 0-3.067 1.541l-1.762 1.762l-1.64-1.641a.75.75 0 1 0-1.061 1.06l1.64 1.641l-3.439 3.44l-1.64-1.641a.75.75 0 1 0-1.061 1.06l1.64 1.641l-1.76 1.76a5.44 5.44 0 0 0-1.54 3.069H2.25a.75.75 0 0 0 0 1.5h1.797c.12.918.472 1.811 1.058 2.584L3.22 23.72a.75.75 0 1 0 1.06 1.06l1.885-1.885c.773.587 1.667.94 2.585 1.06v1.795a.75.75 0 0 0 1.5 0v-1.805a5.44 5.44 0 0 0 3.072-1.543l1.76-1.76l1.638 1.638a.75.75 0 1 0 1.06-1.06l-1.638-1.638l3.44-3.44l1.638 1.638a.75.75 0 1 0 1.06-1.06l-1.638-1.638l1.762-1.762a5.43 5.43 0 0 0 1.542-3.07h1.804a.75.75 0 0 0 0-1.5h-1.793a5.43 5.43 0 0 0-1.06-2.586L24.78 4.28a.75.75 0 0 0-1.06-1.06l-1.884 1.883a5.43 5.43 0 0 0-2.586-1.057zM9.498 19.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m10-10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg> </template>
CSS
.icon-mold-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.25%202.25a.75.75%200%200%200-1.5%200v1.808a5.44%205.44%200%200%200-3.067%201.541l-1.762%201.762l-1.64-1.641a.75.75%200%201%200-1.061%201.06l1.64%201.641l-3.439%203.44l-1.64-1.641a.75.75%200%201%200-1.061%201.06l1.64%201.641l-1.76%201.76a5.44%205.44%200%200%200-1.54%203.069H2.25a.75.75%200%200%200%200%201.5h1.797c.12.918.472%201.811%201.058%202.584L3.22%2023.72a.75.75%200%201%200%201.06%201.06l1.885-1.885c.773.587%201.667.94%202.585%201.06v1.795a.75.75%200%200%200%201.5%200v-1.805a5.44%205.44%200%200%200%203.072-1.543l1.76-1.76l1.638%201.638a.75.75%200%201%200%201.06-1.06l-1.638-1.638l3.44-3.44l1.638%201.638a.75.75%200%201%200%201.06-1.06l-1.638-1.638l1.762-1.762a5.43%205.43%200%200%200%201.542-3.07h1.804a.75.75%200%200%200%200-1.5h-1.793a5.43%205.43%200%200%200-1.06-2.586L24.78%204.28a.75.75%200%200%200-1.06-1.06l-1.884%201.883a5.43%205.43%200%200%200-2.586-1.057zM9.498%2019.5a1%201%200%201%201%200-2a1%201%200%200%201%200%202m10-10a1%201%200%201%201-2%200a1%201%200%200%201%202%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.25%202.25a.75.75%200%200%200-1.5%200v1.808a5.44%205.44%200%200%200-3.067%201.541l-1.762%201.762l-1.64-1.641a.75.75%200%201%200-1.061%201.06l1.64%201.641l-3.439%203.44l-1.64-1.641a.75.75%200%201%200-1.061%201.06l1.64%201.641l-1.76%201.76a5.44%205.44%200%200%200-1.54%203.069H2.25a.75.75%200%200%200%200%201.5h1.797c.12.918.472%201.811%201.058%202.584L3.22%2023.72a.75.75%200%201%200%201.06%201.06l1.885-1.885c.773.587%201.667.94%202.585%201.06v1.795a.75.75%200%200%200%201.5%200v-1.805a5.44%205.44%200%200%200%203.072-1.543l1.76-1.76l1.638%201.638a.75.75%200%201%200%201.06-1.06l-1.638-1.638l3.44-3.44l1.638%201.638a.75.75%200%201%200%201.06-1.06l-1.638-1.638l1.762-1.762a5.43%205.43%200%200%200%201.542-3.07h1.804a.75.75%200%200%200%200-1.5h-1.793a5.43%205.43%200%200%200-1.06-2.586L24.78%204.28a.75.75%200%200%200-1.06-1.06l-1.884%201.883a5.43%205.43%200%200%200-2.586-1.057zM9.498%2019.5a1%201%200%201%201%200-2a1%201%200%200%201%200%202m10-10a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mold-28-filled.svg?color=%231a73e8&size=48