vip 2 icon
vip-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- vip-2-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
Related icons in MingCute Icon
Use the vip 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a2 2 0 0 1 .986 3.738l.183.349c.227.423.582 1.046 1.013 1.668c.6.869 1.24 1.576 1.78 1.86c.541.282 1.46.386 2.477.36a15 15 0 0 0 1.568-.128A1.501 1.501 0 0 1 23 10a1.5 1.5 0 0 1-1.226 1.474l-2.947 7.61A3 3 0 0 1 16.03 21H7.97a3 3 0 0 1-2.797-1.916l-2.948-7.61a1.5 1.5 0 1 1 1.77-1.582c.433.079 1.01.169 1.62.21c1.013.067 1.906-.013 2.422-.283c.53-.277 1.168-1.01 1.775-1.931a19 19 0 0 0 1.196-2.127l.01-.02A1.998 1.998 0 0 1 12 2"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteVip2Fill(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="M12 2a2 2 0 0 1 .986 3.738l.183.349c.227.423.582 1.046 1.013 1.668c.6.869 1.24 1.576 1.78 1.86c.541.282 1.46.386 2.477.36a15 15 0 0 0 1.568-.128A1.501 1.501 0 0 1 23 10a1.5 1.5 0 0 1-1.226 1.474l-2.947 7.61A3 3 0 0 1 16.03 21H7.97a3 3 0 0 1-2.797-1.916l-2.948-7.61a1.5 1.5 0 1 1 1.77-1.582c.433.079 1.01.169 1.62.21c1.013.067 1.906-.013 2.422-.283c.53-.277 1.168-1.01 1.775-1.931a19 19 0 0 0 1.196-2.127l.01-.02A1.998 1.998 0 0 1 12 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a2 2 0 0 1 .986 3.738l.183.349c.227.423.582 1.046 1.013 1.668c.6.869 1.24 1.576 1.78 1.86c.541.282 1.46.386 2.477.36a15 15 0 0 0 1.568-.128A1.501 1.501 0 0 1 23 10a1.5 1.5 0 0 1-1.226 1.474l-2.947 7.61A3 3 0 0 1 16.03 21H7.97a3 3 0 0 1-2.797-1.916l-2.948-7.61a1.5 1.5 0 1 1 1.77-1.582c.433.079 1.01.169 1.62.21c1.013.067 1.906-.013 2.422-.283c.53-.277 1.168-1.01 1.775-1.931a19 19 0 0 0 1.196-2.127l.01-.02A1.998 1.998 0 0 1 12 2"/></svg> </template>
CSS
.icon-vip-2-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%22M12%202a2%202%200%200%201%20.986%203.738l.183.349c.227.423.582%201.046%201.013%201.668c.6.869%201.24%201.576%201.78%201.86c.541.282%201.46.386%202.477.36a15%2015%200%200%200%201.568-.128A1.501%201.501%200%200%201%2023%2010a1.5%201.5%200%200%201-1.226%201.474l-2.947%207.61A3%203%200%200%201%2016.03%2021H7.97a3%203%200%200%201-2.797-1.916l-2.948-7.61a1.5%201.5%200%201%201%201.77-1.582c.433.079%201.01.169%201.62.21c1.013.067%201.906-.013%202.422-.283c.53-.277%201.168-1.01%201.775-1.931a19%2019%200%200%200%201.196-2.127l.01-.02A1.998%201.998%200%200%201%2012%202%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%22M12%202a2%202%200%200%201%20.986%203.738l.183.349c.227.423.582%201.046%201.013%201.668c.6.869%201.24%201.576%201.78%201.86c.541.282%201.46.386%202.477.36a15%2015%200%200%200%201.568-.128A1.501%201.501%200%200%201%2023%2010a1.5%201.5%200%200%201-1.226%201.474l-2.947%207.61A3%203%200%200%201%2016.03%2021H7.97a3%203%200%200%201-2.797-1.916l-2.948-7.61a1.5%201.5%200%201%201%201.77-1.582c.433.079%201.01.169%201.62.21c1.013.067%201.906-.013%202.422-.283c.53-.277%201.168-1.01%201.775-1.931a19%2019%200%200%200%201.196-2.127l.01-.02A1.998%201.998%200%200%201%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/vip-2-fill.svg?color=%231a73e8&size=48