paw icon
paw from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- paw
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.7 13.5c-1.1-2-1.441-2.5-2.7-2.5s-1.736.755-2.836 2.747c-.942 1.703-2.846 1.845-3.321 3.291c-.097.265-.145.677-.143.962c0 1.176.787 2 1.8 2c1.259 0 3-1 4.5-1s3.241 1 4.5 1c1.013 0 1.8-.823 1.8-2c0-.285-.049-.697-.146-.962c-.475-1.451-2.512-1.835-3.454-3.538m5.488-5.418A1 1 0 0 0 19.782 8h-.015c-.735.012-1.56.75-1.993 1.866c-.519 1.335-.28 2.7.538 3.052q.196.082.406.082c.739 0 1.575-.742 2.011-1.866c.516-1.335.273-2.7-.54-3.052zM9.474 9c.055 0 .109 0 .163-.011c.944-.128 1.533-1.346 1.32-2.722C10.754 4.97 9.91 4 9.025 4c-.055 0-.109 0-.163.011c-.944.128-1.533 1.346-1.32 2.722C7.746 8.026 8.59 9 9.475 9m6.981-2.267c.214-1.376-.375-2.594-1.32-2.722A1 1 0 0 0 14.974 4c-.885 0-1.728.97-1.93 2.267c-.214 1.376.375 2.594 1.32 2.722q.081.01.162.011c.885 0 1.73-.974 1.93-2.267M5.69 12.918c.816-.352 1.054-1.719.536-3.052C5.79 8.742 4.955 8 4.217 8q-.211 0-.407.082c-.816.352-1.054 1.719-.536 3.052C3.71 12.258 4.545 13 5.283 13q.211 0 .407-.082"/></svg>
React
import type { SVGProps } from "react";
export function TablerPaw(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="2" d="M14.7 13.5c-1.1-2-1.441-2.5-2.7-2.5s-1.736.755-2.836 2.747c-.942 1.703-2.846 1.845-3.321 3.291c-.097.265-.145.677-.143.962c0 1.176.787 2 1.8 2c1.259 0 3-1 4.5-1s3.241 1 4.5 1c1.013 0 1.8-.823 1.8-2c0-.285-.049-.697-.146-.962c-.475-1.451-2.512-1.835-3.454-3.538m5.488-5.418A1 1 0 0 0 19.782 8h-.015c-.735.012-1.56.75-1.993 1.866c-.519 1.335-.28 2.7.538 3.052q.196.082.406.082c.739 0 1.575-.742 2.011-1.866c.516-1.335.273-2.7-.54-3.052zM9.474 9c.055 0 .109 0 .163-.011c.944-.128 1.533-1.346 1.32-2.722C10.754 4.97 9.91 4 9.025 4c-.055 0-.109 0-.163.011c-.944.128-1.533 1.346-1.32 2.722C7.746 8.026 8.59 9 9.475 9m6.981-2.267c.214-1.376-.375-2.594-1.32-2.722A1 1 0 0 0 14.974 4c-.885 0-1.728.97-1.93 2.267c-.214 1.376.375 2.594 1.32 2.722q.081.01.162.011c.885 0 1.73-.974 1.93-2.267M5.69 12.918c.816-.352 1.054-1.719.536-3.052C5.79 8.742 4.955 8 4.217 8q-.211 0-.407.082c-.816.352-1.054 1.719-.536 3.052C3.71 12.258 4.545 13 5.283 13q.211 0 .407-.082"/></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="2" d="M14.7 13.5c-1.1-2-1.441-2.5-2.7-2.5s-1.736.755-2.836 2.747c-.942 1.703-2.846 1.845-3.321 3.291c-.097.265-.145.677-.143.962c0 1.176.787 2 1.8 2c1.259 0 3-1 4.5-1s3.241 1 4.5 1c1.013 0 1.8-.823 1.8-2c0-.285-.049-.697-.146-.962c-.475-1.451-2.512-1.835-3.454-3.538m5.488-5.418A1 1 0 0 0 19.782 8h-.015c-.735.012-1.56.75-1.993 1.866c-.519 1.335-.28 2.7.538 3.052q.196.082.406.082c.739 0 1.575-.742 2.011-1.866c.516-1.335.273-2.7-.54-3.052zM9.474 9c.055 0 .109 0 .163-.011c.944-.128 1.533-1.346 1.32-2.722C10.754 4.97 9.91 4 9.025 4c-.055 0-.109 0-.163.011c-.944.128-1.533 1.346-1.32 2.722C7.746 8.026 8.59 9 9.475 9m6.981-2.267c.214-1.376-.375-2.594-1.32-2.722A1 1 0 0 0 14.974 4c-.885 0-1.728.97-1.93 2.267c-.214 1.376.375 2.594 1.32 2.722q.081.01.162.011c.885 0 1.73-.974 1.93-2.267M5.69 12.918c.816-.352 1.054-1.719.536-3.052C5.79 8.742 4.955 8 4.217 8q-.211 0-.407.082c-.816.352-1.054 1.719-.536 3.052C3.71 12.258 4.545 13 5.283 13q.211 0 .407-.082"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.7%2013.5c-1.1-2-1.441-2.5-2.7-2.5s-1.736.755-2.836%202.747c-.942%201.703-2.846%201.845-3.321%203.291c-.097.265-.145.677-.143.962c0%201.176.787%202%201.8%202c1.259%200%203-1%204.5-1s3.241%201%204.5%201c1.013%200%201.8-.823%201.8-2c0-.285-.049-.697-.146-.962c-.475-1.451-2.512-1.835-3.454-3.538m5.488-5.418A1%201%200%200%200%2019.782%208h-.015c-.735.012-1.56.75-1.993%201.866c-.519%201.335-.28%202.7.538%203.052q.196.082.406.082c.739%200%201.575-.742%202.011-1.866c.516-1.335.273-2.7-.54-3.052zM9.474%209c.055%200%20.109%200%20.163-.011c.944-.128%201.533-1.346%201.32-2.722C10.754%204.97%209.91%204%209.025%204c-.055%200-.109%200-.163.011c-.944.128-1.533%201.346-1.32%202.722C7.746%208.026%208.59%209%209.475%209m6.981-2.267c.214-1.376-.375-2.594-1.32-2.722A1%201%200%200%200%2014.974%204c-.885%200-1.728.97-1.93%202.267c-.214%201.376.375%202.594%201.32%202.722q.081.01.162.011c.885%200%201.73-.974%201.93-2.267M5.69%2012.918c.816-.352%201.054-1.719.536-3.052C5.79%208.742%204.955%208%204.217%208q-.211%200-.407.082c-.816.352-1.054%201.719-.536%203.052C3.71%2012.258%204.545%2013%205.283%2013q.211%200%20.407-.082%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%222%22%20d%3D%22M14.7%2013.5c-1.1-2-1.441-2.5-2.7-2.5s-1.736.755-2.836%202.747c-.942%201.703-2.846%201.845-3.321%203.291c-.097.265-.145.677-.143.962c0%201.176.787%202%201.8%202c1.259%200%203-1%204.5-1s3.241%201%204.5%201c1.013%200%201.8-.823%201.8-2c0-.285-.049-.697-.146-.962c-.475-1.451-2.512-1.835-3.454-3.538m5.488-5.418A1%201%200%200%200%2019.782%208h-.015c-.735.012-1.56.75-1.993%201.866c-.519%201.335-.28%202.7.538%203.052q.196.082.406.082c.739%200%201.575-.742%202.011-1.866c.516-1.335.273-2.7-.54-3.052zM9.474%209c.055%200%20.109%200%20.163-.011c.944-.128%201.533-1.346%201.32-2.722C10.754%204.97%209.91%204%209.025%204c-.055%200-.109%200-.163.011c-.944.128-1.533%201.346-1.32%202.722C7.746%208.026%208.59%209%209.475%209m6.981-2.267c.214-1.376-.375-2.594-1.32-2.722A1%201%200%200%200%2014.974%204c-.885%200-1.728.97-1.93%202.267c-.214%201.376.375%202.594%201.32%202.722q.081.01.162.011c.885%200%201.73-.974%201.93-2.267M5.69%2012.918c.816-.352%201.054-1.719.536-3.052C5.79%208.742%204.955%208%204.217%208q-.211%200-.407.082c-.816.352-1.054%201.719-.536%203.052C3.71%2012.258%204.545%2013%205.283%2013q.211%200%20.407-.082%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/paw.svg?color=%231a73e8&size=48