vest patches icon
vest-patches from Font Awesome 6 Solid by Dave Gandy · Regular · Maps · CC-BY-4.0 Attribution required.
- Name
- vest-patches
- 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 patches icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="m151.2 69.7l55.9 167.7l-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3V464c0 14.5 3.9 28.2 10.7 39.9c-7.7 5.1-16.8 8.1-26.7 8.1H48c-26.5 0-48-21.5-48-48V270.5c0-9.5 2.8-18.7 8.1-26.6L56 172.1c5.3-7.9 8.1-17.1 8.1-26.6L64 128V48c0-26.5 21.5-48 48-48h6.3c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0h6.3c26.5 0 48 21.5 48 48v97.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6L448 464c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V295.8c0-5.2.8-10.3 2.5-15.2l70.3-210.9C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3M96 456a40 40 0 1 0 0-80a40 40 0 1 0 0 80M63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288l-15.5 15.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271l-15.5-15.5c-4.7-4.7-12.3-4.7-17 0M304 280v40c0 8.8 7.2 16 16 16h40c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidVestPatches(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="m151.2 69.7l55.9 167.7l-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3V464c0 14.5 3.9 28.2 10.7 39.9c-7.7 5.1-16.8 8.1-26.7 8.1H48c-26.5 0-48-21.5-48-48V270.5c0-9.5 2.8-18.7 8.1-26.6L56 172.1c5.3-7.9 8.1-17.1 8.1-26.6L64 128V48c0-26.5 21.5-48 48-48h6.3c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0h6.3c26.5 0 48 21.5 48 48v97.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6L448 464c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V295.8c0-5.2.8-10.3 2.5-15.2l70.3-210.9C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3M96 456a40 40 0 1 0 0-80a40 40 0 1 0 0 80M63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288l-15.5 15.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271l-15.5-15.5c-4.7-4.7-12.3-4.7-17 0M304 280v40c0 8.8 7.2 16 16 16h40c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v-8c0-13.3-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 448 512"><path fill="currentColor" d="m151.2 69.7l55.9 167.7l-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3V464c0 14.5 3.9 28.2 10.7 39.9c-7.7 5.1-16.8 8.1-26.7 8.1H48c-26.5 0-48-21.5-48-48V270.5c0-9.5 2.8-18.7 8.1-26.6L56 172.1c5.3-7.9 8.1-17.1 8.1-26.6L64 128V48c0-26.5 21.5-48 48-48h6.3c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0h6.3c26.5 0 48 21.5 48 48v97.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6L448 464c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V295.8c0-5.2.8-10.3 2.5-15.2l70.3-210.9C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3M96 456a40 40 0 1 0 0-80a40 40 0 1 0 0 80M63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288l-15.5 15.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271l-15.5-15.5c-4.7-4.7-12.3-4.7-17 0M304 280v40c0 8.8 7.2 16 16 16h40c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24"/></svg> </template>
CSS
.icon-vest-patches {
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%22m151.2%2069.7l55.9%20167.7l-11%2033.1c-2.7%208.2-4.1%2016.7-4.1%2025.3V464c0%2014.5%203.9%2028.2%2010.7%2039.9c-7.7%205.1-16.8%208.1-26.7%208.1H48c-26.5%200-48-21.5-48-48V270.5c0-9.5%202.8-18.7%208.1-26.6L56%20172.1c5.3-7.9%208.1-17.1%208.1-26.6L64%20128V48c0-26.5%2021.5-48%2048-48h6.3c18.8%200%2034.1%209.7%2044.1%2018.8C171.6%2027.2%20190.8%2040%20224%2040s52.4-12.8%2061.7-21.2C295.7%209.7%20311%200%20329.7%200h6.3c26.5%200%2048%2021.5%2048%2048v97.5c0%209.5%202.8%2018.7%208.1%2026.6l47.9%2071.8c5.3%207.9%208.1%2017.1%208.1%2026.6L448%20464c0%2026.5-21.5%2048-48%2048H272c-26.5%200-48-21.5-48-48V295.8c0-5.2.8-10.3%202.5-15.2l70.3-210.9C279.4%2079.7%20255.4%2088%20224%2088s-55.4-8.3-72.8-18.3M96%20456a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080M63.5%20255.5c-4.7%204.7-4.7%2012.3%200%2017L79%20288l-15.5%2015.5c-4.7%204.7-4.7%2012.3%200%2017s12.3%204.7%2017%200L96%20305l15.5%2015.5c4.7%204.7%2012.3%204.7%2017%200s4.7-12.3%200-17L113%20288l15.5-15.5c4.7-4.7%204.7-12.3%200-17s-12.3-4.7-17%200L96%20271l-15.5-15.5c-4.7-4.7-12.3-4.7-17%200M304%20280v40c0%208.8%207.2%2016%2016%2016h40c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-8v-8c0-13.3-10.7-24-24-24s-24%2010.7-24%2024%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%22m151.2%2069.7l55.9%20167.7l-11%2033.1c-2.7%208.2-4.1%2016.7-4.1%2025.3V464c0%2014.5%203.9%2028.2%2010.7%2039.9c-7.7%205.1-16.8%208.1-26.7%208.1H48c-26.5%200-48-21.5-48-48V270.5c0-9.5%202.8-18.7%208.1-26.6L56%20172.1c5.3-7.9%208.1-17.1%208.1-26.6L64%20128V48c0-26.5%2021.5-48%2048-48h6.3c18.8%200%2034.1%209.7%2044.1%2018.8C171.6%2027.2%20190.8%2040%20224%2040s52.4-12.8%2061.7-21.2C295.7%209.7%20311%200%20329.7%200h6.3c26.5%200%2048%2021.5%2048%2048v97.5c0%209.5%202.8%2018.7%208.1%2026.6l47.9%2071.8c5.3%207.9%208.1%2017.1%208.1%2026.6L448%20464c0%2026.5-21.5%2048-48%2048H272c-26.5%200-48-21.5-48-48V295.8c0-5.2.8-10.3%202.5-15.2l70.3-210.9C279.4%2079.7%20255.4%2088%20224%2088s-55.4-8.3-72.8-18.3M96%20456a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080M63.5%20255.5c-4.7%204.7-4.7%2012.3%200%2017L79%20288l-15.5%2015.5c-4.7%204.7-4.7%2012.3%200%2017s12.3%204.7%2017%200L96%20305l15.5%2015.5c4.7%204.7%2012.3%204.7%2017%200s4.7-12.3%200-17L113%20288l15.5-15.5c4.7-4.7%204.7-12.3%200-17s-12.3-4.7-17%200L96%20271l-15.5-15.5c-4.7-4.7-12.3-4.7-17%200M304%20280v40c0%208.8%207.2%2016%2016%2016h40c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-8v-8c0-13.3-10.7-24-24-24s-24%2010.7-24%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/vest-patches.svg?color=%231a73e8&size=48