gift 2 icon
gift-2-line from Remix Icon by Remix Design · Line · Finance · Apache-2.0 Free for personal and commercial use.
- Name
- gift-2-line
- Set
- Remix Icon
- Style
- Line
- Category
- Finance
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More finance icons from Remix Icon
24-hours-fillauction-fillbank-card-2-fillbank-card-fillbit-coin-fillbnb-fillbtc-fillcash-fillcoin-fillcoins-fillcopper-coin-fillcopper-diamond-fillcoupon-2-fillcoupon-3-fillcoupon-4-fillcoupon-5-fillcoupon-fillcurrency-filldiamond-filldiamond-ring-filldiscount-percent-filleth-fillexchange-2-fillexchange-box-fill
Use the gift 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.505 2.003a3.5 3.5 0 0 1 3.163 5h3.337a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v8a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1v-8h-1a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3.337a3.5 3.5 0 0 1 5.664-3.95a3.48 3.48 0 0 1 2.499-1.05m3.5 11h-12v7h12zm2-4h-16v2h16zm-10.5-5a1.5 1.5 0 0 0-.145 2.993l.145.007h1.5v-1.5A1.5 1.5 0 0 0 9.649 4.01zm5 0l-.145.007a1.5 1.5 0 0 0-1.348 1.348l-.007.145v1.5h1.5l.144-.007a1.5 1.5 0 0 0 0-2.986z"/></svg>
React
import type { SVGProps } from "react";
export function RiGift2Line(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.505 2.003a3.5 3.5 0 0 1 3.163 5h3.337a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v8a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1v-8h-1a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3.337a3.5 3.5 0 0 1 5.664-3.95a3.48 3.48 0 0 1 2.499-1.05m3.5 11h-12v7h12zm2-4h-16v2h16zm-10.5-5a1.5 1.5 0 0 0-.145 2.993l.145.007h1.5v-1.5A1.5 1.5 0 0 0 9.649 4.01zm5 0l-.145.007a1.5 1.5 0 0 0-1.348 1.348l-.007.145v1.5h1.5l.144-.007a1.5 1.5 0 0 0 0-2.986z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.505 2.003a3.5 3.5 0 0 1 3.163 5h3.337a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v8a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1v-8h-1a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3.337a3.5 3.5 0 0 1 5.664-3.95a3.48 3.48 0 0 1 2.499-1.05m3.5 11h-12v7h12zm2-4h-16v2h16zm-10.5-5a1.5 1.5 0 0 0-.145 2.993l.145.007h1.5v-1.5A1.5 1.5 0 0 0 9.649 4.01zm5 0l-.145.007a1.5 1.5 0 0 0-1.348 1.348l-.007.145v1.5h1.5l.144-.007a1.5 1.5 0 0 0 0-2.986z"/></svg> </template>
CSS
.icon-gift-2-line {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.505%202.003a3.5%203.5%200%200%201%203.163%205h3.337a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201h-1v8a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1v-8h-1a1%201%200%200%201-1-1v-4a1%201%200%200%201%201-1h3.337a3.5%203.5%200%200%201%205.664-3.95a3.48%203.48%200%200%201%202.499-1.05m3.5%2011h-12v7h12zm2-4h-16v2h16zm-10.5-5a1.5%201.5%200%200%200-.145%202.993l.145.007h1.5v-1.5A1.5%201.5%200%200%200%209.649%204.01zm5%200l-.145.007a1.5%201.5%200%200%200-1.348%201.348l-.007.145v1.5h1.5l.144-.007a1.5%201.5%200%200%200%200-2.986z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.505%202.003a3.5%203.5%200%200%201%203.163%205h3.337a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201h-1v8a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1v-8h-1a1%201%200%200%201-1-1v-4a1%201%200%200%201%201-1h3.337a3.5%203.5%200%200%201%205.664-3.95a3.48%203.48%200%200%201%202.499-1.05m3.5%2011h-12v7h12zm2-4h-16v2h16zm-10.5-5a1.5%201.5%200%200%200-.145%202.993l.145.007h1.5v-1.5A1.5%201.5%200%200%200%209.649%204.01zm5%200l-.145.007a1.5%201.5%200%200%200-1.348%201.348l-.007.145v1.5h1.5l.144-.007a1.5%201.5%200%200%200%200-2.986z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/gift-2-line.svg?color=%231a73e8&size=48