vest icon
vest-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- vest-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the vest icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.963 4.919C6.045 3.902 6.876 3 8 3h8c1.124 0 1.955.902 2.037 1.919a11.23 11.23 0 0 0 2.224 5.843c.424.554.739 1.27.739 2.066V18a3 3 0 0 1-3 3h-4a1 1 0 0 1-1-1v-8.715c0-.858.592-1.597 1.202-2.2c.533-.528.928-1.218 1.204-1.888a9.3 9.3 0 0 0 .49-1.623a.48.48 0 0 0-.479-.574H8.583a.48.48 0 0 0-.479.574a9.3 9.3 0 0 0 .49 1.623c.276.67.67 1.36 1.204 1.887c.61.604 1.202 1.343 1.202 2.201V20a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3v-5.172c0-.797.315-1.512.74-2.066c.71-.93 1.99-2.97 2.223-5.843"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteVestFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.963 4.919C6.045 3.902 6.876 3 8 3h8c1.124 0 1.955.902 2.037 1.919a11.23 11.23 0 0 0 2.224 5.843c.424.554.739 1.27.739 2.066V18a3 3 0 0 1-3 3h-4a1 1 0 0 1-1-1v-8.715c0-.858.592-1.597 1.202-2.2c.533-.528.928-1.218 1.204-1.888a9.3 9.3 0 0 0 .49-1.623a.48.48 0 0 0-.479-.574H8.583a.48.48 0 0 0-.479.574a9.3 9.3 0 0 0 .49 1.623c.276.67.67 1.36 1.204 1.887c.61.604 1.202 1.343 1.202 2.201V20a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3v-5.172c0-.797.315-1.512.74-2.066c.71-.93 1.99-2.97 2.223-5.843"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.963 4.919C6.045 3.902 6.876 3 8 3h8c1.124 0 1.955.902 2.037 1.919a11.23 11.23 0 0 0 2.224 5.843c.424.554.739 1.27.739 2.066V18a3 3 0 0 1-3 3h-4a1 1 0 0 1-1-1v-8.715c0-.858.592-1.597 1.202-2.2c.533-.528.928-1.218 1.204-1.888a9.3 9.3 0 0 0 .49-1.623a.48.48 0 0 0-.479-.574H8.583a.48.48 0 0 0-.479.574a9.3 9.3 0 0 0 .49 1.623c.276.67.67 1.36 1.204 1.887c.61.604 1.202 1.343 1.202 2.201V20a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3v-5.172c0-.797.315-1.512.74-2.066c.71-.93 1.99-2.97 2.223-5.843"/></svg> </template>
CSS
.icon-vest-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.963%204.919C6.045%203.902%206.876%203%208%203h8c1.124%200%201.955.902%202.037%201.919a11.23%2011.23%200%200%200%202.224%205.843c.424.554.739%201.27.739%202.066V18a3%203%200%200%201-3%203h-4a1%201%200%200%201-1-1v-8.715c0-.858.592-1.597%201.202-2.2c.533-.528.928-1.218%201.204-1.888a9.3%209.3%200%200%200%20.49-1.623a.48.48%200%200%200-.479-.574H8.583a.48.48%200%200%200-.479.574a9.3%209.3%200%200%200%20.49%201.623c.276.67.67%201.36%201.204%201.887c.61.604%201.202%201.343%201.202%202.201V20a1%201%200%200%201-1%201H6a3%203%200%200%201-3-3v-5.172c0-.797.315-1.512.74-2.066c.71-.93%201.99-2.97%202.223-5.843%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.963%204.919C6.045%203.902%206.876%203%208%203h8c1.124%200%201.955.902%202.037%201.919a11.23%2011.23%200%200%200%202.224%205.843c.424.554.739%201.27.739%202.066V18a3%203%200%200%201-3%203h-4a1%201%200%200%201-1-1v-8.715c0-.858.592-1.597%201.202-2.2c.533-.528.928-1.218%201.204-1.888a9.3%209.3%200%200%200%20.49-1.623a.48.48%200%200%200-.479-.574H8.583a.48.48%200%200%200-.479.574a9.3%209.3%200%200%200%20.49%201.623c.276.67.67%201.36%201.204%201.887c.61.604%201.202%201.343%201.202%202.201V20a1%201%200%200%201-1%201H6a3%203%200%200%201-3-3v-5.172c0-.797.315-1.512.74-2.066c.71-.93%201.99-2.97%202.223-5.843%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/vest-fill.svg?color=%231a73e8&size=48