md gift icon
md-gift from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-gift
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md gift icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M424 134.5h-45.8c2.3-6.6 3.8-13.9 3.8-21.3 0-35.4-28.1-63.2-63-63.2-22.1 0-41.2 10.7-52.5 28L256 92.3l-10.5-14.5C234.2 60.7 215.1 48 193 48c-34.9 0-63 29.8-63 65.2 0 7.5 1.5 14.7 3.8 21.3H88c-23.3 0-41.8 19-41.8 42.7L46 421.8c0 23.7 17.4 42.2 40.7 42.2h336.7c23.3 0 42.7-18.5 42.7-42.2V177.2c-.1-23.7-18.8-42.7-42.1-42.7zM320 91c11.6 0 21 9.5 21 21 0 11.6-9.4 21-21 21s-21-9.5-21-21 9.4-21 21-21zm-128 0c11.6 0 21 9.5 21 21 0 11.6-9.4 21-21 21s-21-9.5-21-21 9.4-21 21-21zM88 177.2h106.7L151 237.5l34 25 50-69.1.2-.2-.2 228.6H88V177.2zm336 244.6H277V193.4l50 69.1 34-25-43.7-60.4H424v244.7z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdGift(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M424 134.5h-45.8c2.3-6.6 3.8-13.9 3.8-21.3 0-35.4-28.1-63.2-63-63.2-22.1 0-41.2 10.7-52.5 28L256 92.3l-10.5-14.5C234.2 60.7 215.1 48 193 48c-34.9 0-63 29.8-63 65.2 0 7.5 1.5 14.7 3.8 21.3H88c-23.3 0-41.8 19-41.8 42.7L46 421.8c0 23.7 17.4 42.2 40.7 42.2h336.7c23.3 0 42.7-18.5 42.7-42.2V177.2c-.1-23.7-18.8-42.7-42.1-42.7zM320 91c11.6 0 21 9.5 21 21 0 11.6-9.4 21-21 21s-21-9.5-21-21 9.4-21 21-21zm-128 0c11.6 0 21 9.5 21 21 0 11.6-9.4 21-21 21s-21-9.5-21-21 9.4-21 21-21zM88 177.2h106.7L151 237.5l34 25 50-69.1.2-.2-.2 228.6H88V177.2zm336 244.6H277V193.4l50 69.1 34-25-43.7-60.4H424v244.7z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M424 134.5h-45.8c2.3-6.6 3.8-13.9 3.8-21.3 0-35.4-28.1-63.2-63-63.2-22.1 0-41.2 10.7-52.5 28L256 92.3l-10.5-14.5C234.2 60.7 215.1 48 193 48c-34.9 0-63 29.8-63 65.2 0 7.5 1.5 14.7 3.8 21.3H88c-23.3 0-41.8 19-41.8 42.7L46 421.8c0 23.7 17.4 42.2 40.7 42.2h336.7c23.3 0 42.7-18.5 42.7-42.2V177.2c-.1-23.7-18.8-42.7-42.1-42.7zM320 91c11.6 0 21 9.5 21 21 0 11.6-9.4 21-21 21s-21-9.5-21-21 9.4-21 21-21zm-128 0c11.6 0 21 9.5 21 21 0 11.6-9.4 21-21 21s-21-9.5-21-21 9.4-21 21-21zM88 177.2h106.7L151 237.5l34 25 50-69.1.2-.2-.2 228.6H88V177.2zm336 244.6H277V193.4l50 69.1 34-25-43.7-60.4H424v244.7z" fill="currentColor"/></svg> </template>
CSS
.icon-md-gift {
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%20512%20512%22%3E%3Cpath%20d%3D%22M424%20134.5h-45.8c2.3-6.6%203.8-13.9%203.8-21.3%200-35.4-28.1-63.2-63-63.2-22.1%200-41.2%2010.7-52.5%2028L256%2092.3l-10.5-14.5C234.2%2060.7%20215.1%2048%20193%2048c-34.9%200-63%2029.8-63%2065.2%200%207.5%201.5%2014.7%203.8%2021.3H88c-23.3%200-41.8%2019-41.8%2042.7L46%20421.8c0%2023.7%2017.4%2042.2%2040.7%2042.2h336.7c23.3%200%2042.7-18.5%2042.7-42.2V177.2c-.1-23.7-18.8-42.7-42.1-42.7zM320%2091c11.6%200%2021%209.5%2021%2021%200%2011.6-9.4%2021-21%2021s-21-9.5-21-21%209.4-21%2021-21zm-128%200c11.6%200%2021%209.5%2021%2021%200%2011.6-9.4%2021-21%2021s-21-9.5-21-21%209.4-21%2021-21zM88%20177.2h106.7L151%20237.5l34%2025%2050-69.1.2-.2-.2%20228.6H88V177.2zm336%20244.6H277V193.4l50%2069.1%2034-25-43.7-60.4H424v244.7z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M424%20134.5h-45.8c2.3-6.6%203.8-13.9%203.8-21.3%200-35.4-28.1-63.2-63-63.2-22.1%200-41.2%2010.7-52.5%2028L256%2092.3l-10.5-14.5C234.2%2060.7%20215.1%2048%20193%2048c-34.9%200-63%2029.8-63%2065.2%200%207.5%201.5%2014.7%203.8%2021.3H88c-23.3%200-41.8%2019-41.8%2042.7L46%20421.8c0%2023.7%2017.4%2042.2%2040.7%2042.2h336.7c23.3%200%2042.7-18.5%2042.7-42.2V177.2c-.1-23.7-18.8-42.7-42.1-42.7zM320%2091c11.6%200%2021%209.5%2021%2021%200%2011.6-9.4%2021-21%2021s-21-9.5-21-21%209.4-21%2021-21zm-128%200c11.6%200%2021%209.5%2021%2021%200%2011.6-9.4%2021-21%2021s-21-9.5-21-21%209.4-21%2021-21zM88%20177.2h106.7L151%20237.5l34%2025%2050-69.1.2-.2-.2%20228.6H88V177.2zm336%20244.6H277V193.4l50%2069.1%2034-25-43.7-60.4H424v244.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-gift.svg?color=%231a73e8&size=48