paw prints emoji
paw-prints from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- paw-prints
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More animals & nature icons from Twitter Emoji
Use the paw prints emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#662113" d="M16.706 16.113c0 4.483-2.554 2.038-5.706 2.038c-3.151 0-5.706 2.446-5.706-2.038C5.294 13.187 7.849 10 11 10s5.706 3.187 5.706 6.113M5.074 8.037c.393 1.335.007 2.625-.862 2.881c-.87.256-1.893-.619-2.286-1.955c-.393-1.335-.008-2.625.862-2.881s1.893.619 2.286 1.955m15 .944c-.407 1.332-1.442 2.196-2.312 1.93s-1.244-1.561-.837-2.893s1.442-2.196 2.312-1.93s1.244 1.561.837 2.893M9.964 4.122c.366 1.898-.217 3.606-1.302 3.815c-1.084.208-2.26-1.161-2.625-3.059c-.367-1.898.216-3.606 1.301-3.815s2.261 1.161 2.626 3.059m5.996.778c-.387 1.894-1.578 3.25-2.66 3.029s-1.646-1.936-1.259-3.83s1.578-3.25 2.66-3.029s1.645 1.936 1.259 3.83m14.746 27.213c0 4.483-2.555 2.038-5.706 2.038s-5.706 2.445-5.706-2.038C19.294 29.188 21.849 26 25 26s5.706 3.188 5.706 6.113m-11.632-8.077c.394 1.336.007 2.626-.862 2.882c-.87.256-1.893-.619-2.286-1.954c-.393-1.336-.007-2.626.862-2.882c.87-.256 1.893.619 2.286 1.954m15 .945c-.407 1.332-1.442 2.196-2.312 1.93s-1.244-1.561-.837-2.892c.407-1.332 1.442-2.196 2.312-1.93c.869.265 1.244 1.56.837 2.892m-10.11-4.859c.365 1.897-.218 3.606-1.302 3.814s-2.261-1.16-2.626-3.059c-.365-1.898.218-3.606 1.302-3.815c1.085-.208 2.261 1.162 2.626 3.06m5.996.778c-.388 1.893-1.578 3.25-2.66 3.029s-1.647-1.937-1.26-3.83c.388-1.894 1.578-3.25 2.66-3.029s1.647 1.937 1.26 3.83"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPawPrints(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#662113" d="M16.706 16.113c0 4.483-2.554 2.038-5.706 2.038c-3.151 0-5.706 2.446-5.706-2.038C5.294 13.187 7.849 10 11 10s5.706 3.187 5.706 6.113M5.074 8.037c.393 1.335.007 2.625-.862 2.881c-.87.256-1.893-.619-2.286-1.955c-.393-1.335-.008-2.625.862-2.881s1.893.619 2.286 1.955m15 .944c-.407 1.332-1.442 2.196-2.312 1.93s-1.244-1.561-.837-2.893s1.442-2.196 2.312-1.93s1.244 1.561.837 2.893M9.964 4.122c.366 1.898-.217 3.606-1.302 3.815c-1.084.208-2.26-1.161-2.625-3.059c-.367-1.898.216-3.606 1.301-3.815s2.261 1.161 2.626 3.059m5.996.778c-.387 1.894-1.578 3.25-2.66 3.029s-1.646-1.936-1.259-3.83s1.578-3.25 2.66-3.029s1.645 1.936 1.259 3.83m14.746 27.213c0 4.483-2.555 2.038-5.706 2.038s-5.706 2.445-5.706-2.038C19.294 29.188 21.849 26 25 26s5.706 3.188 5.706 6.113m-11.632-8.077c.394 1.336.007 2.626-.862 2.882c-.87.256-1.893-.619-2.286-1.954c-.393-1.336-.007-2.626.862-2.882c.87-.256 1.893.619 2.286 1.954m15 .945c-.407 1.332-1.442 2.196-2.312 1.93s-1.244-1.561-.837-2.892c.407-1.332 1.442-2.196 2.312-1.93c.869.265 1.244 1.56.837 2.892m-10.11-4.859c.365 1.897-.218 3.606-1.302 3.814s-2.261-1.16-2.626-3.059c-.365-1.898.218-3.606 1.302-3.815c1.085-.208 2.261 1.162 2.626 3.06m5.996.778c-.388 1.893-1.578 3.25-2.66 3.029s-1.647-1.937-1.26-3.83c.388-1.894 1.578-3.25 2.66-3.029s1.647 1.937 1.26 3.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#662113" d="M16.706 16.113c0 4.483-2.554 2.038-5.706 2.038c-3.151 0-5.706 2.446-5.706-2.038C5.294 13.187 7.849 10 11 10s5.706 3.187 5.706 6.113M5.074 8.037c.393 1.335.007 2.625-.862 2.881c-.87.256-1.893-.619-2.286-1.955c-.393-1.335-.008-2.625.862-2.881s1.893.619 2.286 1.955m15 .944c-.407 1.332-1.442 2.196-2.312 1.93s-1.244-1.561-.837-2.893s1.442-2.196 2.312-1.93s1.244 1.561.837 2.893M9.964 4.122c.366 1.898-.217 3.606-1.302 3.815c-1.084.208-2.26-1.161-2.625-3.059c-.367-1.898.216-3.606 1.301-3.815s2.261 1.161 2.626 3.059m5.996.778c-.387 1.894-1.578 3.25-2.66 3.029s-1.646-1.936-1.259-3.83s1.578-3.25 2.66-3.029s1.645 1.936 1.259 3.83m14.746 27.213c0 4.483-2.555 2.038-5.706 2.038s-5.706 2.445-5.706-2.038C19.294 29.188 21.849 26 25 26s5.706 3.188 5.706 6.113m-11.632-8.077c.394 1.336.007 2.626-.862 2.882c-.87.256-1.893-.619-2.286-1.954c-.393-1.336-.007-2.626.862-2.882c.87-.256 1.893.619 2.286 1.954m15 .945c-.407 1.332-1.442 2.196-2.312 1.93s-1.244-1.561-.837-2.892c.407-1.332 1.442-2.196 2.312-1.93c.869.265 1.244 1.56.837 2.892m-10.11-4.859c.365 1.897-.218 3.606-1.302 3.814s-2.261-1.16-2.626-3.059c-.365-1.898.218-3.606 1.302-3.815c1.085-.208 2.261 1.162 2.626 3.06m5.996.778c-.388 1.893-1.578 3.25-2.66 3.029s-1.647-1.937-1.26-3.83c.388-1.894 1.578-3.25 2.66-3.029s1.647 1.937 1.26 3.83"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M16.706%2016.113c0%204.483-2.554%202.038-5.706%202.038c-3.151%200-5.706%202.446-5.706-2.038C5.294%2013.187%207.849%2010%2011%2010s5.706%203.187%205.706%206.113M5.074%208.037c.393%201.335.007%202.625-.862%202.881c-.87.256-1.893-.619-2.286-1.955c-.393-1.335-.008-2.625.862-2.881s1.893.619%202.286%201.955m15%20.944c-.407%201.332-1.442%202.196-2.312%201.93s-1.244-1.561-.837-2.893s1.442-2.196%202.312-1.93s1.244%201.561.837%202.893M9.964%204.122c.366%201.898-.217%203.606-1.302%203.815c-1.084.208-2.26-1.161-2.625-3.059c-.367-1.898.216-3.606%201.301-3.815s2.261%201.161%202.626%203.059m5.996.778c-.387%201.894-1.578%203.25-2.66%203.029s-1.646-1.936-1.259-3.83s1.578-3.25%202.66-3.029s1.645%201.936%201.259%203.83m14.746%2027.213c0%204.483-2.555%202.038-5.706%202.038s-5.706%202.445-5.706-2.038C19.294%2029.188%2021.849%2026%2025%2026s5.706%203.188%205.706%206.113m-11.632-8.077c.394%201.336.007%202.626-.862%202.882c-.87.256-1.893-.619-2.286-1.954c-.393-1.336-.007-2.626.862-2.882c.87-.256%201.893.619%202.286%201.954m15%20.945c-.407%201.332-1.442%202.196-2.312%201.93s-1.244-1.561-.837-2.892c.407-1.332%201.442-2.196%202.312-1.93c.869.265%201.244%201.56.837%202.892m-10.11-4.859c.365%201.897-.218%203.606-1.302%203.814s-2.261-1.16-2.626-3.059c-.365-1.898.218-3.606%201.302-3.815c1.085-.208%202.261%201.162%202.626%203.06m5.996.778c-.388%201.893-1.578%203.25-2.66%203.029s-1.647-1.937-1.26-3.83c.388-1.894%201.578-3.25%202.66-3.029s1.647%201.937%201.26%203.83%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M16.706%2016.113c0%204.483-2.554%202.038-5.706%202.038c-3.151%200-5.706%202.446-5.706-2.038C5.294%2013.187%207.849%2010%2011%2010s5.706%203.187%205.706%206.113M5.074%208.037c.393%201.335.007%202.625-.862%202.881c-.87.256-1.893-.619-2.286-1.955c-.393-1.335-.008-2.625.862-2.881s1.893.619%202.286%201.955m15%20.944c-.407%201.332-1.442%202.196-2.312%201.93s-1.244-1.561-.837-2.893s1.442-2.196%202.312-1.93s1.244%201.561.837%202.893M9.964%204.122c.366%201.898-.217%203.606-1.302%203.815c-1.084.208-2.26-1.161-2.625-3.059c-.367-1.898.216-3.606%201.301-3.815s2.261%201.161%202.626%203.059m5.996.778c-.387%201.894-1.578%203.25-2.66%203.029s-1.646-1.936-1.259-3.83s1.578-3.25%202.66-3.029s1.645%201.936%201.259%203.83m14.746%2027.213c0%204.483-2.555%202.038-5.706%202.038s-5.706%202.445-5.706-2.038C19.294%2029.188%2021.849%2026%2025%2026s5.706%203.188%205.706%206.113m-11.632-8.077c.394%201.336.007%202.626-.862%202.882c-.87.256-1.893-.619-2.286-1.954c-.393-1.336-.007-2.626.862-2.882c.87-.256%201.893.619%202.286%201.954m15%20.945c-.407%201.332-1.442%202.196-2.312%201.93s-1.244-1.561-.837-2.892c.407-1.332%201.442-2.196%202.312-1.93c.869.265%201.244%201.56.837%202.892m-10.11-4.859c.365%201.897-.218%203.606-1.302%203.814s-2.261-1.16-2.626-3.059c-.365-1.898.218-3.606%201.302-3.815c1.085-.208%202.261%201.162%202.626%203.06m5.996.778c-.388%201.893-1.578%203.25-2.66%203.029s-1.647-1.937-1.26-3.83c.388-1.894%201.578-3.25%202.66-3.029s1.647%201.937%201.26%203.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/paw-prints.svg?color=%231a73e8&size=48