gift icon
gift-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- gift-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
2 other variants in Ant Design Icons
The same icon in other sets
giftAkar 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 TwoTonegiftIconoirgiftIonIconsgiftJam Icons
Use the gift icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M546 378h298v104H546zM228 550h250v308H228zm-48-172h298v104H180zm366 172h250v308H546z"/><path fill="currentColor" d="M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74c0-76.1-61.9-138-138-138c-41.4 0-78.7 18.4-104 47.4c-25.3-29-62.6-47.4-104-47.4c-76.1 0-138 61.9-138 138c0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32M478 858H228V550h250zm0-376H180V378h298zm0-176h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70s70 31.4 70 70zm68-70c0-38.6 31.4-70 70-70s70 31.4 70 70s-31.4 70-70 70h-70zm250 622H546V550h250zm48-376H546V378h298z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignGiftTwotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillOpacity=".15" d="M546 378h298v104H546zM228 550h250v308H228zm-48-172h298v104H180zm366 172h250v308H546z"/><path fill="currentColor" d="M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74c0-76.1-61.9-138-138-138c-41.4 0-78.7 18.4-104 47.4c-25.3-29-62.6-47.4-104-47.4c-76.1 0-138 61.9-138 138c0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32M478 858H228V550h250zm0-376H180V378h298zm0-176h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70s70 31.4 70 70zm68-70c0-38.6 31.4-70 70-70s70 31.4 70 70s-31.4 70-70 70h-70zm250 622H546V550h250zm48-376H546V378h298z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M546 378h298v104H546zM228 550h250v308H228zm-48-172h298v104H180zm366 172h250v308H546z"/><path fill="currentColor" d="M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74c0-76.1-61.9-138-138-138c-41.4 0-78.7 18.4-104 47.4c-25.3-29-62.6-47.4-104-47.4c-76.1 0-138 61.9-138 138c0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32M478 858H228V550h250zm0-376H180V378h298zm0-176h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70s70 31.4 70 70zm68-70c0-38.6 31.4-70 70-70s70 31.4 70 70s-31.4 70-70 70h-70zm250 622H546V550h250zm48-376H546V378h298z"/></svg> </template>
CSS
.icon-gift-twotone {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M546%20378h298v104H546zM228%20550h250v308H228zm-48-172h298v104H180zm366%20172h250v308H546z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20310H732.4c13.6-21.4%2021.6-46.8%2021.6-74c0-76.1-61.9-138-138-138c-41.4%200-78.7%2018.4-104%2047.4c-25.3-29-62.6-47.4-104-47.4c-76.1%200-138%2061.9-138%20138c0%2027.2%207.9%2052.6%2021.6%2074H144c-17.7%200-32%2014.3-32%2032v200c0%204.4%203.6%208%208%208h40v344c0%2017.7%2014.3%2032%2032%2032h640c17.7%200%2032-14.3%2032-32V550h40c4.4%200%208-3.6%208-8V342c0-17.7-14.3-32-32-32M478%20858H228V550h250zm0-376H180V378h298zm0-176h-70c-38.6%200-70-31.4-70-70s31.4-70%2070-70s70%2031.4%2070%2070zm68-70c0-38.6%2031.4-70%2070-70s70%2031.4%2070%2070s-31.4%2070-70%2070h-70zm250%20622H546V550h250zm48-376H546V378h298z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M546%20378h298v104H546zM228%20550h250v308H228zm-48-172h298v104H180zm366%20172h250v308H546z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20310H732.4c13.6-21.4%2021.6-46.8%2021.6-74c0-76.1-61.9-138-138-138c-41.4%200-78.7%2018.4-104%2047.4c-25.3-29-62.6-47.4-104-47.4c-76.1%200-138%2061.9-138%20138c0%2027.2%207.9%2052.6%2021.6%2074H144c-17.7%200-32%2014.3-32%2032v200c0%204.4%203.6%208%208%208h40v344c0%2017.7%2014.3%2032%2032%2032h640c17.7%200%2032-14.3%2032-32V550h40c4.4%200%208-3.6%208-8V342c0-17.7-14.3-32-32-32M478%20858H228V550h250zm0-376H180V378h298zm0-176h-70c-38.6%200-70-31.4-70-70s31.4-70%2070-70s70%2031.4%2070%2070zm68-70c0-38.6%2031.4-70%2070-70s70%2031.4%2070%2070s-31.4%2070-70%2070h-70zm250%20622H546V550h250zm48-376H546V378h298z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/gift-twotone.svg?color=%231a73e8&size=48