paw icon
paw from Material Design Icons by Pictogrammers · Filled · Animal · Apache-2.0 Free for personal and commercial use.
- Name
- paw
- Set
- Material Design Icons
- Style
- Filled
- Category
- Animal
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pets
1 other variant in Material Design Icons
The same icon in other sets
More animal icons from Material Design Icons
Use the paw icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.35 3c1.18-.17 2.43 1.12 2.79 2.9c.36 1.77-.29 3.35-1.47 3.53c-1.17.18-2.43-1.11-2.8-2.89c-.37-1.77.3-3.35 1.48-3.54m7.15 0c1.19.19 1.85 1.77 1.5 3.54c-.38 1.78-1.63 3.07-2.81 2.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78 1.61-3.07 2.78-2.9M3 7.6c1.14-.49 2.69.4 3.5 1.95c.76 1.58.5 3.24-.63 3.73s-2.67-.39-3.46-1.96S1.9 8.08 3 7.6m18 0c1.1.48 1.38 2.15.59 3.72s-2.33 2.45-3.46 1.96s-1.39-2.15-.63-3.73C18.31 8 19.86 7.11 21 7.6m-1.67 10.78c.04.94-.68 1.98-1.54 2.37c-1.79.82-3.91-.88-5.9-.88s-4.13 1.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49 1.97-2.29 3.03-3.38c1.41-1.41 2.41-4.06 4.42-4.06c2 0 3.06 2.61 4.41 4.06c1.11 1.22 2.96 2.25 3.03 3.88"/></svg>
React
import type { SVGProps } from "react";
export function MdiPaw(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="M8.35 3c1.18-.17 2.43 1.12 2.79 2.9c.36 1.77-.29 3.35-1.47 3.53c-1.17.18-2.43-1.11-2.8-2.89c-.37-1.77.3-3.35 1.48-3.54m7.15 0c1.19.19 1.85 1.77 1.5 3.54c-.38 1.78-1.63 3.07-2.81 2.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78 1.61-3.07 2.78-2.9M3 7.6c1.14-.49 2.69.4 3.5 1.95c.76 1.58.5 3.24-.63 3.73s-2.67-.39-3.46-1.96S1.9 8.08 3 7.6m18 0c1.1.48 1.38 2.15.59 3.72s-2.33 2.45-3.46 1.96s-1.39-2.15-.63-3.73C18.31 8 19.86 7.11 21 7.6m-1.67 10.78c.04.94-.68 1.98-1.54 2.37c-1.79.82-3.91-.88-5.9-.88s-4.13 1.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49 1.97-2.29 3.03-3.38c1.41-1.41 2.41-4.06 4.42-4.06c2 0 3.06 2.61 4.41 4.06c1.11 1.22 2.96 2.25 3.03 3.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="M8.35 3c1.18-.17 2.43 1.12 2.79 2.9c.36 1.77-.29 3.35-1.47 3.53c-1.17.18-2.43-1.11-2.8-2.89c-.37-1.77.3-3.35 1.48-3.54m7.15 0c1.19.19 1.85 1.77 1.5 3.54c-.38 1.78-1.63 3.07-2.81 2.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78 1.61-3.07 2.78-2.9M3 7.6c1.14-.49 2.69.4 3.5 1.95c.76 1.58.5 3.24-.63 3.73s-2.67-.39-3.46-1.96S1.9 8.08 3 7.6m18 0c1.1.48 1.38 2.15.59 3.72s-2.33 2.45-3.46 1.96s-1.39-2.15-.63-3.73C18.31 8 19.86 7.11 21 7.6m-1.67 10.78c.04.94-.68 1.98-1.54 2.37c-1.79.82-3.91-.88-5.9-.88s-4.13 1.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49 1.97-2.29 3.03-3.38c1.41-1.41 2.41-4.06 4.42-4.06c2 0 3.06 2.61 4.41 4.06c1.11 1.22 2.96 2.25 3.03 3.88"/></svg> </template>
CSS
.icon-paw {
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%22M8.35%203c1.18-.17%202.43%201.12%202.79%202.9c.36%201.77-.29%203.35-1.47%203.53c-1.17.18-2.43-1.11-2.8-2.89c-.37-1.77.3-3.35%201.48-3.54m7.15%200c1.19.19%201.85%201.77%201.5%203.54c-.38%201.78-1.63%203.07-2.81%202.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78%201.61-3.07%202.78-2.9M3%207.6c1.14-.49%202.69.4%203.5%201.95c.76%201.58.5%203.24-.63%203.73s-2.67-.39-3.46-1.96S1.9%208.08%203%207.6m18%200c1.1.48%201.38%202.15.59%203.72s-2.33%202.45-3.46%201.96s-1.39-2.15-.63-3.73C18.31%208%2019.86%207.11%2021%207.6m-1.67%2010.78c.04.94-.68%201.98-1.54%202.37c-1.79.82-3.91-.88-5.9-.88s-4.13%201.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49%201.97-2.29%203.03-3.38c1.41-1.41%202.41-4.06%204.42-4.06c2%200%203.06%202.61%204.41%204.06c1.11%201.22%202.96%202.25%203.03%203.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%22M8.35%203c1.18-.17%202.43%201.12%202.79%202.9c.36%201.77-.29%203.35-1.47%203.53c-1.17.18-2.43-1.11-2.8-2.89c-.37-1.77.3-3.35%201.48-3.54m7.15%200c1.19.19%201.85%201.77%201.5%203.54c-.38%201.78-1.63%203.07-2.81%202.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78%201.61-3.07%202.78-2.9M3%207.6c1.14-.49%202.69.4%203.5%201.95c.76%201.58.5%203.24-.63%203.73s-2.67-.39-3.46-1.96S1.9%208.08%203%207.6m18%200c1.1.48%201.38%202.15.59%203.72s-2.33%202.45-3.46%201.96s-1.39-2.15-.63-3.73C18.31%208%2019.86%207.11%2021%207.6m-1.67%2010.78c.04.94-.68%201.98-1.54%202.37c-1.79.82-3.91-.88-5.9-.88s-4.13%201.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49%201.97-2.29%203.03-3.38c1.41-1.41%202.41-4.06%204.42-4.06c2%200%203.06%202.61%204.41%204.06c1.11%201.22%202.96%202.25%203.03%203.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/paw.svg?color=%231a73e8&size=48