macpaw logo
macpaw from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- macpaw
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the macpaw logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.622.21c.235-.126 1.12-.432 1.38.06s-.483 1.061-.736 1.196c-.252.136-.664.122-.898-.321A.675.675 0 0 1 9.622.21m2.634 4.822c.236-.126 1.12-.431 1.38.06c.26.492-.482 1.061-.735 1.196c-.253.136-.664.123-.899-.32a.675.675 0 0 1 .254-.936M12 24a11.4 11.4 0 0 1-8.08-3.345a11.38 11.38 0 0 1-3.35-8.077a11.38 11.38 0 0 1 3.35-8.077a11.4 11.4 0 0 1 3.632-2.446a2.835 2.835 0 0 1 3.719 1.508a2.84 2.84 0 0 1-1.508 3.716c-.684.289-1.3.704-1.83 1.233a5.7 5.7 0 0 0-1.684 4.067a5.7 5.7 0 0 0 1.684 4.065A5.73 5.73 0 0 0 12 18.327a5.73 5.73 0 0 0 4.068-1.683a5.7 5.7 0 0 0 1.685-4.065a2.84 2.84 0 0 1 2.838-2.837a2.84 2.84 0 0 1 2.838 2.836a11.3 11.3 0 0 1-.9 4.447a11.4 11.4 0 0 1-2.447 3.63A11.42 11.42 0 0 1 12 24m.426-21.111c.263-.14 1.346-.533 1.635.016c.29.549-.633 1.235-.915 1.386s-.742.136-1.003-.359a.754.754 0 0 1 .283-1.043m-1.004-1.806c.263-.14 1.32-.518 1.61.03c.29.55-.608 1.221-.89 1.372s-.741.136-1.003-.358a.754.754 0 0 1 .283-1.044"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMacpaw(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" d="M9.622.21c.235-.126 1.12-.432 1.38.06s-.483 1.061-.736 1.196c-.252.136-.664.122-.898-.321A.675.675 0 0 1 9.622.21m2.634 4.822c.236-.126 1.12-.431 1.38.06c.26.492-.482 1.061-.735 1.196c-.253.136-.664.123-.899-.32a.675.675 0 0 1 .254-.936M12 24a11.4 11.4 0 0 1-8.08-3.345a11.38 11.38 0 0 1-3.35-8.077a11.38 11.38 0 0 1 3.35-8.077a11.4 11.4 0 0 1 3.632-2.446a2.835 2.835 0 0 1 3.719 1.508a2.84 2.84 0 0 1-1.508 3.716c-.684.289-1.3.704-1.83 1.233a5.7 5.7 0 0 0-1.684 4.067a5.7 5.7 0 0 0 1.684 4.065A5.73 5.73 0 0 0 12 18.327a5.73 5.73 0 0 0 4.068-1.683a5.7 5.7 0 0 0 1.685-4.065a2.84 2.84 0 0 1 2.838-2.837a2.84 2.84 0 0 1 2.838 2.836a11.3 11.3 0 0 1-.9 4.447a11.4 11.4 0 0 1-2.447 3.63A11.42 11.42 0 0 1 12 24m.426-21.111c.263-.14 1.346-.533 1.635.016c.29.549-.633 1.235-.915 1.386s-.742.136-1.003-.359a.754.754 0 0 1 .283-1.043m-1.004-1.806c.263-.14 1.32-.518 1.61.03c.29.55-.608 1.221-.89 1.372s-.741.136-1.003-.358a.754.754 0 0 1 .283-1.044"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.622.21c.235-.126 1.12-.432 1.38.06s-.483 1.061-.736 1.196c-.252.136-.664.122-.898-.321A.675.675 0 0 1 9.622.21m2.634 4.822c.236-.126 1.12-.431 1.38.06c.26.492-.482 1.061-.735 1.196c-.253.136-.664.123-.899-.32a.675.675 0 0 1 .254-.936M12 24a11.4 11.4 0 0 1-8.08-3.345a11.38 11.38 0 0 1-3.35-8.077a11.38 11.38 0 0 1 3.35-8.077a11.4 11.4 0 0 1 3.632-2.446a2.835 2.835 0 0 1 3.719 1.508a2.84 2.84 0 0 1-1.508 3.716c-.684.289-1.3.704-1.83 1.233a5.7 5.7 0 0 0-1.684 4.067a5.7 5.7 0 0 0 1.684 4.065A5.73 5.73 0 0 0 12 18.327a5.73 5.73 0 0 0 4.068-1.683a5.7 5.7 0 0 0 1.685-4.065a2.84 2.84 0 0 1 2.838-2.837a2.84 2.84 0 0 1 2.838 2.836a11.3 11.3 0 0 1-.9 4.447a11.4 11.4 0 0 1-2.447 3.63A11.42 11.42 0 0 1 12 24m.426-21.111c.263-.14 1.346-.533 1.635.016c.29.549-.633 1.235-.915 1.386s-.742.136-1.003-.359a.754.754 0 0 1 .283-1.043m-1.004-1.806c.263-.14 1.32-.518 1.61.03c.29.55-.608 1.221-.89 1.372s-.741.136-1.003-.358a.754.754 0 0 1 .283-1.044"/></svg> </template>
CSS
.icon-macpaw {
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%20d%3D%22M9.622.21c.235-.126%201.12-.432%201.38.06s-.483%201.061-.736%201.196c-.252.136-.664.122-.898-.321A.675.675%200%200%201%209.622.21m2.634%204.822c.236-.126%201.12-.431%201.38.06c.26.492-.482%201.061-.735%201.196c-.253.136-.664.123-.899-.32a.675.675%200%200%201%20.254-.936M12%2024a11.4%2011.4%200%200%201-8.08-3.345a11.38%2011.38%200%200%201-3.35-8.077a11.38%2011.38%200%200%201%203.35-8.077a11.4%2011.4%200%200%201%203.632-2.446a2.835%202.835%200%200%201%203.719%201.508a2.84%202.84%200%200%201-1.508%203.716c-.684.289-1.3.704-1.83%201.233a5.7%205.7%200%200%200-1.684%204.067a5.7%205.7%200%200%200%201.684%204.065A5.73%205.73%200%200%200%2012%2018.327a5.73%205.73%200%200%200%204.068-1.683a5.7%205.7%200%200%200%201.685-4.065a2.84%202.84%200%200%201%202.838-2.837a2.84%202.84%200%200%201%202.838%202.836a11.3%2011.3%200%200%201-.9%204.447a11.4%2011.4%200%200%201-2.447%203.63A11.42%2011.42%200%200%201%2012%2024m.426-21.111c.263-.14%201.346-.533%201.635.016c.29.549-.633%201.235-.915%201.386s-.742.136-1.003-.359a.754.754%200%200%201%20.283-1.043m-1.004-1.806c.263-.14%201.32-.518%201.61.03c.29.55-.608%201.221-.89%201.372s-.741.136-1.003-.358a.754.754%200%200%201%20.283-1.044%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%20d%3D%22M9.622.21c.235-.126%201.12-.432%201.38.06s-.483%201.061-.736%201.196c-.252.136-.664.122-.898-.321A.675.675%200%200%201%209.622.21m2.634%204.822c.236-.126%201.12-.431%201.38.06c.26.492-.482%201.061-.735%201.196c-.253.136-.664.123-.899-.32a.675.675%200%200%201%20.254-.936M12%2024a11.4%2011.4%200%200%201-8.08-3.345a11.38%2011.38%200%200%201-3.35-8.077a11.38%2011.38%200%200%201%203.35-8.077a11.4%2011.4%200%200%201%203.632-2.446a2.835%202.835%200%200%201%203.719%201.508a2.84%202.84%200%200%201-1.508%203.716c-.684.289-1.3.704-1.83%201.233a5.7%205.7%200%200%200-1.684%204.067a5.7%205.7%200%200%200%201.684%204.065A5.73%205.73%200%200%200%2012%2018.327a5.73%205.73%200%200%200%204.068-1.683a5.7%205.7%200%200%200%201.685-4.065a2.84%202.84%200%200%201%202.838-2.837a2.84%202.84%200%200%201%202.838%202.836a11.3%2011.3%200%200%201-.9%204.447a11.4%2011.4%200%200%201-2.447%203.63A11.42%2011.42%200%200%201%2012%2024m.426-21.111c.263-.14%201.346-.533%201.635.016c.29.549-.633%201.235-.915%201.386s-.742.136-1.003-.359a.754.754%200%200%201%20.283-1.043m-1.004-1.806c.263-.14%201.32-.518%201.61.03c.29.55-.608%201.221-.89%201.372s-.741.136-1.003-.358a.754.754%200%200%201%20.283-1.044%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/macpaw.svg?color=%231a73e8&size=48