featured seasonal and gifts icon
featured-seasonal-and-gifts from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- featured-seasonal-and-gifts
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- featured-seasonal-and-gifts-outline, featured-seasonal-and-gifts-outline-sharp, featured-seasonal-and-gifts-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the featured seasonal and gifts icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.23 21V10.23H3V5.809h5.142q-.298-.264-.412-.625q-.114-.362-.114-.76q0-.993.695-1.689T10 2.039q.575 0 1.056.27q.48.27.829.703q.348-.439.828-.706t1.056-.267q.994 0 1.69.695t.695 1.689q0 .39-.118.753t-.409.632H21v4.423h-1.23V21zm8.558-17.563q-.403.398-.403.986t.398.987t.986.398t.987-.398t.398-.987t-.403-.986t-.982-.398t-.982.398m-4.172.986q0 .589.403.987t.982.398t.982-.398t.403-.987t-.399-.986T10 3.039t-.986.398t-.398.986M4 6.808V9.23h7.5V6.808zM11.5 20v-9.77H5.23V20zm1 0h6.27v-9.77H12.5zM20 9.23V6.809h-7.5V9.23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFeaturedSeasonalAndGifts(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="M4.23 21V10.23H3V5.809h5.142q-.298-.264-.412-.625q-.114-.362-.114-.76q0-.993.695-1.689T10 2.039q.575 0 1.056.27q.48.27.829.703q.348-.439.828-.706t1.056-.267q.994 0 1.69.695t.695 1.689q0 .39-.118.753t-.409.632H21v4.423h-1.23V21zm8.558-17.563q-.403.398-.403.986t.398.987t.986.398t.987-.398t.398-.987t-.403-.986t-.982-.398t-.982.398m-4.172.986q0 .589.403.987t.982.398t.982-.398t.403-.987t-.399-.986T10 3.039t-.986.398t-.398.986M4 6.808V9.23h7.5V6.808zM11.5 20v-9.77H5.23V20zm1 0h6.27v-9.77H12.5zM20 9.23V6.809h-7.5V9.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.23 21V10.23H3V5.809h5.142q-.298-.264-.412-.625q-.114-.362-.114-.76q0-.993.695-1.689T10 2.039q.575 0 1.056.27q.48.27.829.703q.348-.439.828-.706t1.056-.267q.994 0 1.69.695t.695 1.689q0 .39-.118.753t-.409.632H21v4.423h-1.23V21zm8.558-17.563q-.403.398-.403.986t.398.987t.986.398t.987-.398t.398-.987t-.403-.986t-.982-.398t-.982.398m-4.172.986q0 .589.403.987t.982.398t.982-.398t.403-.987t-.399-.986T10 3.039t-.986.398t-.398.986M4 6.808V9.23h7.5V6.808zM11.5 20v-9.77H5.23V20zm1 0h6.27v-9.77H12.5zM20 9.23V6.809h-7.5V9.23z"/></svg> </template>
CSS
.icon-featured-seasonal-and-gifts {
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%22M4.23%2021V10.23H3V5.809h5.142q-.298-.264-.412-.625q-.114-.362-.114-.76q0-.993.695-1.689T10%202.039q.575%200%201.056.27q.48.27.829.703q.348-.439.828-.706t1.056-.267q.994%200%201.69.695t.695%201.689q0%20.39-.118.753t-.409.632H21v4.423h-1.23V21zm8.558-17.563q-.403.398-.403.986t.398.987t.986.398t.987-.398t.398-.987t-.403-.986t-.982-.398t-.982.398m-4.172.986q0%20.589.403.987t.982.398t.982-.398t.403-.987t-.399-.986T10%203.039t-.986.398t-.398.986M4%206.808V9.23h7.5V6.808zM11.5%2020v-9.77H5.23V20zm1%200h6.27v-9.77H12.5zM20%209.23V6.809h-7.5V9.23z%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%22M4.23%2021V10.23H3V5.809h5.142q-.298-.264-.412-.625q-.114-.362-.114-.76q0-.993.695-1.689T10%202.039q.575%200%201.056.27q.48.27.829.703q.348-.439.828-.706t1.056-.267q.994%200%201.69.695t.695%201.689q0%20.39-.118.753t-.409.632H21v4.423h-1.23V21zm8.558-17.563q-.403.398-.403.986t.398.987t.986.398t.987-.398t.398-.987t-.403-.986t-.982-.398t-.982.398m-4.172.986q0%20.589.403.987t.982.398t.982-.398t.403-.987t-.399-.986T10%203.039t-.986.398t-.398.986M4%206.808V9.23h7.5V6.808zM11.5%2020v-9.77H5.23V20zm1%200h6.27v-9.77H12.5zM20%209.23V6.809h-7.5V9.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/featured-seasonal-and-gifts.svg?color=%231a73e8&size=48