vest icon
vest from Font Awesome 6 Solid by Dave Gandy · Regular · Maps · CC-BY-4.0 Attribution required.
- Name
- vest
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Maps
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
More maps icons from Font Awesome 6 Solid
Use the vest icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M207.1 237.4L151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3l-70.3 210.9c-1.6 4.9-2.5 10-2.5 15.2V464c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V270.5c0-9.5-2.8-18.7-8.1-26.6L392 172.1c-5.3-7.9-8.1-17.1-8.1-26.6V48c0-26.5-21.5-48-48-48h-6.3c-18.6 0-33.9 9.7-43.9 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0H112C85.5 0 64 21.5 64 48v97.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5V464c0 26.5 21.5 48 48 48h128c9.9 0 19-3 26.7-8.1c-6.8-11.7-10.7-25.4-10.7-39.9V295.8c0-8.6 1.4-17.1 4.1-25.3zm140.2 119.3l48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0m-294.6 48l48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidVest(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M207.1 237.4L151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3l-70.3 210.9c-1.6 4.9-2.5 10-2.5 15.2V464c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V270.5c0-9.5-2.8-18.7-8.1-26.6L392 172.1c-5.3-7.9-8.1-17.1-8.1-26.6V48c0-26.5-21.5-48-48-48h-6.3c-18.6 0-33.9 9.7-43.9 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0H112C85.5 0 64 21.5 64 48v97.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5V464c0 26.5 21.5 48 48 48h128c9.9 0 19-3 26.7-8.1c-6.8-11.7-10.7-25.4-10.7-39.9V295.8c0-8.6 1.4-17.1 4.1-25.3zm140.2 119.3l48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0m-294.6 48l48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M207.1 237.4L151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3l-70.3 210.9c-1.6 4.9-2.5 10-2.5 15.2V464c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V270.5c0-9.5-2.8-18.7-8.1-26.6L392 172.1c-5.3-7.9-8.1-17.1-8.1-26.6V48c0-26.5-21.5-48-48-48h-6.3c-18.6 0-33.9 9.7-43.9 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0H112C85.5 0 64 21.5 64 48v97.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5V464c0 26.5 21.5 48 48 48h128c9.9 0 19-3 26.7-8.1c-6.8-11.7-10.7-25.4-10.7-39.9V295.8c0-8.6 1.4-17.1 4.1-25.3zm140.2 119.3l48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0m-294.6 48l48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6"/></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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M207.1%20237.4L151.2%2069.7C168.6%2079.7%20192.6%2088%20224%2088s55.4-8.3%2072.8-18.3l-70.3%20210.9c-1.6%204.9-2.5%2010-2.5%2015.2V464c0%2026.5%2021.5%2048%2048%2048h128c26.5%200%2048-21.5%2048-48V270.5c0-9.5-2.8-18.7-8.1-26.6L392%20172.1c-5.3-7.9-8.1-17.1-8.1-26.6V48c0-26.5-21.5-48-48-48h-6.3c-18.6%200-33.9%209.7-43.9%2018.8C276.4%2027.2%20257.2%2040%20224%2040s-52.4-12.8-61.7-21.2C152.3%209.7%20137%200%20118.3%200H112C85.5%200%2064%2021.5%2064%2048v97.5c0%209.5-2.8%2018.7-8.1%2026.6L8.1%20243.9C2.8%20251.8%200%20261.1%200%20270.5V464c0%2026.5%2021.5%2048%2048%2048h128c9.9%200%2019-3%2026.7-8.1c-6.8-11.7-10.7-25.4-10.7-39.9V295.8c0-8.6%201.4-17.1%204.1-25.3zm140.2%20119.3l48%2048c6.2%206.2%206.2%2016.4%200%2022.6s-16.4%206.2-22.6%200l-48-48c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200m-294.6%2048l48-48c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6l-48%2048c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M207.1%20237.4L151.2%2069.7C168.6%2079.7%20192.6%2088%20224%2088s55.4-8.3%2072.8-18.3l-70.3%20210.9c-1.6%204.9-2.5%2010-2.5%2015.2V464c0%2026.5%2021.5%2048%2048%2048h128c26.5%200%2048-21.5%2048-48V270.5c0-9.5-2.8-18.7-8.1-26.6L392%20172.1c-5.3-7.9-8.1-17.1-8.1-26.6V48c0-26.5-21.5-48-48-48h-6.3c-18.6%200-33.9%209.7-43.9%2018.8C276.4%2027.2%20257.2%2040%20224%2040s-52.4-12.8-61.7-21.2C152.3%209.7%20137%200%20118.3%200H112C85.5%200%2064%2021.5%2064%2048v97.5c0%209.5-2.8%2018.7-8.1%2026.6L8.1%20243.9C2.8%20251.8%200%20261.1%200%20270.5V464c0%2026.5%2021.5%2048%2048%2048h128c9.9%200%2019-3%2026.7-8.1c-6.8-11.7-10.7-25.4-10.7-39.9V295.8c0-8.6%201.4-17.1%204.1-25.3zm140.2%20119.3l48%2048c6.2%206.2%206.2%2016.4%200%2022.6s-16.4%206.2-22.6%200l-48-48c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200m-294.6%2048l48-48c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6l-48%2048c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/vest.svg?color=%231a73e8&size=48