snowplow from Font Awesome Solid by Dave Gandy · Solid · Maps · CC-BY-4.0 Attribution required.

Name
snowplow
Set
Font Awesome Solid
Style
Solid
Category
Maps
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More maps icons from Font Awesome Solid

Use the snowplow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 224v-96c0-35.3 28.7-64 64-64h104.4c24.2 0 46.4 13.7 57.2 35.4l87.6 175.1c4.4 8.9 6.8 18.7 6.8 28.6V360h80v-80c0-48.6 39.4-88 88-88c13.3 0 24 10.7 24 24s-10.7 24-24 24c-22.1 0-40 17.9-40 40v208c0 22.1 17.9 40 40 40c13.3 0 24 10.7 24 24s-10.7 24-24 24c-48.6 0-88-39.4-88-88v-80h-63c9.5 16.5 15 35.6 15 56c0 61.9-50.1 112-112 112H144c-61.9 0-112-50.1-112-112c0-30.5 12.2-58.2 32-78.4V288c0-35.3 28.7-64 64-64m91.7 34.9l43.6 29.1h113.2l-80-160H192.1v108.8l27.7 22.1zM416 464c0-26.5-21.5-48-48-48H144c-26.5 0-48 21.5-48 48s21.5 48 48 48h224c26.5 0 48-21.5 48-48m-280 0c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24m216-24c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24m-120 24c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSnowplow(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="M128 224v-96c0-35.3 28.7-64 64-64h104.4c24.2 0 46.4 13.7 57.2 35.4l87.6 175.1c4.4 8.9 6.8 18.7 6.8 28.6V360h80v-80c0-48.6 39.4-88 88-88c13.3 0 24 10.7 24 24s-10.7 24-24 24c-22.1 0-40 17.9-40 40v208c0 22.1 17.9 40 40 40c13.3 0 24 10.7 24 24s-10.7 24-24 24c-48.6 0-88-39.4-88-88v-80h-63c9.5 16.5 15 35.6 15 56c0 61.9-50.1 112-112 112H144c-61.9 0-112-50.1-112-112c0-30.5 12.2-58.2 32-78.4V288c0-35.3 28.7-64 64-64m91.7 34.9l43.6 29.1h113.2l-80-160H192.1v108.8l27.7 22.1zM416 464c0-26.5-21.5-48-48-48H144c-26.5 0-48 21.5-48 48s21.5 48 48 48h224c26.5 0 48-21.5 48-48m-280 0c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24m216-24c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24m-120 24c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 224v-96c0-35.3 28.7-64 64-64h104.4c24.2 0 46.4 13.7 57.2 35.4l87.6 175.1c4.4 8.9 6.8 18.7 6.8 28.6V360h80v-80c0-48.6 39.4-88 88-88c13.3 0 24 10.7 24 24s-10.7 24-24 24c-22.1 0-40 17.9-40 40v208c0 22.1 17.9 40 40 40c13.3 0 24 10.7 24 24s-10.7 24-24 24c-48.6 0-88-39.4-88-88v-80h-63c9.5 16.5 15 35.6 15 56c0 61.9-50.1 112-112 112H144c-61.9 0-112-50.1-112-112c0-30.5 12.2-58.2 32-78.4V288c0-35.3 28.7-64 64-64m91.7 34.9l43.6 29.1h113.2l-80-160H192.1v108.8l27.7 22.1zM416 464c0-26.5-21.5-48-48-48H144c-26.5 0-48 21.5-48 48s21.5 48 48 48h224c26.5 0 48-21.5 48-48m-280 0c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24m216-24c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24m-120 24c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24"/></svg>
</template>

CSS

.icon-snowplow {
  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%22M128%20224v-96c0-35.3%2028.7-64%2064-64h104.4c24.2%200%2046.4%2013.7%2057.2%2035.4l87.6%20175.1c4.4%208.9%206.8%2018.7%206.8%2028.6V360h80v-80c0-48.6%2039.4-88%2088-88c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024c-22.1%200-40%2017.9-40%2040v208c0%2022.1%2017.9%2040%2040%2040c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024c-48.6%200-88-39.4-88-88v-80h-63c9.5%2016.5%2015%2035.6%2015%2056c0%2061.9-50.1%20112-112%20112H144c-61.9%200-112-50.1-112-112c0-30.5%2012.2-58.2%2032-78.4V288c0-35.3%2028.7-64%2064-64m91.7%2034.9l43.6%2029.1h113.2l-80-160H192.1v108.8l27.7%2022.1zM416%20464c0-26.5-21.5-48-48-48H144c-26.5%200-48%2021.5-48%2048s21.5%2048%2048%2048h224c26.5%200%2048-21.5%2048-48m-280%200c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24m216-24c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24m-120%2024c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24%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%22M128%20224v-96c0-35.3%2028.7-64%2064-64h104.4c24.2%200%2046.4%2013.7%2057.2%2035.4l87.6%20175.1c4.4%208.9%206.8%2018.7%206.8%2028.6V360h80v-80c0-48.6%2039.4-88%2088-88c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024c-22.1%200-40%2017.9-40%2040v208c0%2022.1%2017.9%2040%2040%2040c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024c-48.6%200-88-39.4-88-88v-80h-63c9.5%2016.5%2015%2035.6%2015%2056c0%2061.9-50.1%20112-112%20112H144c-61.9%200-112-50.1-112-112c0-30.5%2012.2-58.2%2032-78.4V288c0-35.3%2028.7-64%2064-64m91.7%2034.9l43.6%2029.1h113.2l-80-160H192.1v108.8l27.7%2022.1zM416%20464c0-26.5-21.5-48-48-48H144c-26.5%200-48%2021.5-48%2048s21.5%2048%2048%2048h224c26.5%200%2048-21.5%2048-48m-280%200c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24m216-24c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24m-120%2024c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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