macro-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
macro-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the macro icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.994 2.888L18 3v3a6 6 0 0 1-5 5.916v4.186A6.98 6.98 0 0 1 18 14a1 1 0 0 1 1 1a7 7 0 0 1-14 0a1 1 0 0 1 1-1c1.96 0 3.731.805 5.002 2.103L11 11.917A6 6 0 0 1 6 6V3a1 1 0 0 1 1.555-.832l2.317 1.544l1.42-1.42a1 1 0 0 1 1.32-.082l.095.083l1.42 1.419l2.318-1.544a1 1 0 0 1 1.55.72M7.13 16.128l.03.134a5.01 5.01 0 0 0 3.71 3.61a5 5 0 0 0-3.74-3.744m9.742.002l-.134.03a5.01 5.01 0 0 0-3.61 3.71a5 5 0 0 0 3.744-3.74"/></svg>

React

import type { SVGProps } from "react";

export function TablerMacroFilled(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="M17.994 2.888L18 3v3a6 6 0 0 1-5 5.916v4.186A6.98 6.98 0 0 1 18 14a1 1 0 0 1 1 1a7 7 0 0 1-14 0a1 1 0 0 1 1-1c1.96 0 3.731.805 5.002 2.103L11 11.917A6 6 0 0 1 6 6V3a1 1 0 0 1 1.555-.832l2.317 1.544l1.42-1.42a1 1 0 0 1 1.32-.082l.095.083l1.42 1.419l2.318-1.544a1 1 0 0 1 1.55.72M7.13 16.128l.03.134a5.01 5.01 0 0 0 3.71 3.61a5 5 0 0 0-3.74-3.744m9.742.002l-.134.03a5.01 5.01 0 0 0-3.61 3.71a5 5 0 0 0 3.744-3.74"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.994 2.888L18 3v3a6 6 0 0 1-5 5.916v4.186A6.98 6.98 0 0 1 18 14a1 1 0 0 1 1 1a7 7 0 0 1-14 0a1 1 0 0 1 1-1c1.96 0 3.731.805 5.002 2.103L11 11.917A6 6 0 0 1 6 6V3a1 1 0 0 1 1.555-.832l2.317 1.544l1.42-1.42a1 1 0 0 1 1.32-.082l.095.083l1.42 1.419l2.318-1.544a1 1 0 0 1 1.55.72M7.13 16.128l.03.134a5.01 5.01 0 0 0 3.71 3.61a5 5 0 0 0-3.74-3.744m9.742.002l-.134.03a5.01 5.01 0 0 0-3.61 3.71a5 5 0 0 0 3.744-3.74"/></svg>
</template>

CSS

.icon-macro-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.994%202.888L18%203v3a6%206%200%200%201-5%205.916v4.186A6.98%206.98%200%200%201%2018%2014a1%201%200%200%201%201%201a7%207%200%200%201-14%200a1%201%200%200%201%201-1c1.96%200%203.731.805%205.002%202.103L11%2011.917A6%206%200%200%201%206%206V3a1%201%200%200%201%201.555-.832l2.317%201.544l1.42-1.42a1%201%200%200%201%201.32-.082l.095.083l1.42%201.419l2.318-1.544a1%201%200%200%201%201.55.72M7.13%2016.128l.03.134a5.01%205.01%200%200%200%203.71%203.61a5%205%200%200%200-3.74-3.744m9.742.002l-.134.03a5.01%205.01%200%200%200-3.61%203.71a5%205%200%200%200%203.744-3.74%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%22M17.994%202.888L18%203v3a6%206%200%200%201-5%205.916v4.186A6.98%206.98%200%200%201%2018%2014a1%201%200%200%201%201%201a7%207%200%200%201-14%200a1%201%200%200%201%201-1c1.96%200%203.731.805%205.002%202.103L11%2011.917A6%206%200%200%201%206%206V3a1%201%200%200%201%201.555-.832l2.317%201.544l1.42-1.42a1%201%200%200%201%201.32-.082l.095.083l1.42%201.419l2.318-1.544a1%201%200%200%201%201.55.72M7.13%2016.128l.03.134a5.01%205.01%200%200%200%203.71%203.61a5%205%200%200%200-3.74-3.744m9.742.002l-.134.03a5.01%205.01%200%200%200-3.61%203.71a5%205%200%200%200%203.744-3.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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