pet icon
pet from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- pet
- Set
- Reicon
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.41 16.75C4.17 19.64 6.35 22 9.25 22h4.79c3.26 0 5.5-2.63 4.96-5.85c-.57-3.38-3.83-6.15-7.26-6.15c-3.72 0-7.02 3.04-7.33 6.75m6.06-9.25a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m6.83 1.2a2 2 0 1 0 0-4a2 2 0 0 0 0 4m3.7 4a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-17.03-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M4.41 16.75C4.17 19.64 6.35 22 9.25 22h4.79c3.26 0 5.5-2.63 4.96-5.85c-.57-3.38-3.83-6.15-7.26-6.15c-3.72 0-7.02 3.04-7.33 6.75m6.06-9.25a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m6.83 1.2a2 2 0 1 0 0-4a2 2 0 0 0 0 4m3.7 4a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-17.03-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.41 16.75C4.17 19.64 6.35 22 9.25 22h4.79c3.26 0 5.5-2.63 4.96-5.85c-.57-3.38-3.83-6.15-7.26-6.15c-3.72 0-7.02 3.04-7.33 6.75m6.06-9.25a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m6.83 1.2a2 2 0 1 0 0-4a2 2 0 0 0 0 4m3.7 4a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-17.03-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg> </template>
CSS
.icon-pet {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4.41%2016.75C4.17%2019.64%206.35%2022%209.25%2022h4.79c3.26%200%205.5-2.63%204.96-5.85c-.57-3.38-3.83-6.15-7.26-6.15c-3.72%200-7.02%203.04-7.33%206.75m6.06-9.25a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m6.83%201.2a2%202%200%201%200%200-4a2%202%200%200%200%200%204m3.7%204a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-17.03-2a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4.41%2016.75C4.17%2019.64%206.35%2022%209.25%2022h4.79c3.26%200%205.5-2.63%204.96-5.85c-.57-3.38-3.83-6.15-7.26-6.15c-3.72%200-7.02%203.04-7.33%206.75m6.06-9.25a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m6.83%201.2a2%202%200%201%200%200-4a2%202%200%200%200%200%204m3.7%204a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-17.03-2a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pet.svg?color=%231a73e8&size=48