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

Name
mill-sign
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
384×512
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 384 512"><path fill="currentColor" d="M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5c-20.3-20.7-48.7-33.6-80-33.6c-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-26.5 21.5-48 48-48s48 21.5 48 48v42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60c5.3 10.3 16 17.3 28.4 17.3c17.7 0 32-14.3 32-32V261.5l35.7-100c3.9-1 8.1-1.6 12.3-1.6c26.5 0 48 21.5 48 48v208c0 17.7 14.3 32 32 32s32-14.3 32-32v-208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidMillSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5c-20.3-20.7-48.7-33.6-80-33.6c-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-26.5 21.5-48 48-48s48 21.5 48 48v42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60c5.3 10.3 16 17.3 28.4 17.3c17.7 0 32-14.3 32-32V261.5l35.7-100c3.9-1 8.1-1.6 12.3-1.6c26.5 0 48 21.5 48 48v208c0 17.7 14.3 32 32 32s32-14.3 32-32v-208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5c-20.3-20.7-48.7-33.6-80-33.6c-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-26.5 21.5-48 48-48s48 21.5 48 48v42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60c5.3 10.3 16 17.3 28.4 17.3c17.7 0 32-14.3 32-32V261.5l35.7-100c3.9-1 8.1-1.6 12.3-1.6c26.5 0 48 21.5 48 48v208c0 17.7 14.3 32 32 32s32-14.3 32-32v-208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z"/></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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M302.1%2042.8c5.9-16.6-2.7-35-19.4-40.9s-35%202.7-40.9%2019.4L208%20116.1c-5.7%204-11.1%208.5-16%2013.5c-20.3-20.7-48.7-33.6-80-33.6c-19.5%200-37.8%205-53.7%2013.7C52.5%20101.4%2042.9%2096%2032%2096c-17.7%200-32%2014.3-32%2032v288c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V208c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048v42.5L81.9%20469.2c-5.9%2016.6%202.7%2035%2019.4%2040.9s35-2.7%2040.9-19.4l21.4-60c5.3%2010.3%2016%2017.3%2028.4%2017.3c17.7%200%2032-14.3%2032-32V261.5l35.7-100c3.9-1%208.1-1.6%2012.3-1.6c26.5%200%2048%2021.5%2048%2048v208c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M302.1%2042.8c5.9-16.6-2.7-35-19.4-40.9s-35%202.7-40.9%2019.4L208%20116.1c-5.7%204-11.1%208.5-16%2013.5c-20.3-20.7-48.7-33.6-80-33.6c-19.5%200-37.8%205-53.7%2013.7C52.5%20101.4%2042.9%2096%2032%2096c-17.7%200-32%2014.3-32%2032v288c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V208c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048v42.5L81.9%20469.2c-5.9%2016.6%202.7%2035%2019.4%2040.9s35-2.7%2040.9-19.4l21.4-60c5.3%2010.3%2016%2017.3%2028.4%2017.3c17.7%200%2032-14.3%2032-32V261.5l35.7-100c3.9-1%208.1-1.6%2012.3-1.6c26.5%200%2048%2021.5%2048%2048v208c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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