Pet Supplies icon

Pet Supplies is a Google Material Symbol from the Maps 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

pet_supplies_outlined_fill0_wght400.svg

Pet Supplies 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=pet_supplies" />

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

Pet Supplies icon in React

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

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

Pet Supplies icon in Vue

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

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

Pet Supplies icon in Angular

With Angular Material and the font from the HTML tab:

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

Pet Supplies 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.pet_supplies, fill: 0, weight: 400)

Pet Supplies icon in Android

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

<!-- res/drawable/pet_supplies.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="M9.2 22q-1.35 0-2.25-.9t-.9-2.245q0-.205 .038-.542T6.075 17.925q-.05-.05-.387-.012t-.543 .037Q3.8 17.95 2.9 17.05q-.9-.9-.9-2.25t.9-2.25q.9-.9 2.25-.9 .9 0 1.538 .325t.962 .625l4.95-4.95q-.275-.325-.612-.962T11.65 5.15q0-1.35 .9-2.25t2.25-.9q1.35 0 2.25 .9t.9 2.245q0 .205-.037 .543t.012 .387q.05 .05 .388 .013t.542-.038Q20.2 6.05 21.1 6.95q.9 .9 .9 2.25t-.9 2.25q-.9 .9-2.25 .9-.9 0-1.537-.337T16.35 11.4L11.4 16.35q.3 .325 .625 .963t.325 1.537q0 1.35-.9 2.25t-2.25 .9Zm1.188-1.975q.462-.45 .462-1.175 0-.575-.25-1t-.45-.65q-.375-.45-.312-.962T10.325 15.3l4.95-4.95q.415-.428 .957-.489Q16.775 9.8 17.2 10.15q.225 .2 .65 .45t1 .25q.715 0 1.183-.462Q20.5 9.925 20.5 9.2t-.467-1.187Q19.565 7.55 18.85 7.55q-.65 0-1.175-.05t-.825-.35q-.3-.3-.35-.825t-.05-1.175q0-.715-.462-1.182Q15.525 3.5 14.8 3.5t-1.187 .468Q13.15 4.435 13.15 5.15q0 .575 .25 1t.45 .65q.375 .45 .313 .963T13.675 8.7L8.725 13.65q-.414 .428-.957 .489Q7.225 14.2 6.8 13.85q-.225-.2-.65-.45t-1-.25q-.725 0-1.175 .463T3.525 14.8q0 .725 .45 1.188t1.175 .462q.65 0 1.175 .05t.825 .35q.3 .3 .35 .825t.05 1.175q0 .725 .463 1.175t1.187 .45q.725 0 1.188-.45ZM12.025 11.975Z" />
</vector>

Pet Supplies icon in SVG

npm install @material-symbols/svg-400

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

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

Pet Supplies 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

NamePet Supplies
Ligaturepet_supplies
Code pointU+EFB1
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/pet_supplies.svg, pet_supplies-fill.svg
FlutterSymbols.pet_supplies
LicenseApache License 2.0 (© Google LLC)

Keywords

mapshealthplaycommercefoodwatershoppingstorecareretailhygienebonelove

Related icons