ios paw icon
ios-paw from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-paw
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios paw icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M324.3 80.3c-1.2-.2-2.4-.3-3.6-.3v.4-.3h-.4c-22 0-42.9 25.9-47.8 60.3-5.3 36.6 9.4 69 32.7 72.4 1.3.2 2.7.3 4 .3 22 0 42.9-25.9 47.8-60.3 5.3-36.7-9.4-69.1-32.7-72.5z" fill="currentColor"/><path d="M320.6 80z" fill="currentColor"/><path d="M442.3 169.4c-3.5-1.4-7.1-2.1-10.9-2.1h-.4c-19.7.3-41.8 19.2-53.4 47.8-13.9 34.2-7.5 69.2 14.4 78.2 3.5 1.4 7.1 2.1 10.9 2.1 19.8 0 42.2-19 53.9-47.8 13.8-34.2 7.3-69.2-14.5-78.2z" fill="currentColor"/><path d="M327.6 295.4c-27.8-43.6-39.8-60-71.6-60s-43.9 16.5-71.7 60c-23.8 37.2-71.9 40.3-83.9 71.9-2.4 5.6-3.6 11.7-3.6 18.2 0 25.7 20.8 46.5 46.4 46.5 31.8 0 75.1-24 112.9-24s80.9 24 112.7 24c25.6 0 46.3-20.8 46.3-46.5 0-6.5-1.3-12.6-3.7-18.2-12-31.7-60-34.7-83.8-71.9z" fill="currentColor"/><path d="M202.8 213c1.3 0 2.7-.1 4-.3 23.4-3.4 38-35.8 32.7-72.4-5-34.5-25.9-60.3-47.8-60.3-1.3 0-2.7.1-4 .3-23.4 3.4-38 35.8-32.7 72.4 5 34.4 25.9 60.3 47.8 60.3z" fill="currentColor"/><path d="M120.1 293.3c21.9-9 28.3-44 14.4-78.2-11.7-28.8-34.1-47.8-53.9-47.8-3.8 0-7.4.7-10.9 2.1-21.9 9-28.3 44-14.4 78.2 11.7 28.8 34.1 47.8 53.9 47.8 3.8 0 7.4-.7 10.9-2.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosPaw(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M324.3 80.3c-1.2-.2-2.4-.3-3.6-.3v.4-.3h-.4c-22 0-42.9 25.9-47.8 60.3-5.3 36.6 9.4 69 32.7 72.4 1.3.2 2.7.3 4 .3 22 0 42.9-25.9 47.8-60.3 5.3-36.7-9.4-69.1-32.7-72.5z" fill="currentColor"/><path d="M320.6 80z" fill="currentColor"/><path d="M442.3 169.4c-3.5-1.4-7.1-2.1-10.9-2.1h-.4c-19.7.3-41.8 19.2-53.4 47.8-13.9 34.2-7.5 69.2 14.4 78.2 3.5 1.4 7.1 2.1 10.9 2.1 19.8 0 42.2-19 53.9-47.8 13.8-34.2 7.3-69.2-14.5-78.2z" fill="currentColor"/><path d="M327.6 295.4c-27.8-43.6-39.8-60-71.6-60s-43.9 16.5-71.7 60c-23.8 37.2-71.9 40.3-83.9 71.9-2.4 5.6-3.6 11.7-3.6 18.2 0 25.7 20.8 46.5 46.4 46.5 31.8 0 75.1-24 112.9-24s80.9 24 112.7 24c25.6 0 46.3-20.8 46.3-46.5 0-6.5-1.3-12.6-3.7-18.2-12-31.7-60-34.7-83.8-71.9z" fill="currentColor"/><path d="M202.8 213c1.3 0 2.7-.1 4-.3 23.4-3.4 38-35.8 32.7-72.4-5-34.5-25.9-60.3-47.8-60.3-1.3 0-2.7.1-4 .3-23.4 3.4-38 35.8-32.7 72.4 5 34.4 25.9 60.3 47.8 60.3z" fill="currentColor"/><path d="M120.1 293.3c21.9-9 28.3-44 14.4-78.2-11.7-28.8-34.1-47.8-53.9-47.8-3.8 0-7.4.7-10.9 2.1-21.9 9-28.3 44-14.4 78.2 11.7 28.8 34.1 47.8 53.9 47.8 3.8 0 7.4-.7 10.9-2.1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M324.3 80.3c-1.2-.2-2.4-.3-3.6-.3v.4-.3h-.4c-22 0-42.9 25.9-47.8 60.3-5.3 36.6 9.4 69 32.7 72.4 1.3.2 2.7.3 4 .3 22 0 42.9-25.9 47.8-60.3 5.3-36.7-9.4-69.1-32.7-72.5z" fill="currentColor"/><path d="M320.6 80z" fill="currentColor"/><path d="M442.3 169.4c-3.5-1.4-7.1-2.1-10.9-2.1h-.4c-19.7.3-41.8 19.2-53.4 47.8-13.9 34.2-7.5 69.2 14.4 78.2 3.5 1.4 7.1 2.1 10.9 2.1 19.8 0 42.2-19 53.9-47.8 13.8-34.2 7.3-69.2-14.5-78.2z" fill="currentColor"/><path d="M327.6 295.4c-27.8-43.6-39.8-60-71.6-60s-43.9 16.5-71.7 60c-23.8 37.2-71.9 40.3-83.9 71.9-2.4 5.6-3.6 11.7-3.6 18.2 0 25.7 20.8 46.5 46.4 46.5 31.8 0 75.1-24 112.9-24s80.9 24 112.7 24c25.6 0 46.3-20.8 46.3-46.5 0-6.5-1.3-12.6-3.7-18.2-12-31.7-60-34.7-83.8-71.9z" fill="currentColor"/><path d="M202.8 213c1.3 0 2.7-.1 4-.3 23.4-3.4 38-35.8 32.7-72.4-5-34.5-25.9-60.3-47.8-60.3-1.3 0-2.7.1-4 .3-23.4 3.4-38 35.8-32.7 72.4 5 34.4 25.9 60.3 47.8 60.3z" fill="currentColor"/><path d="M120.1 293.3c21.9-9 28.3-44 14.4-78.2-11.7-28.8-34.1-47.8-53.9-47.8-3.8 0-7.4.7-10.9 2.1-21.9 9-28.3 44-14.4 78.2 11.7 28.8 34.1 47.8 53.9 47.8 3.8 0 7.4-.7 10.9-2.1z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%22M324.3%2080.3c-1.2-.2-2.4-.3-3.6-.3v.4-.3h-.4c-22%200-42.9%2025.9-47.8%2060.3-5.3%2036.6%209.4%2069%2032.7%2072.4%201.3.2%202.7.3%204%20.3%2022%200%2042.9-25.9%2047.8-60.3%205.3-36.7-9.4-69.1-32.7-72.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320.6%2080z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M442.3%20169.4c-3.5-1.4-7.1-2.1-10.9-2.1h-.4c-19.7.3-41.8%2019.2-53.4%2047.8-13.9%2034.2-7.5%2069.2%2014.4%2078.2%203.5%201.4%207.1%202.1%2010.9%202.1%2019.8%200%2042.2-19%2053.9-47.8%2013.8-34.2%207.3-69.2-14.5-78.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M327.6%20295.4c-27.8-43.6-39.8-60-71.6-60s-43.9%2016.5-71.7%2060c-23.8%2037.2-71.9%2040.3-83.9%2071.9-2.4%205.6-3.6%2011.7-3.6%2018.2%200%2025.7%2020.8%2046.5%2046.4%2046.5%2031.8%200%2075.1-24%20112.9-24s80.9%2024%20112.7%2024c25.6%200%2046.3-20.8%2046.3-46.5%200-6.5-1.3-12.6-3.7-18.2-12-31.7-60-34.7-83.8-71.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M202.8%20213c1.3%200%202.7-.1%204-.3%2023.4-3.4%2038-35.8%2032.7-72.4-5-34.5-25.9-60.3-47.8-60.3-1.3%200-2.7.1-4%20.3-23.4%203.4-38%2035.8-32.7%2072.4%205%2034.4%2025.9%2060.3%2047.8%2060.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M120.1%20293.3c21.9-9%2028.3-44%2014.4-78.2-11.7-28.8-34.1-47.8-53.9-47.8-3.8%200-7.4.7-10.9%202.1-21.9%209-28.3%2044-14.4%2078.2%2011.7%2028.8%2034.1%2047.8%2053.9%2047.8%203.8%200%207.4-.7%2010.9-2.1z%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%22M324.3%2080.3c-1.2-.2-2.4-.3-3.6-.3v.4-.3h-.4c-22%200-42.9%2025.9-47.8%2060.3-5.3%2036.6%209.4%2069%2032.7%2072.4%201.3.2%202.7.3%204%20.3%2022%200%2042.9-25.9%2047.8-60.3%205.3-36.7-9.4-69.1-32.7-72.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320.6%2080z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M442.3%20169.4c-3.5-1.4-7.1-2.1-10.9-2.1h-.4c-19.7.3-41.8%2019.2-53.4%2047.8-13.9%2034.2-7.5%2069.2%2014.4%2078.2%203.5%201.4%207.1%202.1%2010.9%202.1%2019.8%200%2042.2-19%2053.9-47.8%2013.8-34.2%207.3-69.2-14.5-78.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M327.6%20295.4c-27.8-43.6-39.8-60-71.6-60s-43.9%2016.5-71.7%2060c-23.8%2037.2-71.9%2040.3-83.9%2071.9-2.4%205.6-3.6%2011.7-3.6%2018.2%200%2025.7%2020.8%2046.5%2046.4%2046.5%2031.8%200%2075.1-24%20112.9-24s80.9%2024%20112.7%2024c25.6%200%2046.3-20.8%2046.3-46.5%200-6.5-1.3-12.6-3.7-18.2-12-31.7-60-34.7-83.8-71.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M202.8%20213c1.3%200%202.7-.1%204-.3%2023.4-3.4%2038-35.8%2032.7-72.4-5-34.5-25.9-60.3-47.8-60.3-1.3%200-2.7.1-4%20.3-23.4%203.4-38%2035.8-32.7%2072.4%205%2034.4%2025.9%2060.3%2047.8%2060.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M120.1%20293.3c21.9-9%2028.3-44%2014.4-78.2-11.7-28.8-34.1-47.8-53.9-47.8-3.8%200-7.4.7-10.9%202.1-21.9%209-28.3%2044-14.4%2078.2%2011.7%2028.8%2034.1%2047.8%2053.9%2047.8%203.8%200%207.4-.7%2010.9-2.1z%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/ios-paw.svg?color=%231a73e8&size=48