vest patches icon
vest-patches from Font Awesome Solid by Dave Gandy · Solid · Maps · CC-BY-4.0 Attribution required.
- Name
- vest-patches
- 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 patches icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296 357.9V528c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48V334.5c0-9.5 2.8-18.7 8.1-26.6l47.9-71.8c5.3-7.9 8.1-17.1 8.1-26.6L160 112c0-26.5 21.5-48 48-48h6.3c18.8 0 34.1 9.7 44.1 18.8c9.3 8.4 28.5 21.2 61.7 21.2s52.4-12.8 61.7-21.2c10-9.1 25.3-18.8 44.1-18.8h6.1c26.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.6L544 528c0 26.5-21.5 48-48 48H392c-26.5 0-48-21.5-48-48V357.9c0-3.9.5-7.8 1.4-11.6l54.2-216.9C381.9 141.2 355.8 152 320 152s-61.9-10.8-79.6-22.6l54.2 216.8c1 3.8 1.4 7.7 1.4 11.6zM192 520c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40m-32.5-200.5c-4.7 4.7-4.7 12.3 0 17L175 352l-15.5 15.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L192 369l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L209 352l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L192 335l-15.5-15.5c-4.7-4.7-12.3-4.7-17 0M400 344v40c0 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 Fa7SolidVestPatches(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 357.9V528c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48V334.5c0-9.5 2.8-18.7 8.1-26.6l47.9-71.8c5.3-7.9 8.1-17.1 8.1-26.6L160 112c0-26.5 21.5-48 48-48h6.3c18.8 0 34.1 9.7 44.1 18.8c9.3 8.4 28.5 21.2 61.7 21.2s52.4-12.8 61.7-21.2c10-9.1 25.3-18.8 44.1-18.8h6.1c26.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.6L544 528c0 26.5-21.5 48-48 48H392c-26.5 0-48-21.5-48-48V357.9c0-3.9.5-7.8 1.4-11.6l54.2-216.9C381.9 141.2 355.8 152 320 152s-61.9-10.8-79.6-22.6l54.2 216.8c1 3.8 1.4 7.7 1.4 11.6zM192 520c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40m-32.5-200.5c-4.7 4.7-4.7 12.3 0 17L175 352l-15.5 15.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L192 369l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L209 352l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L192 335l-15.5-15.5c-4.7-4.7-12.3-4.7-17 0M400 344v40c0 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 640 640"><path fill="currentColor" d="M296 357.9V528c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48V334.5c0-9.5 2.8-18.7 8.1-26.6l47.9-71.8c5.3-7.9 8.1-17.1 8.1-26.6L160 112c0-26.5 21.5-48 48-48h6.3c18.8 0 34.1 9.7 44.1 18.8c9.3 8.4 28.5 21.2 61.7 21.2s52.4-12.8 61.7-21.2c10-9.1 25.3-18.8 44.1-18.8h6.1c26.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.6L544 528c0 26.5-21.5 48-48 48H392c-26.5 0-48-21.5-48-48V357.9c0-3.9.5-7.8 1.4-11.6l54.2-216.9C381.9 141.2 355.8 152 320 152s-61.9-10.8-79.6-22.6l54.2 216.8c1 3.8 1.4 7.7 1.4 11.6zM192 520c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40m-32.5-200.5c-4.7 4.7-4.7 12.3 0 17L175 352l-15.5 15.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L192 369l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L209 352l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L192 335l-15.5-15.5c-4.7-4.7-12.3-4.7-17 0M400 344v40c0 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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M296%20357.9V528c0%2026.5-21.5%2048-48%2048H144c-26.5%200-48-21.5-48-48V334.5c0-9.5%202.8-18.7%208.1-26.6l47.9-71.8c5.3-7.9%208.1-17.1%208.1-26.6L160%20112c0-26.5%2021.5-48%2048-48h6.3c18.8%200%2034.1%209.7%2044.1%2018.8c9.3%208.4%2028.5%2021.2%2061.7%2021.2s52.4-12.8%2061.7-21.2c10-9.1%2025.3-18.8%2044.1-18.8h6.1c26.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.6L544%20528c0%2026.5-21.5%2048-48%2048H392c-26.5%200-48-21.5-48-48V357.9c0-3.9.5-7.8%201.4-11.6l54.2-216.9C381.9%20141.2%20355.8%20152%20320%20152s-61.9-10.8-79.6-22.6l54.2%20216.8c1%203.8%201.4%207.7%201.4%2011.6zM192%20520c22.1%200%2040-17.9%2040-40s-17.9-40-40-40s-40%2017.9-40%2040s17.9%2040%2040%2040m-32.5-200.5c-4.7%204.7-4.7%2012.3%200%2017L175%20352l-15.5%2015.5c-4.7%204.7-4.7%2012.3%200%2017s12.3%204.7%2017%200L192%20369l15.5%2015.5c4.7%204.7%2012.3%204.7%2017%200s4.7-12.3%200-17L209%20352l15.5-15.5c4.7-4.7%204.7-12.3%200-17s-12.3-4.7-17%200L192%20335l-15.5-15.5c-4.7-4.7-12.3-4.7-17%200M400%20344v40c0%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M296%20357.9V528c0%2026.5-21.5%2048-48%2048H144c-26.5%200-48-21.5-48-48V334.5c0-9.5%202.8-18.7%208.1-26.6l47.9-71.8c5.3-7.9%208.1-17.1%208.1-26.6L160%20112c0-26.5%2021.5-48%2048-48h6.3c18.8%200%2034.1%209.7%2044.1%2018.8c9.3%208.4%2028.5%2021.2%2061.7%2021.2s52.4-12.8%2061.7-21.2c10-9.1%2025.3-18.8%2044.1-18.8h6.1c26.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.6L544%20528c0%2026.5-21.5%2048-48%2048H392c-26.5%200-48-21.5-48-48V357.9c0-3.9.5-7.8%201.4-11.6l54.2-216.9C381.9%20141.2%20355.8%20152%20320%20152s-61.9-10.8-79.6-22.6l54.2%20216.8c1%203.8%201.4%207.7%201.4%2011.6zM192%20520c22.1%200%2040-17.9%2040-40s-17.9-40-40-40s-40%2017.9-40%2040s17.9%2040%2040%2040m-32.5-200.5c-4.7%204.7-4.7%2012.3%200%2017L175%20352l-15.5%2015.5c-4.7%204.7-4.7%2012.3%200%2017s12.3%204.7%2017%200L192%20369l15.5%2015.5c4.7%204.7%2012.3%204.7%2017%200s4.7-12.3%200-17L209%20352l15.5-15.5c4.7-4.7%204.7-12.3%200-17s-12.3-4.7-17%200L192%20335l-15.5-15.5c-4.7-4.7-12.3-4.7-17%200M400%20344v40c0%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/fa7-solid/vest-patches.svg?color=%231a73e8&size=48