gift alt icon
gift-alt from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- gift-alt
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Use the gift alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.867 9.262c-2.39-2.39-5.765-2.766-9.75-2.766H18.836c-3.937 0-7.312.375-9.703 2.766S6.39 15.004 6.39 18.918v18.094c0 4.008.351 7.336 2.742 9.726s5.766 2.766 9.773 2.766h18.211c3.985 0 7.36-.375 9.75-2.766c2.391-2.39 2.742-5.718 2.742-9.726V18.988c0-4.008-.351-7.36-2.742-9.726m-36.703 9.14c0-2.46.305-4.992 1.711-6.398c1.43-1.43 3.984-1.734 6.445-1.734h7.993v8.578c-1.547-3-4.196-4.852-7.149-4.852c-3.351 0-5.883 2.508-5.883 5.93c0 2.953 2.086 5.39 5.04 6.726h-8.157Zm35.672-.07v8.32h-8.719c2.953-1.336 5.04-3.773 5.04-6.726c0-3.422-2.532-5.93-5.907-5.93c-2.93 0-5.578 1.852-7.125 4.852V10.27h8.625c2.414 0 4.945.328 6.375 1.734c1.406 1.43 1.711 3.914 1.711 6.328m-20.672 7.969c-4.617 0-8.578-3.164-8.578-6.117c0-1.782 1.078-2.86 2.766-2.86c3.468 0 6.515 3.867 6.515 8.32v.657Zm5.11 0h-.704v-.656c0-4.454 3.024-8.32 6.493-8.32c1.71 0 2.789 1.077 2.789 2.859c0 2.953-3.961 6.117-8.578 6.117m7.476 19.43h-8.625V30.87h.188c1.546 4.828 7.336 9.047 10.945 9.586c1.336.188 2.156-.773 2.156-1.805c0-1.125-.68-1.875-1.898-1.992c-3.235-.351-7.758-4.57-9.117-7.43h14.437v8.415c0 2.437-.305 4.921-1.71 6.351c-1.43 1.406-3.962 1.734-6.376 1.734m-19.5 0c-2.414 0-4.945-.329-6.351-1.735c-1.43-1.43-1.735-3.914-1.735-6.352v-8.413H24.04c-1.36 2.859-5.883 7.078-9.117 7.43c-1.219.116-1.899.866-1.899 1.991c0 1.032.82 1.992 2.157 1.805c3.61-.539 9.398-4.758 10.945-9.586h.188v14.86Z"/></svg>
React
import type { SVGProps } from "react";
export function F7GiftAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.867 9.262c-2.39-2.39-5.765-2.766-9.75-2.766H18.836c-3.937 0-7.312.375-9.703 2.766S6.39 15.004 6.39 18.918v18.094c0 4.008.351 7.336 2.742 9.726s5.766 2.766 9.773 2.766h18.211c3.985 0 7.36-.375 9.75-2.766c2.391-2.39 2.742-5.718 2.742-9.726V18.988c0-4.008-.351-7.36-2.742-9.726m-36.703 9.14c0-2.46.305-4.992 1.711-6.398c1.43-1.43 3.984-1.734 6.445-1.734h7.993v8.578c-1.547-3-4.196-4.852-7.149-4.852c-3.351 0-5.883 2.508-5.883 5.93c0 2.953 2.086 5.39 5.04 6.726h-8.157Zm35.672-.07v8.32h-8.719c2.953-1.336 5.04-3.773 5.04-6.726c0-3.422-2.532-5.93-5.907-5.93c-2.93 0-5.578 1.852-7.125 4.852V10.27h8.625c2.414 0 4.945.328 6.375 1.734c1.406 1.43 1.711 3.914 1.711 6.328m-20.672 7.969c-4.617 0-8.578-3.164-8.578-6.117c0-1.782 1.078-2.86 2.766-2.86c3.468 0 6.515 3.867 6.515 8.32v.657Zm5.11 0h-.704v-.656c0-4.454 3.024-8.32 6.493-8.32c1.71 0 2.789 1.077 2.789 2.859c0 2.953-3.961 6.117-8.578 6.117m7.476 19.43h-8.625V30.87h.188c1.546 4.828 7.336 9.047 10.945 9.586c1.336.188 2.156-.773 2.156-1.805c0-1.125-.68-1.875-1.898-1.992c-3.235-.351-7.758-4.57-9.117-7.43h14.437v8.415c0 2.437-.305 4.921-1.71 6.351c-1.43 1.406-3.962 1.734-6.376 1.734m-19.5 0c-2.414 0-4.945-.329-6.351-1.735c-1.43-1.43-1.735-3.914-1.735-6.352v-8.413H24.04c-1.36 2.859-5.883 7.078-9.117 7.43c-1.219.116-1.899.866-1.899 1.991c0 1.032.82 1.992 2.157 1.805c3.61-.539 9.398-4.758 10.945-9.586h.188v14.86Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.867 9.262c-2.39-2.39-5.765-2.766-9.75-2.766H18.836c-3.937 0-7.312.375-9.703 2.766S6.39 15.004 6.39 18.918v18.094c0 4.008.351 7.336 2.742 9.726s5.766 2.766 9.773 2.766h18.211c3.985 0 7.36-.375 9.75-2.766c2.391-2.39 2.742-5.718 2.742-9.726V18.988c0-4.008-.351-7.36-2.742-9.726m-36.703 9.14c0-2.46.305-4.992 1.711-6.398c1.43-1.43 3.984-1.734 6.445-1.734h7.993v8.578c-1.547-3-4.196-4.852-7.149-4.852c-3.351 0-5.883 2.508-5.883 5.93c0 2.953 2.086 5.39 5.04 6.726h-8.157Zm35.672-.07v8.32h-8.719c2.953-1.336 5.04-3.773 5.04-6.726c0-3.422-2.532-5.93-5.907-5.93c-2.93 0-5.578 1.852-7.125 4.852V10.27h8.625c2.414 0 4.945.328 6.375 1.734c1.406 1.43 1.711 3.914 1.711 6.328m-20.672 7.969c-4.617 0-8.578-3.164-8.578-6.117c0-1.782 1.078-2.86 2.766-2.86c3.468 0 6.515 3.867 6.515 8.32v.657Zm5.11 0h-.704v-.656c0-4.454 3.024-8.32 6.493-8.32c1.71 0 2.789 1.077 2.789 2.859c0 2.953-3.961 6.117-8.578 6.117m7.476 19.43h-8.625V30.87h.188c1.546 4.828 7.336 9.047 10.945 9.586c1.336.188 2.156-.773 2.156-1.805c0-1.125-.68-1.875-1.898-1.992c-3.235-.351-7.758-4.57-9.117-7.43h14.437v8.415c0 2.437-.305 4.921-1.71 6.351c-1.43 1.406-3.962 1.734-6.376 1.734m-19.5 0c-2.414 0-4.945-.329-6.351-1.735c-1.43-1.43-1.735-3.914-1.735-6.352v-8.413H24.04c-1.36 2.859-5.883 7.078-9.117 7.43c-1.219.116-1.899.866-1.899 1.991c0 1.032.82 1.992 2.157 1.805c3.61-.539 9.398-4.758 10.945-9.586h.188v14.86Z"/></svg> </template>
CSS
.icon-gift-alt {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46.867%209.262c-2.39-2.39-5.765-2.766-9.75-2.766H18.836c-3.937%200-7.312.375-9.703%202.766S6.39%2015.004%206.39%2018.918v18.094c0%204.008.351%207.336%202.742%209.726s5.766%202.766%209.773%202.766h18.211c3.985%200%207.36-.375%209.75-2.766c2.391-2.39%202.742-5.718%202.742-9.726V18.988c0-4.008-.351-7.36-2.742-9.726m-36.703%209.14c0-2.46.305-4.992%201.711-6.398c1.43-1.43%203.984-1.734%206.445-1.734h7.993v8.578c-1.547-3-4.196-4.852-7.149-4.852c-3.351%200-5.883%202.508-5.883%205.93c0%202.953%202.086%205.39%205.04%206.726h-8.157Zm35.672-.07v8.32h-8.719c2.953-1.336%205.04-3.773%205.04-6.726c0-3.422-2.532-5.93-5.907-5.93c-2.93%200-5.578%201.852-7.125%204.852V10.27h8.625c2.414%200%204.945.328%206.375%201.734c1.406%201.43%201.711%203.914%201.711%206.328m-20.672%207.969c-4.617%200-8.578-3.164-8.578-6.117c0-1.782%201.078-2.86%202.766-2.86c3.468%200%206.515%203.867%206.515%208.32v.657Zm5.11%200h-.704v-.656c0-4.454%203.024-8.32%206.493-8.32c1.71%200%202.789%201.077%202.789%202.859c0%202.953-3.961%206.117-8.578%206.117m7.476%2019.43h-8.625V30.87h.188c1.546%204.828%207.336%209.047%2010.945%209.586c1.336.188%202.156-.773%202.156-1.805c0-1.125-.68-1.875-1.898-1.992c-3.235-.351-7.758-4.57-9.117-7.43h14.437v8.415c0%202.437-.305%204.921-1.71%206.351c-1.43%201.406-3.962%201.734-6.376%201.734m-19.5%200c-2.414%200-4.945-.329-6.351-1.735c-1.43-1.43-1.735-3.914-1.735-6.352v-8.413H24.04c-1.36%202.859-5.883%207.078-9.117%207.43c-1.219.116-1.899.866-1.899%201.991c0%201.032.82%201.992%202.157%201.805c3.61-.539%209.398-4.758%2010.945-9.586h.188v14.86Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46.867%209.262c-2.39-2.39-5.765-2.766-9.75-2.766H18.836c-3.937%200-7.312.375-9.703%202.766S6.39%2015.004%206.39%2018.918v18.094c0%204.008.351%207.336%202.742%209.726s5.766%202.766%209.773%202.766h18.211c3.985%200%207.36-.375%209.75-2.766c2.391-2.39%202.742-5.718%202.742-9.726V18.988c0-4.008-.351-7.36-2.742-9.726m-36.703%209.14c0-2.46.305-4.992%201.711-6.398c1.43-1.43%203.984-1.734%206.445-1.734h7.993v8.578c-1.547-3-4.196-4.852-7.149-4.852c-3.351%200-5.883%202.508-5.883%205.93c0%202.953%202.086%205.39%205.04%206.726h-8.157Zm35.672-.07v8.32h-8.719c2.953-1.336%205.04-3.773%205.04-6.726c0-3.422-2.532-5.93-5.907-5.93c-2.93%200-5.578%201.852-7.125%204.852V10.27h8.625c2.414%200%204.945.328%206.375%201.734c1.406%201.43%201.711%203.914%201.711%206.328m-20.672%207.969c-4.617%200-8.578-3.164-8.578-6.117c0-1.782%201.078-2.86%202.766-2.86c3.468%200%206.515%203.867%206.515%208.32v.657Zm5.11%200h-.704v-.656c0-4.454%203.024-8.32%206.493-8.32c1.71%200%202.789%201.077%202.789%202.859c0%202.953-3.961%206.117-8.578%206.117m7.476%2019.43h-8.625V30.87h.188c1.546%204.828%207.336%209.047%2010.945%209.586c1.336.188%202.156-.773%202.156-1.805c0-1.125-.68-1.875-1.898-1.992c-3.235-.351-7.758-4.57-9.117-7.43h14.437v8.415c0%202.437-.305%204.921-1.71%206.351c-1.43%201.406-3.962%201.734-6.376%201.734m-19.5%200c-2.414%200-4.945-.329-6.351-1.735c-1.43-1.43-1.735-3.914-1.735-6.352v-8.413H24.04c-1.36%202.859-5.883%207.078-9.117%207.43c-1.219.116-1.899.866-1.899%201.991c0%201.032.82%201.992%202.157%201.805c3.61-.539%209.398-4.758%2010.945-9.586h.188v14.86Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/gift-alt.svg?color=%231a73e8&size=48