gift icon
gift-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- gift-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All gift icons →giftAkar Iconsgift-filledAnt Design IconsgiftBootstrap IconsgiftBoxIcons v2giftBoxIcons v2 SolidgiftCarbongiftCodiconsgift-fillEva IconsgiftFramework7 IconsgiftFont Awesome 6 SolidgiftFont Awesome SolidgiftFeather Iconsgift-16-filledFluent UI System Iconsgift-16Fluent UI System Color Iconsgiftcss.gggiftHeroIconsgiftHuge IconsgiftHumbleiconsgiftIconParkgiftIconPark OutlinegiftIconPark SolidgiftIconPark TwoTonegiftIconoirgiftIonIcons
More ui icons from Reicon
Use the gift icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 2c-4.219.004-6.401.08-7.786 1.464C2.08 4.85 2.004 7.031 2 11.25h4.914a4 4 0 0 1-.757-1.528C5.62 7.57 7.57 5.62 9.722 6.157c.572.143 1.09.406 1.528.757zM2 12.75c.004 4.218.08 6.4 1.464 7.785C4.85 21.92 7.031 21.995 11.25 22v-7.877A4.75 4.75 0 0 1 7 16.75a.75.75 0 0 1 0-1.5a3.25 3.25 0 0 0 3.163-2.5zM12.75 22c4.218-.005 6.4-.08 7.785-1.465c1.385-1.384 1.46-3.567 1.465-7.785h-8.163A3.25 3.25 0 0 0 17 15.25a.75.75 0 0 1 0 1.5a4.75 4.75 0 0 1-4.25-2.627zM22 11.25c-.005-4.219-.08-6.401-1.465-7.786C19.151 2.08 16.968 2.004 12.75 2v4.914a4 4 0 0 1 1.527-.757c2.153-.538 4.104 1.412 3.565 3.565a4 4 0 0 1-.756 1.528z"/><path d="M9.358 7.613a2.5 2.5 0 0 1 1.892 2.422v1.215h-1.215a2.5 2.5 0 0 1-2.422-1.892a1.44 1.44 0 0 1 1.745-1.745m3.392 2.422v1.215h1.215c1.145 0 2.144-.78 2.422-1.892a1.44 1.44 0 0 0-1.746-1.745a2.5 2.5 0 0 0-1.891 2.422"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGiftFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 2c-4.219.004-6.401.08-7.786 1.464C2.08 4.85 2.004 7.031 2 11.25h4.914a4 4 0 0 1-.757-1.528C5.62 7.57 7.57 5.62 9.722 6.157c.572.143 1.09.406 1.528.757zM2 12.75c.004 4.218.08 6.4 1.464 7.785C4.85 21.92 7.031 21.995 11.25 22v-7.877A4.75 4.75 0 0 1 7 16.75a.75.75 0 0 1 0-1.5a3.25 3.25 0 0 0 3.163-2.5zM12.75 22c4.218-.005 6.4-.08 7.785-1.465c1.385-1.384 1.46-3.567 1.465-7.785h-8.163A3.25 3.25 0 0 0 17 15.25a.75.75 0 0 1 0 1.5a4.75 4.75 0 0 1-4.25-2.627zM22 11.25c-.005-4.219-.08-6.401-1.465-7.786C19.151 2.08 16.968 2.004 12.75 2v4.914a4 4 0 0 1 1.527-.757c2.153-.538 4.104 1.412 3.565 3.565a4 4 0 0 1-.756 1.528z"/><path d="M9.358 7.613a2.5 2.5 0 0 1 1.892 2.422v1.215h-1.215a2.5 2.5 0 0 1-2.422-1.892a1.44 1.44 0 0 1 1.745-1.745m3.392 2.422v1.215h1.215c1.145 0 2.144-.78 2.422-1.892a1.44 1.44 0 0 0-1.746-1.745a2.5 2.5 0 0 0-1.891 2.422"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 2c-4.219.004-6.401.08-7.786 1.464C2.08 4.85 2.004 7.031 2 11.25h4.914a4 4 0 0 1-.757-1.528C5.62 7.57 7.57 5.62 9.722 6.157c.572.143 1.09.406 1.528.757zM2 12.75c.004 4.218.08 6.4 1.464 7.785C4.85 21.92 7.031 21.995 11.25 22v-7.877A4.75 4.75 0 0 1 7 16.75a.75.75 0 0 1 0-1.5a3.25 3.25 0 0 0 3.163-2.5zM12.75 22c4.218-.005 6.4-.08 7.785-1.465c1.385-1.384 1.46-3.567 1.465-7.785h-8.163A3.25 3.25 0 0 0 17 15.25a.75.75 0 0 1 0 1.5a4.75 4.75 0 0 1-4.25-2.627zM22 11.25c-.005-4.219-.08-6.401-1.465-7.786C19.151 2.08 16.968 2.004 12.75 2v4.914a4 4 0 0 1 1.527-.757c2.153-.538 4.104 1.412 3.565 3.565a4 4 0 0 1-.756 1.528z"/><path d="M9.358 7.613a2.5 2.5 0 0 1 1.892 2.422v1.215h-1.215a2.5 2.5 0 0 1-2.422-1.892a1.44 1.44 0 0 1 1.745-1.745m3.392 2.422v1.215h1.215c1.145 0 2.144-.78 2.422-1.892a1.44 1.44 0 0 0-1.746-1.745a2.5 2.5 0 0 0-1.891 2.422"/></g></svg> </template>
CSS
.icon-gift-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%202c-4.219.004-6.401.08-7.786%201.464C2.08%204.85%202.004%207.031%202%2011.25h4.914a4%204%200%200%201-.757-1.528C5.62%207.57%207.57%205.62%209.722%206.157c.572.143%201.09.406%201.528.757zM2%2012.75c.004%204.218.08%206.4%201.464%207.785C4.85%2021.92%207.031%2021.995%2011.25%2022v-7.877A4.75%204.75%200%200%201%207%2016.75a.75.75%200%200%201%200-1.5a3.25%203.25%200%200%200%203.163-2.5zM12.75%2022c4.218-.005%206.4-.08%207.785-1.465c1.385-1.384%201.46-3.567%201.465-7.785h-8.163A3.25%203.25%200%200%200%2017%2015.25a.75.75%200%200%201%200%201.5a4.75%204.75%200%200%201-4.25-2.627zM22%2011.25c-.005-4.219-.08-6.401-1.465-7.786C19.151%202.08%2016.968%202.004%2012.75%202v4.914a4%204%200%200%201%201.527-.757c2.153-.538%204.104%201.412%203.565%203.565a4%204%200%200%201-.756%201.528z%22%2F%3E%3Cpath%20d%3D%22M9.358%207.613a2.5%202.5%200%200%201%201.892%202.422v1.215h-1.215a2.5%202.5%200%200%201-2.422-1.892a1.44%201.44%200%200%201%201.745-1.745m3.392%202.422v1.215h1.215c1.145%200%202.144-.78%202.422-1.892a1.44%201.44%200%200%200-1.746-1.745a2.5%202.5%200%200%200-1.891%202.422%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%202c-4.219.004-6.401.08-7.786%201.464C2.08%204.85%202.004%207.031%202%2011.25h4.914a4%204%200%200%201-.757-1.528C5.62%207.57%207.57%205.62%209.722%206.157c.572.143%201.09.406%201.528.757zM2%2012.75c.004%204.218.08%206.4%201.464%207.785C4.85%2021.92%207.031%2021.995%2011.25%2022v-7.877A4.75%204.75%200%200%201%207%2016.75a.75.75%200%200%201%200-1.5a3.25%203.25%200%200%200%203.163-2.5zM12.75%2022c4.218-.005%206.4-.08%207.785-1.465c1.385-1.384%201.46-3.567%201.465-7.785h-8.163A3.25%203.25%200%200%200%2017%2015.25a.75.75%200%200%201%200%201.5a4.75%204.75%200%200%201-4.25-2.627zM22%2011.25c-.005-4.219-.08-6.401-1.465-7.786C19.151%202.08%2016.968%202.004%2012.75%202v4.914a4%204%200%200%201%201.527-.757c2.153-.538%204.104%201.412%203.565%203.565a4%204%200%200%201-.756%201.528z%22%2F%3E%3Cpath%20d%3D%22M9.358%207.613a2.5%202.5%200%200%201%201.892%202.422v1.215h-1.215a2.5%202.5%200%200%201-2.422-1.892a1.44%201.44%200%200%201%201.745-1.745m3.392%202.422v1.215h1.215c1.145%200%202.144-.78%202.422-1.892a1.44%201.44%200%200%200-1.746-1.745a2.5%202.5%200%200%200-1.891%202.422%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gift-filled.svg?color=%231a73e8&size=48