paw icon
paw-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- paw-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
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" fill-rule="evenodd" d="M12 3a1 1 0 0 1 1 1v.19c1.257.504 2 1.93 2 3.31c0 1.713-1.146 3.5-3 3.5S9 9.213 9 7.5c0-1.38.743-2.806 2-3.31V4a1 1 0 0 1 1-1m6.6 3.543a2.56 2.56 0 0 0-1.093.307c-.608.325-1.115.878-1.431 1.556c-.316.677-.414 1.421-.272 2.095s.545 1.342 1.27 1.68c.724.338 1.495.218 2.103-.107c.607-.325 1.114-.878 1.43-1.555c.316-.678.414-1.422.272-2.096a2.6 2.6 0 0 0-.467-1.035a1 1 0 0 0-1.812-.845m-15.012.849c-.238.31-.39.67-.467 1.035c-.142.674-.044 1.418.272 2.095s.823 1.23 1.43 1.556c.608.325 1.379.445 2.103.107s1.128-1.006 1.27-1.68s.044-1.418-.272-2.096c-.316-.677-.823-1.23-1.43-1.555A2.6 2.6 0 0 0 5.4 6.547a1 1 0 0 0-1.813.845m3.563 6.227A8.07 8.07 0 0 1 12 12c1.89 0 3.6.666 4.849 1.619c1.213.925 2.151 2.255 2.151 3.659c0 1.407-1.184 2.335-2.349 2.857C15.406 20.692 13.76 21 12 21s-3.406-.308-4.651-.865C6.184 19.613 5 18.685 5 17.278c0-1.404.938-2.734 2.151-3.66" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcutePawFill(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" fillRule="evenodd" d="M12 3a1 1 0 0 1 1 1v.19c1.257.504 2 1.93 2 3.31c0 1.713-1.146 3.5-3 3.5S9 9.213 9 7.5c0-1.38.743-2.806 2-3.31V4a1 1 0 0 1 1-1m6.6 3.543a2.56 2.56 0 0 0-1.093.307c-.608.325-1.115.878-1.431 1.556c-.316.677-.414 1.421-.272 2.095s.545 1.342 1.27 1.68c.724.338 1.495.218 2.103-.107c.607-.325 1.114-.878 1.43-1.555c.316-.678.414-1.422.272-2.096a2.6 2.6 0 0 0-.467-1.035a1 1 0 0 0-1.812-.845m-15.012.849c-.238.31-.39.67-.467 1.035c-.142.674-.044 1.418.272 2.095s.823 1.23 1.43 1.556c.608.325 1.379.445 2.103.107s1.128-1.006 1.27-1.68s.044-1.418-.272-2.096c-.316-.677-.823-1.23-1.43-1.555A2.6 2.6 0 0 0 5.4 6.547a1 1 0 0 0-1.813.845m3.563 6.227A8.07 8.07 0 0 1 12 12c1.89 0 3.6.666 4.849 1.619c1.213.925 2.151 2.255 2.151 3.659c0 1.407-1.184 2.335-2.349 2.857C15.406 20.692 13.76 21 12 21s-3.406-.308-4.651-.865C6.184 19.613 5 18.685 5 17.278c0-1.404.938-2.734 2.151-3.66" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 3a1 1 0 0 1 1 1v.19c1.257.504 2 1.93 2 3.31c0 1.713-1.146 3.5-3 3.5S9 9.213 9 7.5c0-1.38.743-2.806 2-3.31V4a1 1 0 0 1 1-1m6.6 3.543a2.56 2.56 0 0 0-1.093.307c-.608.325-1.115.878-1.431 1.556c-.316.677-.414 1.421-.272 2.095s.545 1.342 1.27 1.68c.724.338 1.495.218 2.103-.107c.607-.325 1.114-.878 1.43-1.555c.316-.678.414-1.422.272-2.096a2.6 2.6 0 0 0-.467-1.035a1 1 0 0 0-1.812-.845m-15.012.849c-.238.31-.39.67-.467 1.035c-.142.674-.044 1.418.272 2.095s.823 1.23 1.43 1.556c.608.325 1.379.445 2.103.107s1.128-1.006 1.27-1.68s.044-1.418-.272-2.096c-.316-.677-.823-1.23-1.43-1.555A2.6 2.6 0 0 0 5.4 6.547a1 1 0 0 0-1.813.845m3.563 6.227A8.07 8.07 0 0 1 12 12c1.89 0 3.6.666 4.849 1.619c1.213.925 2.151 2.255 2.151 3.659c0 1.407-1.184 2.335-2.349 2.857C15.406 20.692 13.76 21 12 21s-3.406-.308-4.651-.865C6.184 19.613 5 18.685 5 17.278c0-1.404.938-2.734 2.151-3.66" clip-rule="evenodd"/></svg> </template>
CSS
.icon-paw-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203a1%201%200%200%201%201%201v.19c1.257.504%202%201.93%202%203.31c0%201.713-1.146%203.5-3%203.5S9%209.213%209%207.5c0-1.38.743-2.806%202-3.31V4a1%201%200%200%201%201-1m6.6%203.543a2.56%202.56%200%200%200-1.093.307c-.608.325-1.115.878-1.431%201.556c-.316.677-.414%201.421-.272%202.095s.545%201.342%201.27%201.68c.724.338%201.495.218%202.103-.107c.607-.325%201.114-.878%201.43-1.555c.316-.678.414-1.422.272-2.096a2.6%202.6%200%200%200-.467-1.035a1%201%200%200%200-1.812-.845m-15.012.849c-.238.31-.39.67-.467%201.035c-.142.674-.044%201.418.272%202.095s.823%201.23%201.43%201.556c.608.325%201.379.445%202.103.107s1.128-1.006%201.27-1.68s.044-1.418-.272-2.096c-.316-.677-.823-1.23-1.43-1.555A2.6%202.6%200%200%200%205.4%206.547a1%201%200%200%200-1.813.845m3.563%206.227A8.07%208.07%200%200%201%2012%2012c1.89%200%203.6.666%204.849%201.619c1.213.925%202.151%202.255%202.151%203.659c0%201.407-1.184%202.335-2.349%202.857C15.406%2020.692%2013.76%2021%2012%2021s-3.406-.308-4.651-.865C6.184%2019.613%205%2018.685%205%2017.278c0-1.404.938-2.734%202.151-3.66%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203a1%201%200%200%201%201%201v.19c1.257.504%202%201.93%202%203.31c0%201.713-1.146%203.5-3%203.5S9%209.213%209%207.5c0-1.38.743-2.806%202-3.31V4a1%201%200%200%201%201-1m6.6%203.543a2.56%202.56%200%200%200-1.093.307c-.608.325-1.115.878-1.431%201.556c-.316.677-.414%201.421-.272%202.095s.545%201.342%201.27%201.68c.724.338%201.495.218%202.103-.107c.607-.325%201.114-.878%201.43-1.555c.316-.678.414-1.422.272-2.096a2.6%202.6%200%200%200-.467-1.035a1%201%200%200%200-1.812-.845m-15.012.849c-.238.31-.39.67-.467%201.035c-.142.674-.044%201.418.272%202.095s.823%201.23%201.43%201.556c.608.325%201.379.445%202.103.107s1.128-1.006%201.27-1.68s.044-1.418-.272-2.096c-.316-.677-.823-1.23-1.43-1.555A2.6%202.6%200%200%200%205.4%206.547a1%201%200%200%200-1.813.845m3.563%206.227A8.07%208.07%200%200%201%2012%2012c1.89%200%203.6.666%204.849%201.619c1.213.925%202.151%202.255%202.151%203.659c0%201.407-1.184%202.335-2.349%202.857C15.406%2020.692%2013.76%2021%2012%2021s-3.406-.308-4.651-.865C6.184%2019.613%205%2018.685%205%2017.278c0-1.404.938-2.734%202.151-3.66%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/paw-fill.svg?color=%231a73e8&size=48