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

Name
pet-supplies
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
pet-supplies-rounded, pet-supplies-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 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPetSupplies(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 22"/></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 22"/></svg>
</template>

CSS

.icon-pet-supplies {
  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%2022%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%2022%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.svg?color=%231a73e8&size=48