paw prints emoji
paw-prints from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- paw-prints
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Nature
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More nature icons from Emoji One (Colored)
Use the paw prints emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M18.1 22.1C12.5 23.6 9 29 10 32.8s4.8-.5 10.4-2s11 .3 10-3.4s-6.6-6.8-12.3-5.3m-4.3-1.8c1.7-.6 1.9-4.3 1-6.8s-3-4-4.7-3.4s-2.3 3.1-1.4 5.6s3.4 5.3 5.1 4.6m6.9-1.9c1.8-.2 3-3.7 2.7-6.3c-.2-2.6-1.9-4.6-3.7-4.5c-1.8.2-3.1 2.4-2.8 5.1c.2 2.6 2 5.9 3.8 5.7m8-7.7c-1.8 0-3.3 2.1-3.3 4.8s1.5 6 3.3 6s3.3-3.4 3.3-6c0-2.7-1.5-4.8-3.3-4.8M3.3 17.5c-1.6.9-1.8 3.5-.4 5.8c1.3 2.3 4.3 4.5 5.9 3.6s1.1-4.6-.2-6.9s-3.7-3.4-5.3-2.5m42.6 26.7c-5.6-1.5-11.4 1.5-12.3 5.2s4.4 1.9 10 3.4s9.4 5.8 10.4 2s-2.5-9.1-8.1-10.6m4.3-1.7c1.7.6 4.2-2.1 5.1-4.6s.3-5-1.4-5.6s-3.8.9-4.7 3.4s-.7 6.2 1 6.8m-6.9-1.9c1.8.2 3.6-3.1 3.8-5.7s-1-4.9-2.8-5.1s-3.5 1.9-3.7 4.5c-.3 2.6.9 6.1 2.7 6.3m-8 3.1c1.8 0 3.3-3.4 3.3-6s-1.5-4.8-3.3-4.8S32 35 32 37.7c0 2.6 1.5 6 3.3 6m25.4-4.1c-1.6-.9-3.9.2-5.2 2.5s-1.8 6-.2 6.9s4.5-1.3 5.9-3.6s1-4.9-.5-5.8"/></svg>
React
import type { SVGProps } from "react";
export function EmojionePawPrints(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M18.1 22.1C12.5 23.6 9 29 10 32.8s4.8-.5 10.4-2s11 .3 10-3.4s-6.6-6.8-12.3-5.3m-4.3-1.8c1.7-.6 1.9-4.3 1-6.8s-3-4-4.7-3.4s-2.3 3.1-1.4 5.6s3.4 5.3 5.1 4.6m6.9-1.9c1.8-.2 3-3.7 2.7-6.3c-.2-2.6-1.9-4.6-3.7-4.5c-1.8.2-3.1 2.4-2.8 5.1c.2 2.6 2 5.9 3.8 5.7m8-7.7c-1.8 0-3.3 2.1-3.3 4.8s1.5 6 3.3 6s3.3-3.4 3.3-6c0-2.7-1.5-4.8-3.3-4.8M3.3 17.5c-1.6.9-1.8 3.5-.4 5.8c1.3 2.3 4.3 4.5 5.9 3.6s1.1-4.6-.2-6.9s-3.7-3.4-5.3-2.5m42.6 26.7c-5.6-1.5-11.4 1.5-12.3 5.2s4.4 1.9 10 3.4s9.4 5.8 10.4 2s-2.5-9.1-8.1-10.6m4.3-1.7c1.7.6 4.2-2.1 5.1-4.6s.3-5-1.4-5.6s-3.8.9-4.7 3.4s-.7 6.2 1 6.8m-6.9-1.9c1.8.2 3.6-3.1 3.8-5.7s-1-4.9-2.8-5.1s-3.5 1.9-3.7 4.5c-.3 2.6.9 6.1 2.7 6.3m-8 3.1c1.8 0 3.3-3.4 3.3-6s-1.5-4.8-3.3-4.8S32 35 32 37.7c0 2.6 1.5 6 3.3 6m25.4-4.1c-1.6-.9-3.9.2-5.2 2.5s-1.8 6-.2 6.9s4.5-1.3 5.9-3.6s1-4.9-.5-5.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M18.1 22.1C12.5 23.6 9 29 10 32.8s4.8-.5 10.4-2s11 .3 10-3.4s-6.6-6.8-12.3-5.3m-4.3-1.8c1.7-.6 1.9-4.3 1-6.8s-3-4-4.7-3.4s-2.3 3.1-1.4 5.6s3.4 5.3 5.1 4.6m6.9-1.9c1.8-.2 3-3.7 2.7-6.3c-.2-2.6-1.9-4.6-3.7-4.5c-1.8.2-3.1 2.4-2.8 5.1c.2 2.6 2 5.9 3.8 5.7m8-7.7c-1.8 0-3.3 2.1-3.3 4.8s1.5 6 3.3 6s3.3-3.4 3.3-6c0-2.7-1.5-4.8-3.3-4.8M3.3 17.5c-1.6.9-1.8 3.5-.4 5.8c1.3 2.3 4.3 4.5 5.9 3.6s1.1-4.6-.2-6.9s-3.7-3.4-5.3-2.5m42.6 26.7c-5.6-1.5-11.4 1.5-12.3 5.2s4.4 1.9 10 3.4s9.4 5.8 10.4 2s-2.5-9.1-8.1-10.6m4.3-1.7c1.7.6 4.2-2.1 5.1-4.6s.3-5-1.4-5.6s-3.8.9-4.7 3.4s-.7 6.2 1 6.8m-6.9-1.9c1.8.2 3.6-3.1 3.8-5.7s-1-4.9-2.8-5.1s-3.5 1.9-3.7 4.5c-.3 2.6.9 6.1 2.7 6.3m-8 3.1c1.8 0 3.3-3.4 3.3-6s-1.5-4.8-3.3-4.8S32 35 32 37.7c0 2.6 1.5 6 3.3 6m25.4-4.1c-1.6-.9-3.9.2-5.2 2.5s-1.8 6-.2 6.9s4.5-1.3 5.9-3.6s1-4.9-.5-5.8"/></svg> </template>
CSS
.icon-paw-prints {
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%2064%2064%22%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M18.1%2022.1C12.5%2023.6%209%2029%2010%2032.8s4.8-.5%2010.4-2s11%20.3%2010-3.4s-6.6-6.8-12.3-5.3m-4.3-1.8c1.7-.6%201.9-4.3%201-6.8s-3-4-4.7-3.4s-2.3%203.1-1.4%205.6s3.4%205.3%205.1%204.6m6.9-1.9c1.8-.2%203-3.7%202.7-6.3c-.2-2.6-1.9-4.6-3.7-4.5c-1.8.2-3.1%202.4-2.8%205.1c.2%202.6%202%205.9%203.8%205.7m8-7.7c-1.8%200-3.3%202.1-3.3%204.8s1.5%206%203.3%206s3.3-3.4%203.3-6c0-2.7-1.5-4.8-3.3-4.8M3.3%2017.5c-1.6.9-1.8%203.5-.4%205.8c1.3%202.3%204.3%204.5%205.9%203.6s1.1-4.6-.2-6.9s-3.7-3.4-5.3-2.5m42.6%2026.7c-5.6-1.5-11.4%201.5-12.3%205.2s4.4%201.9%2010%203.4s9.4%205.8%2010.4%202s-2.5-9.1-8.1-10.6m4.3-1.7c1.7.6%204.2-2.1%205.1-4.6s.3-5-1.4-5.6s-3.8.9-4.7%203.4s-.7%206.2%201%206.8m-6.9-1.9c1.8.2%203.6-3.1%203.8-5.7s-1-4.9-2.8-5.1s-3.5%201.9-3.7%204.5c-.3%202.6.9%206.1%202.7%206.3m-8%203.1c1.8%200%203.3-3.4%203.3-6s-1.5-4.8-3.3-4.8S32%2035%2032%2037.7c0%202.6%201.5%206%203.3%206m25.4-4.1c-1.6-.9-3.9.2-5.2%202.5s-1.8%206-.2%206.9s4.5-1.3%205.9-3.6s1-4.9-.5-5.8%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%2064%2064%22%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M18.1%2022.1C12.5%2023.6%209%2029%2010%2032.8s4.8-.5%2010.4-2s11%20.3%2010-3.4s-6.6-6.8-12.3-5.3m-4.3-1.8c1.7-.6%201.9-4.3%201-6.8s-3-4-4.7-3.4s-2.3%203.1-1.4%205.6s3.4%205.3%205.1%204.6m6.9-1.9c1.8-.2%203-3.7%202.7-6.3c-.2-2.6-1.9-4.6-3.7-4.5c-1.8.2-3.1%202.4-2.8%205.1c.2%202.6%202%205.9%203.8%205.7m8-7.7c-1.8%200-3.3%202.1-3.3%204.8s1.5%206%203.3%206s3.3-3.4%203.3-6c0-2.7-1.5-4.8-3.3-4.8M3.3%2017.5c-1.6.9-1.8%203.5-.4%205.8c1.3%202.3%204.3%204.5%205.9%203.6s1.1-4.6-.2-6.9s-3.7-3.4-5.3-2.5m42.6%2026.7c-5.6-1.5-11.4%201.5-12.3%205.2s4.4%201.9%2010%203.4s9.4%205.8%2010.4%202s-2.5-9.1-8.1-10.6m4.3-1.7c1.7.6%204.2-2.1%205.1-4.6s.3-5-1.4-5.6s-3.8.9-4.7%203.4s-.7%206.2%201%206.8m-6.9-1.9c1.8.2%203.6-3.1%203.8-5.7s-1-4.9-2.8-5.1s-3.5%201.9-3.7%204.5c-.3%202.6.9%206.1%202.7%206.3m-8%203.1c1.8%200%203.3-3.4%203.3-6s-1.5-4.8-3.3-4.8S32%2035%2032%2037.7c0%202.6%201.5%206%203.3%206m25.4-4.1c-1.6-.9-3.9.2-5.2%202.5s-1.8%206-.2%206.9s4.5-1.3%205.9-3.6s1-4.9-.5-5.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/paw-prints.svg?color=%231a73e8&size=48