pet-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
pet-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the pet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.08 15.72c-.59-3.53-3.98-6.4-7.56-6.4c-3.89 0-7.31 3.15-7.64 7.03c-.13 1.5.35 2.92 1.34 3.99C6.2 21.41 7.58 22 9.08 22h4.68c1.69 0 3.17-.66 4.18-1.85s1.41-2.77 1.14-4.43m-8.8-7.86a2.93 2.93 0 1 0 0-5.86a2.93 2.93 0 0 0 0 5.86m6.66 1.168a2.44 2.44 0 1 0 0-4.88a2.44 2.44 0 0 0 0 4.88m3.61 3.903a1.95 1.95 0 1 0 0-3.9a1.95 1.95 0 0 0 0 3.9M3.94 10.982a2.44 2.44 0 1 0 0-4.88a2.44 2.44 0 0 0 0 4.88"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPetFilled(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="M19.08 15.72c-.59-3.53-3.98-6.4-7.56-6.4c-3.89 0-7.31 3.15-7.64 7.03c-.13 1.5.35 2.92 1.34 3.99C6.2 21.41 7.58 22 9.08 22h4.68c1.69 0 3.17-.66 4.18-1.85s1.41-2.77 1.14-4.43m-8.8-7.86a2.93 2.93 0 1 0 0-5.86a2.93 2.93 0 0 0 0 5.86m6.66 1.168a2.44 2.44 0 1 0 0-4.88a2.44 2.44 0 0 0 0 4.88m3.61 3.903a1.95 1.95 0 1 0 0-3.9a1.95 1.95 0 0 0 0 3.9M3.94 10.982a2.44 2.44 0 1 0 0-4.88a2.44 2.44 0 0 0 0 4.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.08 15.72c-.59-3.53-3.98-6.4-7.56-6.4c-3.89 0-7.31 3.15-7.64 7.03c-.13 1.5.35 2.92 1.34 3.99C6.2 21.41 7.58 22 9.08 22h4.68c1.69 0 3.17-.66 4.18-1.85s1.41-2.77 1.14-4.43m-8.8-7.86a2.93 2.93 0 1 0 0-5.86a2.93 2.93 0 0 0 0 5.86m6.66 1.168a2.44 2.44 0 1 0 0-4.88a2.44 2.44 0 0 0 0 4.88m3.61 3.903a1.95 1.95 0 1 0 0-3.9a1.95 1.95 0 0 0 0 3.9M3.94 10.982a2.44 2.44 0 1 0 0-4.88a2.44 2.44 0 0 0 0 4.88"/></svg>
</template>

CSS

.icon-pet-filled {
  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%22M19.08%2015.72c-.59-3.53-3.98-6.4-7.56-6.4c-3.89%200-7.31%203.15-7.64%207.03c-.13%201.5.35%202.92%201.34%203.99C6.2%2021.41%207.58%2022%209.08%2022h4.68c1.69%200%203.17-.66%204.18-1.85s1.41-2.77%201.14-4.43m-8.8-7.86a2.93%202.93%200%201%200%200-5.86a2.93%202.93%200%200%200%200%205.86m6.66%201.168a2.44%202.44%200%201%200%200-4.88a2.44%202.44%200%200%200%200%204.88m3.61%203.903a1.95%201.95%200%201%200%200-3.9a1.95%201.95%200%200%200%200%203.9M3.94%2010.982a2.44%202.44%200%201%200%200-4.88a2.44%202.44%200%200%200%200%204.88%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%22M19.08%2015.72c-.59-3.53-3.98-6.4-7.56-6.4c-3.89%200-7.31%203.15-7.64%207.03c-.13%201.5.35%202.92%201.34%203.99C6.2%2021.41%207.58%2022%209.08%2022h4.68c1.69%200%203.17-.66%204.18-1.85s1.41-2.77%201.14-4.43m-8.8-7.86a2.93%202.93%200%201%200%200-5.86a2.93%202.93%200%200%200%200%205.86m6.66%201.168a2.44%202.44%200%201%200%200-4.88a2.44%202.44%200%200%200%200%204.88m3.61%203.903a1.95%201.95%200%201%200%200-3.9a1.95%201.95%200%200%200%200%203.9M3.94%2010.982a2.44%202.44%200%201%200%200-4.88a2.44%202.44%200%200%200%200%204.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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