Featured Seasonal And Gifts icon

Featured Seasonal And Gifts is a Google Material Symbol from the Activities category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

featured_seasonal_and_gifts_outlined_fill0_wght400.svg

Featured Seasonal And Gifts icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=featured_seasonal_and_gifts" />

<span class="material-symbols-outlined">featured_seasonal_and_gifts</span>

Featured Seasonal And Gifts icon in React

// With the font from the HTML tab:
export function FeaturedSeasonalAndGiftsIcon() {
  return (
    <span className="material-symbols-outlined">
      featured_seasonal_and_gifts
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FeaturedSeasonalAndGiftsIcon from "@material-symbols/svg-400/outlined/featured_seasonal_and_gifts.svg?react";

Featured Seasonal And Gifts icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">featured_seasonal_and_gifts</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FeaturedSeasonalAndGiftsIcon from "@material-symbols/svg-400/outlined/featured_seasonal_and_gifts.svg?component"; -->

Featured Seasonal And Gifts icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">featured_seasonal_and_gifts</mat-icon>

Featured Seasonal And Gifts icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.featured_seasonal_and_gifts, fill: 0, weight: 400)

Featured Seasonal And Gifts icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/featured_seasonal_and_gifts.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4 22v-11.125H2v-5.75h5.5q-.2-.3-.3-.637t-.1-.688q0-1.167 .817-1.983Q8.733 1 9.9 1q.6 0 1.163 .25t.937 .725q.375-.475 .938-.725t1.162-.25q1.167 0 1.983 .817Q16.9 2.633 16.9 3.8q0 .35-.1 .688T16.5 5.125h5.5v5.75h-2v11.125H4Zm9.175-19.127q-.375 .373-.375 .925T13.173 4.725q.373 .375 .925 .375T15.025 4.727q.375-.373 .375-.925T15.027 2.875q-.373-.375-.925-.375T13.175 2.873Zm-4.575 .925Q8.6 4.35 8.973 4.725t.925 .375Q10.45 5.1 10.825 4.727t.375-.925Q11.2 3.25 10.827 2.875t-.925-.375Q9.35 2.5 8.975 2.873t-.375 .925ZM3.5 6.625v2.75h7.75v-2.75H3.5Zm7.75 13.875v-9.625H5.35v9.625h5.9Zm1.5 0h5.9v-9.625H12.75v9.625Zm7.75-11.125v-2.75H12.75v2.75h7.75Z" />
</vector>

Featured Seasonal And Gifts icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/featured_seasonal_and_gifts.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/featured_seasonal_and_gifts.svg" width="24" height="24" alt="Featured Seasonal And Gifts">

Featured Seasonal And Gifts icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFeatured Seasonal And Gifts
Ligaturefeatured_seasonal_and_gifts
Code pointU+EF91
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/featured_seasonal_and_gifts.svg, featured_seasonal_and_gifts-fill.svg
FlutterSymbols.featured_seasonal_and_gifts
LicenseApache License 2.0 (© Google LLC)

Keywords

activitiesboxcommerceshoppingstoreretailribbonholidaypresentpromotioncelebrationsalefestive

Related icons