mill-sign from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
mill-sign
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the mill sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M425 41.8c12.3 5 18.2 19 13.2 31.3l-29 71.3C466.8 149.1 512 197.3 512 256v208c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-26.5-21.5-48-48-48c-6.4 0-12.5 1.2-18 3.5l-30 73.8V464c0 17.7-14.3 32-32 32s-32-14.3-32-32v-21.2L230.2 585c-5 12.3-19 18.2-31.3 13.2s-18.2-19-13.2-31.3L288 315.3V256c0-26.5-21.5-48-48-48s-48 21.5-48 48v208c0 17.7-14.3 32-32 32s-32-14.3-32-32V176c0-17.7 14.3-32 32-32c10.9 0 20.5 5.4 26.3 13.7c16-8.7 34.3-13.7 53.7-13.7c31.3 0 59.7 12.9 80 33.6c9.6-9.8 20.9-17.8 33.5-23.5L393.8 55c5-12.3 19-18.2 31.3-13.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMillSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M425 41.8c12.3 5 18.2 19 13.2 31.3l-29 71.3C466.8 149.1 512 197.3 512 256v208c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-26.5-21.5-48-48-48c-6.4 0-12.5 1.2-18 3.5l-30 73.8V464c0 17.7-14.3 32-32 32s-32-14.3-32-32v-21.2L230.2 585c-5 12.3-19 18.2-31.3 13.2s-18.2-19-13.2-31.3L288 315.3V256c0-26.5-21.5-48-48-48s-48 21.5-48 48v208c0 17.7-14.3 32-32 32s-32-14.3-32-32V176c0-17.7 14.3-32 32-32c10.9 0 20.5 5.4 26.3 13.7c16-8.7 34.3-13.7 53.7-13.7c31.3 0 59.7 12.9 80 33.6c9.6-9.8 20.9-17.8 33.5-23.5L393.8 55c5-12.3 19-18.2 31.3-13.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M425 41.8c12.3 5 18.2 19 13.2 31.3l-29 71.3C466.8 149.1 512 197.3 512 256v208c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-26.5-21.5-48-48-48c-6.4 0-12.5 1.2-18 3.5l-30 73.8V464c0 17.7-14.3 32-32 32s-32-14.3-32-32v-21.2L230.2 585c-5 12.3-19 18.2-31.3 13.2s-18.2-19-13.2-31.3L288 315.3V256c0-26.5-21.5-48-48-48s-48 21.5-48 48v208c0 17.7-14.3 32-32 32s-32-14.3-32-32V176c0-17.7 14.3-32 32-32c10.9 0 20.5 5.4 26.3 13.7c16-8.7 34.3-13.7 53.7-13.7c31.3 0 59.7 12.9 80 33.6c9.6-9.8 20.9-17.8 33.5-23.5L393.8 55c5-12.3 19-18.2 31.3-13.2z"/></svg>
</template>

CSS

.icon-mill-sign {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M425%2041.8c12.3%205%2018.2%2019%2013.2%2031.3l-29%2071.3C466.8%20149.1%20512%20197.3%20512%20256v208c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V256c0-26.5-21.5-48-48-48c-6.4%200-12.5%201.2-18%203.5l-30%2073.8V464c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-21.2L230.2%20585c-5%2012.3-19%2018.2-31.3%2013.2s-18.2-19-13.2-31.3L288%20315.3V256c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v208c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V176c0-17.7%2014.3-32%2032-32c10.9%200%2020.5%205.4%2026.3%2013.7c16-8.7%2034.3-13.7%2053.7-13.7c31.3%200%2059.7%2012.9%2080%2033.6c9.6-9.8%2020.9-17.8%2033.5-23.5L393.8%2055c5-12.3%2019-18.2%2031.3-13.2z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M425%2041.8c12.3%205%2018.2%2019%2013.2%2031.3l-29%2071.3C466.8%20149.1%20512%20197.3%20512%20256v208c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V256c0-26.5-21.5-48-48-48c-6.4%200-12.5%201.2-18%203.5l-30%2073.8V464c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-21.2L230.2%20585c-5%2012.3-19%2018.2-31.3%2013.2s-18.2-19-13.2-31.3L288%20315.3V256c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v208c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V176c0-17.7%2014.3-32%2032-32c10.9%200%2020.5%205.4%2026.3%2013.7c16-8.7%2034.3-13.7%2053.7-13.7c31.3%200%2059.7%2012.9%2080%2033.6c9.6-9.8%2020.9-17.8%2033.5-23.5L393.8%2055c5-12.3%2019-18.2%2031.3-13.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/mill-sign.svg?color=%231a73e8&size=48