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

Name
vest
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 vest icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296 528V357.9c0-3.9-.5-7.8-1.4-11.6l-54.2-216.9c17.7 11.8 43.8 22.6 79.6 22.6s61.9-10.8 79.6-22.6l-54.2 216.9c-1 3.8-1.4 7.7-1.4 11.6V528c0 26.5 21.5 48 48 48h104c26.5 0 48-21.5 48-48V334.5c0-9.5-2.8-18.7-8.1-26.6L488 236.1c-5.3-7.9-8.1-17.1-8.1-26.6l.1-97.5c0-26.5-21.5-48-48-48h-6.3c-18.8 0-34.1 9.7-44.1 18.8c-9.3 8.4-28.5 21.2-61.7 21.2s-52.4-12.8-61.7-21.2c-10-9.1-25.3-18.8-44.1-18.8H208c-26.5 0-48 21.5-48 48v97.5c0 9.5-2.8 18.7-8.1 26.6l-47.8 71.8c-5.3 7.9-8.1 17.2-8.1 26.6V528c0 26.5 21.5 48 48 48h104c26.5 0 48-21.5 48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidVest(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="M296 528V357.9c0-3.9-.5-7.8-1.4-11.6l-54.2-216.9c17.7 11.8 43.8 22.6 79.6 22.6s61.9-10.8 79.6-22.6l-54.2 216.9c-1 3.8-1.4 7.7-1.4 11.6V528c0 26.5 21.5 48 48 48h104c26.5 0 48-21.5 48-48V334.5c0-9.5-2.8-18.7-8.1-26.6L488 236.1c-5.3-7.9-8.1-17.1-8.1-26.6l.1-97.5c0-26.5-21.5-48-48-48h-6.3c-18.8 0-34.1 9.7-44.1 18.8c-9.3 8.4-28.5 21.2-61.7 21.2s-52.4-12.8-61.7-21.2c-10-9.1-25.3-18.8-44.1-18.8H208c-26.5 0-48 21.5-48 48v97.5c0 9.5-2.8 18.7-8.1 26.6l-47.8 71.8c-5.3 7.9-8.1 17.2-8.1 26.6V528c0 26.5 21.5 48 48 48h104c26.5 0 48-21.5 48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296 528V357.9c0-3.9-.5-7.8-1.4-11.6l-54.2-216.9c17.7 11.8 43.8 22.6 79.6 22.6s61.9-10.8 79.6-22.6l-54.2 216.9c-1 3.8-1.4 7.7-1.4 11.6V528c0 26.5 21.5 48 48 48h104c26.5 0 48-21.5 48-48V334.5c0-9.5-2.8-18.7-8.1-26.6L488 236.1c-5.3-7.9-8.1-17.1-8.1-26.6l.1-97.5c0-26.5-21.5-48-48-48h-6.3c-18.8 0-34.1 9.7-44.1 18.8c-9.3 8.4-28.5 21.2-61.7 21.2s-52.4-12.8-61.7-21.2c-10-9.1-25.3-18.8-44.1-18.8H208c-26.5 0-48 21.5-48 48v97.5c0 9.5-2.8 18.7-8.1 26.6l-47.8 71.8c-5.3 7.9-8.1 17.2-8.1 26.6V528c0 26.5 21.5 48 48 48h104c26.5 0 48-21.5 48-48"/></svg>
</template>

CSS

.icon-vest {
  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%22M296%20528V357.9c0-3.9-.5-7.8-1.4-11.6l-54.2-216.9c17.7%2011.8%2043.8%2022.6%2079.6%2022.6s61.9-10.8%2079.6-22.6l-54.2%20216.9c-1%203.8-1.4%207.7-1.4%2011.6V528c0%2026.5%2021.5%2048%2048%2048h104c26.5%200%2048-21.5%2048-48V334.5c0-9.5-2.8-18.7-8.1-26.6L488%20236.1c-5.3-7.9-8.1-17.1-8.1-26.6l.1-97.5c0-26.5-21.5-48-48-48h-6.3c-18.8%200-34.1%209.7-44.1%2018.8c-9.3%208.4-28.5%2021.2-61.7%2021.2s-52.4-12.8-61.7-21.2c-10-9.1-25.3-18.8-44.1-18.8H208c-26.5%200-48%2021.5-48%2048v97.5c0%209.5-2.8%2018.7-8.1%2026.6l-47.8%2071.8c-5.3%207.9-8.1%2017.2-8.1%2026.6V528c0%2026.5%2021.5%2048%2048%2048h104c26.5%200%2048-21.5%2048-48%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%22M296%20528V357.9c0-3.9-.5-7.8-1.4-11.6l-54.2-216.9c17.7%2011.8%2043.8%2022.6%2079.6%2022.6s61.9-10.8%2079.6-22.6l-54.2%20216.9c-1%203.8-1.4%207.7-1.4%2011.6V528c0%2026.5%2021.5%2048%2048%2048h104c26.5%200%2048-21.5%2048-48V334.5c0-9.5-2.8-18.7-8.1-26.6L488%20236.1c-5.3-7.9-8.1-17.1-8.1-26.6l.1-97.5c0-26.5-21.5-48-48-48h-6.3c-18.8%200-34.1%209.7-44.1%2018.8c-9.3%208.4-28.5%2021.2-61.7%2021.2s-52.4-12.8-61.7-21.2c-10-9.1-25.3-18.8-44.1-18.8H208c-26.5%200-48%2021.5-48%2048v97.5c0%209.5-2.8%2018.7-8.1%2026.6l-47.8%2071.8c-5.3%207.9-8.1%2017.2-8.1%2026.6V528c0%2026.5%2021.5%2048%2048%2048h104c26.5%200%2048-21.5%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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