md paw icon
md-paw from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-paw
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md paw icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M459.5 165.9c-4.7-10.5-12.7-18.1-23.1-22-4.8-1.7-9.7-2.6-14.8-2.6-21.7 0-43.7 16.7-54.9 41.6-13.8 30.9-5.8 61 18.6 70.3 4.9 1.8 10.1 2.8 15.6 2.8 22.1 0 44.6-15.3 55.9-38.1 8.5-17.5 9.5-36.8 2.7-52z" fill="currentColor"/><path d="M145.3 182.8c-11.1-24.9-33.2-41.6-54.9-41.6-5.1 0-10.1.9-14.8 2.6-10.4 3.9-18.3 11.5-23.1 22-6.9 15.2-5.9 34.6 2.7 51.9 11.3 22.8 33.8 38.1 55.9 38.1 5.4 0 10.7-.9 15.6-2.8 24.4-9.1 32.4-39.3 18.6-70.2z" fill="currentColor"/><path d="M193.5 179.4c2 .1 4 0 6-.2 11.7-.9 22.3-5.9 30.6-14.3 13.4-13.6 17.1-34.9 14.3-56.8-4.3-33.7-25.8-59-54.8-60.1 0 0-4.1 0-6.2.2-12.8 1.1-24.4 6.5-33.5 15.9-13.3 13.6-19.7 33.7-17.1 53.8 4.3 33.4 30.9 60.4 60.7 61.5z" fill="currentColor"/><path d="M256 224c-69.3 0-138.7 97.1-138.7 176.3 0 23.6 11.8 42.6 23.5 50.4 14.4 9.6 24.5 13.4 45.5 13.4 13.4 0 21.6-2.5 28.1-6.1 12.3-6.7 25.9-10.4 39.9-10.4h3.5c14 0 27.6 3.8 39.9 10.4 6.5 3.5 14.7 6.1 28.1 6.1 21.1 0 31.2-3.8 45.5-13.4 11.6-7.8 23.5-26.8 23.5-50.4C394.7 321 325.3 224 256 224z" fill="currentColor"/><path d="M312.6 179.1c2 .2 4 .2 6 .2 29.8-1.1 56.5-28 60.8-61.5 2.6-20.2-3.8-40.4-17.1-53.8-9.2-9.3-20.3-14.6-33.1-15.6-2.1-.2-6.7-.2-6.7-.2-28.9 1.1-50.4 26.1-54.8 59.9-2.8 21.9.9 43.3 14.3 56.8 8.4 8.3 19 13.2 30.6 14.2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdPaw(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M459.5 165.9c-4.7-10.5-12.7-18.1-23.1-22-4.8-1.7-9.7-2.6-14.8-2.6-21.7 0-43.7 16.7-54.9 41.6-13.8 30.9-5.8 61 18.6 70.3 4.9 1.8 10.1 2.8 15.6 2.8 22.1 0 44.6-15.3 55.9-38.1 8.5-17.5 9.5-36.8 2.7-52z" fill="currentColor"/><path d="M145.3 182.8c-11.1-24.9-33.2-41.6-54.9-41.6-5.1 0-10.1.9-14.8 2.6-10.4 3.9-18.3 11.5-23.1 22-6.9 15.2-5.9 34.6 2.7 51.9 11.3 22.8 33.8 38.1 55.9 38.1 5.4 0 10.7-.9 15.6-2.8 24.4-9.1 32.4-39.3 18.6-70.2z" fill="currentColor"/><path d="M193.5 179.4c2 .1 4 0 6-.2 11.7-.9 22.3-5.9 30.6-14.3 13.4-13.6 17.1-34.9 14.3-56.8-4.3-33.7-25.8-59-54.8-60.1 0 0-4.1 0-6.2.2-12.8 1.1-24.4 6.5-33.5 15.9-13.3 13.6-19.7 33.7-17.1 53.8 4.3 33.4 30.9 60.4 60.7 61.5z" fill="currentColor"/><path d="M256 224c-69.3 0-138.7 97.1-138.7 176.3 0 23.6 11.8 42.6 23.5 50.4 14.4 9.6 24.5 13.4 45.5 13.4 13.4 0 21.6-2.5 28.1-6.1 12.3-6.7 25.9-10.4 39.9-10.4h3.5c14 0 27.6 3.8 39.9 10.4 6.5 3.5 14.7 6.1 28.1 6.1 21.1 0 31.2-3.8 45.5-13.4 11.6-7.8 23.5-26.8 23.5-50.4C394.7 321 325.3 224 256 224z" fill="currentColor"/><path d="M312.6 179.1c2 .2 4 .2 6 .2 29.8-1.1 56.5-28 60.8-61.5 2.6-20.2-3.8-40.4-17.1-53.8-9.2-9.3-20.3-14.6-33.1-15.6-2.1-.2-6.7-.2-6.7-.2-28.9 1.1-50.4 26.1-54.8 59.9-2.8 21.9.9 43.3 14.3 56.8 8.4 8.3 19 13.2 30.6 14.2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M459.5 165.9c-4.7-10.5-12.7-18.1-23.1-22-4.8-1.7-9.7-2.6-14.8-2.6-21.7 0-43.7 16.7-54.9 41.6-13.8 30.9-5.8 61 18.6 70.3 4.9 1.8 10.1 2.8 15.6 2.8 22.1 0 44.6-15.3 55.9-38.1 8.5-17.5 9.5-36.8 2.7-52z" fill="currentColor"/><path d="M145.3 182.8c-11.1-24.9-33.2-41.6-54.9-41.6-5.1 0-10.1.9-14.8 2.6-10.4 3.9-18.3 11.5-23.1 22-6.9 15.2-5.9 34.6 2.7 51.9 11.3 22.8 33.8 38.1 55.9 38.1 5.4 0 10.7-.9 15.6-2.8 24.4-9.1 32.4-39.3 18.6-70.2z" fill="currentColor"/><path d="M193.5 179.4c2 .1 4 0 6-.2 11.7-.9 22.3-5.9 30.6-14.3 13.4-13.6 17.1-34.9 14.3-56.8-4.3-33.7-25.8-59-54.8-60.1 0 0-4.1 0-6.2.2-12.8 1.1-24.4 6.5-33.5 15.9-13.3 13.6-19.7 33.7-17.1 53.8 4.3 33.4 30.9 60.4 60.7 61.5z" fill="currentColor"/><path d="M256 224c-69.3 0-138.7 97.1-138.7 176.3 0 23.6 11.8 42.6 23.5 50.4 14.4 9.6 24.5 13.4 45.5 13.4 13.4 0 21.6-2.5 28.1-6.1 12.3-6.7 25.9-10.4 39.9-10.4h3.5c14 0 27.6 3.8 39.9 10.4 6.5 3.5 14.7 6.1 28.1 6.1 21.1 0 31.2-3.8 45.5-13.4 11.6-7.8 23.5-26.8 23.5-50.4C394.7 321 325.3 224 256 224z" fill="currentColor"/><path d="M312.6 179.1c2 .2 4 .2 6 .2 29.8-1.1 56.5-28 60.8-61.5 2.6-20.2-3.8-40.4-17.1-53.8-9.2-9.3-20.3-14.6-33.1-15.6-2.1-.2-6.7-.2-6.7-.2-28.9 1.1-50.4 26.1-54.8 59.9-2.8 21.9.9 43.3 14.3 56.8 8.4 8.3 19 13.2 30.6 14.2z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M459.5%20165.9c-4.7-10.5-12.7-18.1-23.1-22-4.8-1.7-9.7-2.6-14.8-2.6-21.7%200-43.7%2016.7-54.9%2041.6-13.8%2030.9-5.8%2061%2018.6%2070.3%204.9%201.8%2010.1%202.8%2015.6%202.8%2022.1%200%2044.6-15.3%2055.9-38.1%208.5-17.5%209.5-36.8%202.7-52z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M145.3%20182.8c-11.1-24.9-33.2-41.6-54.9-41.6-5.1%200-10.1.9-14.8%202.6-10.4%203.9-18.3%2011.5-23.1%2022-6.9%2015.2-5.9%2034.6%202.7%2051.9%2011.3%2022.8%2033.8%2038.1%2055.9%2038.1%205.4%200%2010.7-.9%2015.6-2.8%2024.4-9.1%2032.4-39.3%2018.6-70.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M193.5%20179.4c2%20.1%204%200%206-.2%2011.7-.9%2022.3-5.9%2030.6-14.3%2013.4-13.6%2017.1-34.9%2014.3-56.8-4.3-33.7-25.8-59-54.8-60.1%200%200-4.1%200-6.2.2-12.8%201.1-24.4%206.5-33.5%2015.9-13.3%2013.6-19.7%2033.7-17.1%2053.8%204.3%2033.4%2030.9%2060.4%2060.7%2061.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20224c-69.3%200-138.7%2097.1-138.7%20176.3%200%2023.6%2011.8%2042.6%2023.5%2050.4%2014.4%209.6%2024.5%2013.4%2045.5%2013.4%2013.4%200%2021.6-2.5%2028.1-6.1%2012.3-6.7%2025.9-10.4%2039.9-10.4h3.5c14%200%2027.6%203.8%2039.9%2010.4%206.5%203.5%2014.7%206.1%2028.1%206.1%2021.1%200%2031.2-3.8%2045.5-13.4%2011.6-7.8%2023.5-26.8%2023.5-50.4C394.7%20321%20325.3%20224%20256%20224z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M312.6%20179.1c2%20.2%204%20.2%206%20.2%2029.8-1.1%2056.5-28%2060.8-61.5%202.6-20.2-3.8-40.4-17.1-53.8-9.2-9.3-20.3-14.6-33.1-15.6-2.1-.2-6.7-.2-6.7-.2-28.9%201.1-50.4%2026.1-54.8%2059.9-2.8%2021.9.9%2043.3%2014.3%2056.8%208.4%208.3%2019%2013.2%2030.6%2014.2z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M459.5%20165.9c-4.7-10.5-12.7-18.1-23.1-22-4.8-1.7-9.7-2.6-14.8-2.6-21.7%200-43.7%2016.7-54.9%2041.6-13.8%2030.9-5.8%2061%2018.6%2070.3%204.9%201.8%2010.1%202.8%2015.6%202.8%2022.1%200%2044.6-15.3%2055.9-38.1%208.5-17.5%209.5-36.8%202.7-52z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M145.3%20182.8c-11.1-24.9-33.2-41.6-54.9-41.6-5.1%200-10.1.9-14.8%202.6-10.4%203.9-18.3%2011.5-23.1%2022-6.9%2015.2-5.9%2034.6%202.7%2051.9%2011.3%2022.8%2033.8%2038.1%2055.9%2038.1%205.4%200%2010.7-.9%2015.6-2.8%2024.4-9.1%2032.4-39.3%2018.6-70.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M193.5%20179.4c2%20.1%204%200%206-.2%2011.7-.9%2022.3-5.9%2030.6-14.3%2013.4-13.6%2017.1-34.9%2014.3-56.8-4.3-33.7-25.8-59-54.8-60.1%200%200-4.1%200-6.2.2-12.8%201.1-24.4%206.5-33.5%2015.9-13.3%2013.6-19.7%2033.7-17.1%2053.8%204.3%2033.4%2030.9%2060.4%2060.7%2061.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20224c-69.3%200-138.7%2097.1-138.7%20176.3%200%2023.6%2011.8%2042.6%2023.5%2050.4%2014.4%209.6%2024.5%2013.4%2045.5%2013.4%2013.4%200%2021.6-2.5%2028.1-6.1%2012.3-6.7%2025.9-10.4%2039.9-10.4h3.5c14%200%2027.6%203.8%2039.9%2010.4%206.5%203.5%2014.7%206.1%2028.1%206.1%2021.1%200%2031.2-3.8%2045.5-13.4%2011.6-7.8%2023.5-26.8%2023.5-50.4C394.7%20321%20325.3%20224%20256%20224z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M312.6%20179.1c2%20.2%204%20.2%206%20.2%2029.8-1.1%2056.5-28%2060.8-61.5%202.6-20.2-3.8-40.4-17.1-53.8-9.2-9.3-20.3-14.6-33.1-15.6-2.1-.2-6.7-.2-6.7-.2-28.9%201.1-50.4%2026.1-54.8%2059.9-2.8%2021.9.9%2043.3%2014.3%2056.8%208.4%208.3%2019%2013.2%2030.6%2014.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-paw.svg?color=%231a73e8&size=48