pet-supplies-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.

Name
pet-supplies-outline
Set
Material Symbols
Style
Outline
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
pet-supplies-outline-rounded, pet-supplies-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the pet supplies icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 22q-1.475 0-2.488-1.012T6 18.5q0-.225.063-.35t-.013-.2t-.2-.012T5.5 18q-1.475 0-2.488-1.012T2 14.5t1.013-2.488T5.5 11q.575 0 1.05.15t.9.45l4.15-4.15q-.3-.425-.45-.9T11 5.5q0-1.475 1.013-2.488T14.5 2t2.488 1.013T18 5.5q0 .225-.062.35t.012.2t.2.013T18.5 6q1.475 0 2.488 1.013T22 9.5t-1.012 2.488T18.5 13q-.575 0-1.05-.15t-.9-.45l-4.15 4.15q.3.425.45.9T13 18.5q0 1.475-1.012 2.488T9.5 22m1.075-2.425Q11 19.15 11 18.5q0-.225-.062-.437t-.188-.413q-.425-.6-.35-1.287t.6-1.213L15.15 11q.525-.525 1.213-.6t1.287.35q.2.125.413.188T18.5 11q.65 0 1.075-.425T20 9.5t-.425-1.075T18.5 8q-.875 0-1.225-.088t-.725-.462t-.462-.725T16 5.5q0-.65-.425-1.075T14.5 4t-1.075.425T13 5.5q0 .275.05.463t.2.387q.425.6.35 1.288T13 8.85L8.85 13q-.525.525-1.213.6t-1.287-.35q-.2-.125-.412-.187T5.5 13q-.65 0-1.075.425T4 14.5t.425 1.075T5.5 16q.875 0 1.225.088t.725.462t.462.725T8 18.5q0 .65.425 1.075T9.5 20t1.075-.425M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPetSuppliesOutline(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="M9.5 22q-1.475 0-2.488-1.012T6 18.5q0-.225.063-.35t-.013-.2t-.2-.012T5.5 18q-1.475 0-2.488-1.012T2 14.5t1.013-2.488T5.5 11q.575 0 1.05.15t.9.45l4.15-4.15q-.3-.425-.45-.9T11 5.5q0-1.475 1.013-2.488T14.5 2t2.488 1.013T18 5.5q0 .225-.062.35t.012.2t.2.013T18.5 6q1.475 0 2.488 1.013T22 9.5t-1.012 2.488T18.5 13q-.575 0-1.05-.15t-.9-.45l-4.15 4.15q.3.425.45.9T13 18.5q0 1.475-1.012 2.488T9.5 22m1.075-2.425Q11 19.15 11 18.5q0-.225-.062-.437t-.188-.413q-.425-.6-.35-1.287t.6-1.213L15.15 11q.525-.525 1.213-.6t1.287.35q.2.125.413.188T18.5 11q.65 0 1.075-.425T20 9.5t-.425-1.075T18.5 8q-.875 0-1.225-.088t-.725-.462t-.462-.725T16 5.5q0-.65-.425-1.075T14.5 4t-1.075.425T13 5.5q0 .275.05.463t.2.387q.425.6.35 1.288T13 8.85L8.85 13q-.525.525-1.213.6t-1.287-.35q-.2-.125-.412-.187T5.5 13q-.65 0-1.075.425T4 14.5t.425 1.075T5.5 16q.875 0 1.225.088t.725.462t.462.725T8 18.5q0 .65.425 1.075T9.5 20t1.075-.425M12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 22q-1.475 0-2.488-1.012T6 18.5q0-.225.063-.35t-.013-.2t-.2-.012T5.5 18q-1.475 0-2.488-1.012T2 14.5t1.013-2.488T5.5 11q.575 0 1.05.15t.9.45l4.15-4.15q-.3-.425-.45-.9T11 5.5q0-1.475 1.013-2.488T14.5 2t2.488 1.013T18 5.5q0 .225-.062.35t.012.2t.2.013T18.5 6q1.475 0 2.488 1.013T22 9.5t-1.012 2.488T18.5 13q-.575 0-1.05-.15t-.9-.45l-4.15 4.15q.3.425.45.9T13 18.5q0 1.475-1.012 2.488T9.5 22m1.075-2.425Q11 19.15 11 18.5q0-.225-.062-.437t-.188-.413q-.425-.6-.35-1.287t.6-1.213L15.15 11q.525-.525 1.213-.6t1.287.35q.2.125.413.188T18.5 11q.65 0 1.075-.425T20 9.5t-.425-1.075T18.5 8q-.875 0-1.225-.088t-.725-.462t-.462-.725T16 5.5q0-.65-.425-1.075T14.5 4t-1.075.425T13 5.5q0 .275.05.463t.2.387q.425.6.35 1.288T13 8.85L8.85 13q-.525.525-1.213.6t-1.287-.35q-.2-.125-.412-.187T5.5 13q-.65 0-1.075.425T4 14.5t.425 1.075T5.5 16q.875 0 1.225.088t.725.462t.462.725T8 18.5q0 .65.425 1.075T9.5 20t1.075-.425M12 12"/></svg>
</template>

CSS

.icon-pet-supplies-outline {
  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%22M9.5%2022q-1.475%200-2.488-1.012T6%2018.5q0-.225.063-.35t-.013-.2t-.2-.012T5.5%2018q-1.475%200-2.488-1.012T2%2014.5t1.013-2.488T5.5%2011q.575%200%201.05.15t.9.45l4.15-4.15q-.3-.425-.45-.9T11%205.5q0-1.475%201.013-2.488T14.5%202t2.488%201.013T18%205.5q0%20.225-.062.35t.012.2t.2.013T18.5%206q1.475%200%202.488%201.013T22%209.5t-1.012%202.488T18.5%2013q-.575%200-1.05-.15t-.9-.45l-4.15%204.15q.3.425.45.9T13%2018.5q0%201.475-1.012%202.488T9.5%2022m1.075-2.425Q11%2019.15%2011%2018.5q0-.225-.062-.437t-.188-.413q-.425-.6-.35-1.287t.6-1.213L15.15%2011q.525-.525%201.213-.6t1.287.35q.2.125.413.188T18.5%2011q.65%200%201.075-.425T20%209.5t-.425-1.075T18.5%208q-.875%200-1.225-.088t-.725-.462t-.462-.725T16%205.5q0-.65-.425-1.075T14.5%204t-1.075.425T13%205.5q0%20.275.05.463t.2.387q.425.6.35%201.288T13%208.85L8.85%2013q-.525.525-1.213.6t-1.287-.35q-.2-.125-.412-.187T5.5%2013q-.65%200-1.075.425T4%2014.5t.425%201.075T5.5%2016q.875%200%201.225.088t.725.462t.462.725T8%2018.5q0%20.65.425%201.075T9.5%2020t1.075-.425M12%2012%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%22M9.5%2022q-1.475%200-2.488-1.012T6%2018.5q0-.225.063-.35t-.013-.2t-.2-.012T5.5%2018q-1.475%200-2.488-1.012T2%2014.5t1.013-2.488T5.5%2011q.575%200%201.05.15t.9.45l4.15-4.15q-.3-.425-.45-.9T11%205.5q0-1.475%201.013-2.488T14.5%202t2.488%201.013T18%205.5q0%20.225-.062.35t.012.2t.2.013T18.5%206q1.475%200%202.488%201.013T22%209.5t-1.012%202.488T18.5%2013q-.575%200-1.05-.15t-.9-.45l-4.15%204.15q.3.425.45.9T13%2018.5q0%201.475-1.012%202.488T9.5%2022m1.075-2.425Q11%2019.15%2011%2018.5q0-.225-.062-.437t-.188-.413q-.425-.6-.35-1.287t.6-1.213L15.15%2011q.525-.525%201.213-.6t1.287.35q.2.125.413.188T18.5%2011q.65%200%201.075-.425T20%209.5t-.425-1.075T18.5%208q-.875%200-1.225-.088t-.725-.462t-.462-.725T16%205.5q0-.65-.425-1.075T14.5%204t-1.075.425T13%205.5q0%20.275.05.463t.2.387q.425.6.35%201.288T13%208.85L8.85%2013q-.525.525-1.213.6t-1.287-.35q-.2-.125-.412-.187T5.5%2013q-.65%200-1.075.425T4%2014.5t.425%201.075T5.5%2016q.875%200%201.225.088t.725.462t.462.725T8%2018.5q0%20.65.425%201.075T9.5%2020t1.075-.425M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pet-supplies-outline.svg?color=%231a73e8&size=48