safety vest emoji
safety-vest from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- safety-vest
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the safety vest emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff6723" d="M26.12 3.77c.32 2.53 1.29 4.87 2.74 6.81c.71.96 1.15 2.1 1.15 3.29v13.41c0 1.5-1.22 2.72-2.72 2.72h-7.65c-2 0-3.632-1.613-3.632-3.613c0 2-1.608 3.613-3.608 3.613H4.73c-1.5 0-2.72-1.22-2.72-2.72V14.07c0-1.22.45-2.38 1.19-3.35c1.52-1.98 2.56-4.38 2.9-6.97c.13-.99.93-1.74 1.93-1.74h14.34c.57 0 1.23 0 1.84.01c.98 0 1.79.76 1.91 1.75"/><path fill="#d3d3d3" d="M24.01 24H30v-2h-5.99V2h-2v20h-12V2.01h-2V22H2v2h6.01"/><path fill="#ca0b4a" d="M16.53 2.01H9.44c1.04 0 1.78.52 2.05 1.29L15 13.008v15.89s1.004-.851 1.004-2.437c0 1.578 1.012 2.418 1.012 2.418V13.008L20.53 3.3c.28-.78 1.01-1.29 1.84-1.29z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatSafetyVest(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff6723" d="M26.12 3.77c.32 2.53 1.29 4.87 2.74 6.81c.71.96 1.15 2.1 1.15 3.29v13.41c0 1.5-1.22 2.72-2.72 2.72h-7.65c-2 0-3.632-1.613-3.632-3.613c0 2-1.608 3.613-3.608 3.613H4.73c-1.5 0-2.72-1.22-2.72-2.72V14.07c0-1.22.45-2.38 1.19-3.35c1.52-1.98 2.56-4.38 2.9-6.97c.13-.99.93-1.74 1.93-1.74h14.34c.57 0 1.23 0 1.84.01c.98 0 1.79.76 1.91 1.75"/><path fill="#d3d3d3" d="M24.01 24H30v-2h-5.99V2h-2v20h-12V2.01h-2V22H2v2h6.01"/><path fill="#ca0b4a" d="M16.53 2.01H9.44c1.04 0 1.78.52 2.05 1.29L15 13.008v15.89s1.004-.851 1.004-2.437c0 1.578 1.012 2.418 1.012 2.418V13.008L20.53 3.3c.28-.78 1.01-1.29 1.84-1.29z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff6723" d="M26.12 3.77c.32 2.53 1.29 4.87 2.74 6.81c.71.96 1.15 2.1 1.15 3.29v13.41c0 1.5-1.22 2.72-2.72 2.72h-7.65c-2 0-3.632-1.613-3.632-3.613c0 2-1.608 3.613-3.608 3.613H4.73c-1.5 0-2.72-1.22-2.72-2.72V14.07c0-1.22.45-2.38 1.19-3.35c1.52-1.98 2.56-4.38 2.9-6.97c.13-.99.93-1.74 1.93-1.74h14.34c.57 0 1.23 0 1.84.01c.98 0 1.79.76 1.91 1.75"/><path fill="#d3d3d3" d="M24.01 24H30v-2h-5.99V2h-2v20h-12V2.01h-2V22H2v2h6.01"/><path fill="#ca0b4a" d="M16.53 2.01H9.44c1.04 0 1.78.52 2.05 1.29L15 13.008v15.89s1.004-.851 1.004-2.437c0 1.578 1.012 2.418 1.012 2.418V13.008L20.53 3.3c.28-.78 1.01-1.29 1.84-1.29z"/></g></svg> </template>
CSS
.icon-safety-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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff6723%22%20d%3D%22M26.12%203.77c.32%202.53%201.29%204.87%202.74%206.81c.71.96%201.15%202.1%201.15%203.29v13.41c0%201.5-1.22%202.72-2.72%202.72h-7.65c-2%200-3.632-1.613-3.632-3.613c0%202-1.608%203.613-3.608%203.613H4.73c-1.5%200-2.72-1.22-2.72-2.72V14.07c0-1.22.45-2.38%201.19-3.35c1.52-1.98%202.56-4.38%202.9-6.97c.13-.99.93-1.74%201.93-1.74h14.34c.57%200%201.23%200%201.84.01c.98%200%201.79.76%201.91%201.75%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M24.01%2024H30v-2h-5.99V2h-2v20h-12V2.01h-2V22H2v2h6.01%22%2F%3E%3Cpath%20fill%3D%22%23ca0b4a%22%20d%3D%22M16.53%202.01H9.44c1.04%200%201.78.52%202.05%201.29L15%2013.008v15.89s1.004-.851%201.004-2.437c0%201.578%201.012%202.418%201.012%202.418V13.008L20.53%203.3c.28-.78%201.01-1.29%201.84-1.29z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff6723%22%20d%3D%22M26.12%203.77c.32%202.53%201.29%204.87%202.74%206.81c.71.96%201.15%202.1%201.15%203.29v13.41c0%201.5-1.22%202.72-2.72%202.72h-7.65c-2%200-3.632-1.613-3.632-3.613c0%202-1.608%203.613-3.608%203.613H4.73c-1.5%200-2.72-1.22-2.72-2.72V14.07c0-1.22.45-2.38%201.19-3.35c1.52-1.98%202.56-4.38%202.9-6.97c.13-.99.93-1.74%201.93-1.74h14.34c.57%200%201.23%200%201.84.01c.98%200%201.79.76%201.91%201.75%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M24.01%2024H30v-2h-5.99V2h-2v20h-12V2.01h-2V22H2v2h6.01%22%2F%3E%3Cpath%20fill%3D%22%23ca0b4a%22%20d%3D%22M16.53%202.01H9.44c1.04%200%201.78.52%202.05%201.29L15%2013.008v15.89s1.004-.851%201.004-2.437c0%201.578%201.012%202.418%201.012%202.418V13.008L20.53%203.3c.28-.78%201.01-1.29%201.84-1.29z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/safety-vest.svg?color=%231a73e8&size=48