ios gift icon

ios-gift from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-gift
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios gift icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 136h-84.3c12.4-11 20.3-26.6 20.3-44 0-33.1-28.3-60-63.1-60-20.6 0-37.9 9.7-48.9 27.4C245 41.7 227.7 32 207.1 32 172.3 32 144 58.9 144 92c0 17.4 7.8 33 20.3 44H80c-17.7 0-32 14.3-32 32v20c0 2.2 1.8 4 4 4h408c2.2 0 4-1.8 4-4v-20c0-17.7-14.3-32-32-32zM304.9 60c18.6 0 33.7 14.3 33.7 32s-15.1 32-33.7 32h-33.7c0-48 15.1-64 33.7-64zm-97.8 0c18.6 0 33.7 16 33.7 64h-33.7c-18.6 0-33.7-14.3-33.7-32s15.1-32 33.7-32z" fill="currentColor"/><path d="M64 226v222c0 17.6 14.4 32 32 32h146V218H72c-4.4 0-8 3.6-8 8z" fill="currentColor"/><path d="M440 218H270v262h146c17.6 0 32-14.4 32-32V226c0-4.4-3.6-8-8-8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosGift(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 136h-84.3c12.4-11 20.3-26.6 20.3-44 0-33.1-28.3-60-63.1-60-20.6 0-37.9 9.7-48.9 27.4C245 41.7 227.7 32 207.1 32 172.3 32 144 58.9 144 92c0 17.4 7.8 33 20.3 44H80c-17.7 0-32 14.3-32 32v20c0 2.2 1.8 4 4 4h408c2.2 0 4-1.8 4-4v-20c0-17.7-14.3-32-32-32zM304.9 60c18.6 0 33.7 14.3 33.7 32s-15.1 32-33.7 32h-33.7c0-48 15.1-64 33.7-64zm-97.8 0c18.6 0 33.7 16 33.7 64h-33.7c-18.6 0-33.7-14.3-33.7-32s15.1-32 33.7-32z" fill="currentColor"/><path d="M64 226v222c0 17.6 14.4 32 32 32h146V218H72c-4.4 0-8 3.6-8 8z" fill="currentColor"/><path d="M440 218H270v262h146c17.6 0 32-14.4 32-32V226c0-4.4-3.6-8-8-8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 136h-84.3c12.4-11 20.3-26.6 20.3-44 0-33.1-28.3-60-63.1-60-20.6 0-37.9 9.7-48.9 27.4C245 41.7 227.7 32 207.1 32 172.3 32 144 58.9 144 92c0 17.4 7.8 33 20.3 44H80c-17.7 0-32 14.3-32 32v20c0 2.2 1.8 4 4 4h408c2.2 0 4-1.8 4-4v-20c0-17.7-14.3-32-32-32zM304.9 60c18.6 0 33.7 14.3 33.7 32s-15.1 32-33.7 32h-33.7c0-48 15.1-64 33.7-64zm-97.8 0c18.6 0 33.7 16 33.7 64h-33.7c-18.6 0-33.7-14.3-33.7-32s15.1-32 33.7-32z" fill="currentColor"/><path d="M64 226v222c0 17.6 14.4 32 32 32h146V218H72c-4.4 0-8 3.6-8 8z" fill="currentColor"/><path d="M440 218H270v262h146c17.6 0 32-14.4 32-32V226c0-4.4-3.6-8-8-8z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M432%20136h-84.3c12.4-11%2020.3-26.6%2020.3-44%200-33.1-28.3-60-63.1-60-20.6%200-37.9%209.7-48.9%2027.4C245%2041.7%20227.7%2032%20207.1%2032%20172.3%2032%20144%2058.9%20144%2092c0%2017.4%207.8%2033%2020.3%2044H80c-17.7%200-32%2014.3-32%2032v20c0%202.2%201.8%204%204%204h408c2.2%200%204-1.8%204-4v-20c0-17.7-14.3-32-32-32zM304.9%2060c18.6%200%2033.7%2014.3%2033.7%2032s-15.1%2032-33.7%2032h-33.7c0-48%2015.1-64%2033.7-64zm-97.8%200c18.6%200%2033.7%2016%2033.7%2064h-33.7c-18.6%200-33.7-14.3-33.7-32s15.1-32%2033.7-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20226v222c0%2017.6%2014.4%2032%2032%2032h146V218H72c-4.4%200-8%203.6-8%208z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M440%20218H270v262h146c17.6%200%2032-14.4%2032-32V226c0-4.4-3.6-8-8-8z%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%22M432%20136h-84.3c12.4-11%2020.3-26.6%2020.3-44%200-33.1-28.3-60-63.1-60-20.6%200-37.9%209.7-48.9%2027.4C245%2041.7%20227.7%2032%20207.1%2032%20172.3%2032%20144%2058.9%20144%2092c0%2017.4%207.8%2033%2020.3%2044H80c-17.7%200-32%2014.3-32%2032v20c0%202.2%201.8%204%204%204h408c2.2%200%204-1.8%204-4v-20c0-17.7-14.3-32-32-32zM304.9%2060c18.6%200%2033.7%2014.3%2033.7%2032s-15.1%2032-33.7%2032h-33.7c0-48%2015.1-64%2033.7-64zm-97.8%200c18.6%200%2033.7%2016%2033.7%2064h-33.7c-18.6%200-33.7-14.3-33.7-32s15.1-32%2033.7-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20226v222c0%2017.6%2014.4%2032%2032%2032h146V218H72c-4.4%200-8%203.6-8%208z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M440%20218H270v262h146c17.6%200%2032-14.4%2032-32V226c0-4.4-3.6-8-8-8z%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/ios-gift.svg?color=%231a73e8&size=48