coat icon
coat-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- coat-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 coat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.268 18.752L6 17l-.49.549a1 1 0 0 1-1.193.227l-1.012-.505a2 2 0 0 1-1.021-2.364l2.262-7.539a5 5 0 0 1 2.553-3.035L9.13 3.317A3 3 0 0 1 10.472 3h3.056a3 3 0 0 1 1.342.317l2.03 1.016a5 5 0 0 1 2.553 3.035l2.262 7.539a2 2 0 0 1-1.021 2.364l-1.012.505a1 1 0 0 1-1.192-.227L18 17l-.268 1.752A3 3 0 0 1 14.826 21H9.174a3 3 0 0 1-2.906-2.248m3.757-13.646A1 1 0 0 1 10.472 5h3.056a1 1 0 0 1 .447.106l.96.48L12 10.15L9.065 5.585z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCoatFill(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" fillRule="evenodd" d="M6.268 18.752L6 17l-.49.549a1 1 0 0 1-1.193.227l-1.012-.505a2 2 0 0 1-1.021-2.364l2.262-7.539a5 5 0 0 1 2.553-3.035L9.13 3.317A3 3 0 0 1 10.472 3h3.056a3 3 0 0 1 1.342.317l2.03 1.016a5 5 0 0 1 2.553 3.035l2.262 7.539a2 2 0 0 1-1.021 2.364l-1.012.505a1 1 0 0 1-1.192-.227L18 17l-.268 1.752A3 3 0 0 1 14.826 21H9.174a3 3 0 0 1-2.906-2.248m3.757-13.646A1 1 0 0 1 10.472 5h3.056a1 1 0 0 1 .447.106l.96.48L12 10.15L9.065 5.585z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.268 18.752L6 17l-.49.549a1 1 0 0 1-1.193.227l-1.012-.505a2 2 0 0 1-1.021-2.364l2.262-7.539a5 5 0 0 1 2.553-3.035L9.13 3.317A3 3 0 0 1 10.472 3h3.056a3 3 0 0 1 1.342.317l2.03 1.016a5 5 0 0 1 2.553 3.035l2.262 7.539a2 2 0 0 1-1.021 2.364l-1.012.505a1 1 0 0 1-1.192-.227L18 17l-.268 1.752A3 3 0 0 1 14.826 21H9.174a3 3 0 0 1-2.906-2.248m3.757-13.646A1 1 0 0 1 10.472 5h3.056a1 1 0 0 1 .447.106l.96.48L12 10.15L9.065 5.585z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-coat-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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.268%2018.752L6%2017l-.49.549a1%201%200%200%201-1.193.227l-1.012-.505a2%202%200%200%201-1.021-2.364l2.262-7.539a5%205%200%200%201%202.553-3.035L9.13%203.317A3%203%200%200%201%2010.472%203h3.056a3%203%200%200%201%201.342.317l2.03%201.016a5%205%200%200%201%202.553%203.035l2.262%207.539a2%202%200%200%201-1.021%202.364l-1.012.505a1%201%200%200%201-1.192-.227L18%2017l-.268%201.752A3%203%200%200%201%2014.826%2021H9.174a3%203%200%200%201-2.906-2.248m3.757-13.646A1%201%200%200%201%2010.472%205h3.056a1%201%200%200%201%20.447.106l.96.48L12%2010.15L9.065%205.585z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.268%2018.752L6%2017l-.49.549a1%201%200%200%201-1.193.227l-1.012-.505a2%202%200%200%201-1.021-2.364l2.262-7.539a5%205%200%200%201%202.553-3.035L9.13%203.317A3%203%200%200%201%2010.472%203h3.056a3%203%200%200%201%201.342.317l2.03%201.016a5%205%200%200%201%202.553%203.035l2.262%207.539a2%202%200%200%201-1.021%202.364l-1.012.505a1%201%200%200%201-1.192-.227L18%2017l-.268%201.752A3%203%200%200%201%2014.826%2021H9.174a3%203%200%200%201-2.906-2.248m3.757-13.646A1%201%200%200%201%2010.472%205h3.056a1%201%200%200%201%20.447.106l.96.48L12%2010.15L9.065%205.585z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/coat-fill.svg?color=%231a73e8&size=48