birthday 2 icon
birthday-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- birthday-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the birthday 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.733 16.7a1 1 0 0 1 1.2 0l.667.5a1.48 1.48 0 0 0 1.4.215V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2.585a1.48 1.48 0 0 0 1.4-.215l.666-.5a1 1 0 0 1 1.2 0l.267.2a3 3 0 0 0 3.6 0l.267-.2a1 1 0 0 1 1.2 0l.266.2a3 3 0 0 0 3.6 0zM18 9a3 3 0 0 1 3 3v2c0 1.236-1.412 1.941-2.4 1.2l-.666-.5a1 1 0 0 0-1.2 0l-.267.2a3 3 0 0 1-3.6 0l-.267-.2a1 1 0 0 0-1.2 0l-.266.2a3 3 0 0 1-3.6 0l-.267-.2a1 1 0 0 0-1.2 0l-.667.5c-.988.741-2.4.036-2.4-1.2v-2a3 3 0 0 1 3-3zm-6.6-6.8a1 1 0 0 1 1.2 0c.417.313.8.683 1.147 1.073C14.27 3.86 15 4.855 15 6a3 3 0 0 1-6 0c0-1.145.73-2.139 1.253-2.727c.346-.39.73-.76 1.147-1.073"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBirthday2Fill(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="M16.733 16.7a1 1 0 0 1 1.2 0l.667.5a1.48 1.48 0 0 0 1.4.215V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2.585a1.48 1.48 0 0 0 1.4-.215l.666-.5a1 1 0 0 1 1.2 0l.267.2a3 3 0 0 0 3.6 0l.267-.2a1 1 0 0 1 1.2 0l.266.2a3 3 0 0 0 3.6 0zM18 9a3 3 0 0 1 3 3v2c0 1.236-1.412 1.941-2.4 1.2l-.666-.5a1 1 0 0 0-1.2 0l-.267.2a3 3 0 0 1-3.6 0l-.267-.2a1 1 0 0 0-1.2 0l-.266.2a3 3 0 0 1-3.6 0l-.267-.2a1 1 0 0 0-1.2 0l-.667.5c-.988.741-2.4.036-2.4-1.2v-2a3 3 0 0 1 3-3zm-6.6-6.8a1 1 0 0 1 1.2 0c.417.313.8.683 1.147 1.073C14.27 3.86 15 4.855 15 6a3 3 0 0 1-6 0c0-1.145.73-2.139 1.253-2.727c.346-.39.73-.76 1.147-1.073"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.733 16.7a1 1 0 0 1 1.2 0l.667.5a1.48 1.48 0 0 0 1.4.215V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2.585a1.48 1.48 0 0 0 1.4-.215l.666-.5a1 1 0 0 1 1.2 0l.267.2a3 3 0 0 0 3.6 0l.267-.2a1 1 0 0 1 1.2 0l.266.2a3 3 0 0 0 3.6 0zM18 9a3 3 0 0 1 3 3v2c0 1.236-1.412 1.941-2.4 1.2l-.666-.5a1 1 0 0 0-1.2 0l-.267.2a3 3 0 0 1-3.6 0l-.267-.2a1 1 0 0 0-1.2 0l-.266.2a3 3 0 0 1-3.6 0l-.267-.2a1 1 0 0 0-1.2 0l-.667.5c-.988.741-2.4.036-2.4-1.2v-2a3 3 0 0 1 3-3zm-6.6-6.8a1 1 0 0 1 1.2 0c.417.313.8.683 1.147 1.073C14.27 3.86 15 4.855 15 6a3 3 0 0 1-6 0c0-1.145.73-2.139 1.253-2.727c.346-.39.73-.76 1.147-1.073"/></svg> </template>
CSS
.icon-birthday-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%22M16.733%2016.7a1%201%200%200%201%201.2%200l.667.5a1.48%201.48%200%200%200%201.4.215V20a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2v-2.585a1.48%201.48%200%200%200%201.4-.215l.666-.5a1%201%200%200%201%201.2%200l.267.2a3%203%200%200%200%203.6%200l.267-.2a1%201%200%200%201%201.2%200l.266.2a3%203%200%200%200%203.6%200zM18%209a3%203%200%200%201%203%203v2c0%201.236-1.412%201.941-2.4%201.2l-.666-.5a1%201%200%200%200-1.2%200l-.267.2a3%203%200%200%201-3.6%200l-.267-.2a1%201%200%200%200-1.2%200l-.266.2a3%203%200%200%201-3.6%200l-.267-.2a1%201%200%200%200-1.2%200l-.667.5c-.988.741-2.4.036-2.4-1.2v-2a3%203%200%200%201%203-3zm-6.6-6.8a1%201%200%200%201%201.2%200c.417.313.8.683%201.147%201.073C14.27%203.86%2015%204.855%2015%206a3%203%200%200%201-6%200c0-1.145.73-2.139%201.253-2.727c.346-.39.73-.76%201.147-1.073%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%22M16.733%2016.7a1%201%200%200%201%201.2%200l.667.5a1.48%201.48%200%200%200%201.4.215V20a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2v-2.585a1.48%201.48%200%200%200%201.4-.215l.666-.5a1%201%200%200%201%201.2%200l.267.2a3%203%200%200%200%203.6%200l.267-.2a1%201%200%200%201%201.2%200l.266.2a3%203%200%200%200%203.6%200zM18%209a3%203%200%200%201%203%203v2c0%201.236-1.412%201.941-2.4%201.2l-.666-.5a1%201%200%200%200-1.2%200l-.267.2a3%203%200%200%201-3.6%200l-.267-.2a1%201%200%200%200-1.2%200l-.266.2a3%203%200%200%201-3.6%200l-.267-.2a1%201%200%200%200-1.2%200l-.667.5c-.988.741-2.4.036-2.4-1.2v-2a3%203%200%200%201%203-3zm-6.6-6.8a1%201%200%200%201%201.2%200c.417.313.8.683%201.147%201.073C14.27%203.86%2015%204.855%2015%206a3%203%200%200%201-6%200c0-1.145.73-2.139%201.253-2.727c.346-.39.73-.76%201.147-1.073%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/birthday-2-fill.svg?color=%231a73e8&size=48