sticker mule logo
sticker-mule from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- sticker-mule
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same logo in other sets
Use the sticker mule logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M561.7 199.6c-1.3.3.3 0 0 0m-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9c-1.6-6.5-3.6-14.5-6.2-20c-4.4-8.7-4.6-7.5-4.6-9.5c0-5.3 30.7-45.3 19-46.9c-5.7-.6-12.2 11.6-20.6 17c-8.6 4.2-8 5-10.3 5c-2.6 0-5.7-3-6.2-5c-2-5.7 1.9-25.9-3.6-25.9c-3.6 0-12.3 24.8-17 25.8c-5.2 1.3-27.9-11.4-75.1 18c-25.3 13.2-86.9 65.2-87 65.3c-6.7 4.7-20 4.7-35.5 16c-44.4 30.1-109.6 9.4-110.7 9c-110.6-26.8-128-15.2-159 11.5c-20.8 17.9-23.7 36.5-24.2 38.9c-4.2 20.4 5.2 48.3 6.7 64.3c1.8 19.3-2.7 17.7 7.7 98.3c.5 1 4.1 0 5.1 1.5c0 8.4-3.8 12.1-4.1 13c-1.5 4.5-1.5 10.5 0 16c2.3 8.2 8.2 37.2 8.2 46.9c0 41.8.4 44 2.6 49.4c3.9 10 12.5 9.1 17 12c3.1 3.5-.5 8.5 1 12.5c.5 2 3.6 4 6.2 5c9.2 3.6 27 .3 29.9-2.5c1.6-1.5.5-4.5 3.1-5c5.1 0 10.8-.5 14.4-2.5c5.1-2.5 4.1-6 1.5-10.5c-.4-.8-7-13.3-9.8-16c-2.1-2-5.1-3-7.2-4.5c-5.8-4.9-10.3-19.4-10.3-19.5c-4.6-19.4-10.3-46.3-4.1-66.8c4.6-17.2 39.5-87.7 39.6-87.8c4.1-6.5 17-11.5 27.3-7c6 1.9 19.3 22 65.4 30.9c47.9 8.7 97.4-2 112.2-2c2.8 2-1.9 13-.5 38.9c0 26.4-.4 13.7-4.1 29.9c-2.2 9.7 3.4 23.2-1.5 46.9c-1.4 9.8-9.9 32.7-8.2 43.4c.5 1 1 2 1.5 3.5c.5 4.5 1.5 8.5 4.6 10c7.3 3.6 12-3.5 9.8 11.5c-.7 3.1-2.6 12 1.5 15c4.4 3.7 30.6 3.4 36.5.5c2.6-1.5 1.6-4.5 6.4-7.4c1.9-.9 11.3-.4 11.3-6.5c.3-1.8-9.2-19.9-9.3-20c-2.6-3.5-9.2-4.5-11.3-8c-6.9-10.1-1.7-52.6.5-59.4c3-11 5.6-22.4 8.7-32.4c11-42.5 10.3-50.6 16.5-68.3c.8-1.8 6.4-23.1 10.3-29.9c9.3-17 21.7-32.4 33.5-47.4c18-22.9 34-46.9 52-69.8c6.1-7 8.2-13.7 18-8c10.8 5.7 21.6 7 31.9 17c14.6 12.8 10.2 18.2 11.8 22.9c1.5 5 7.7 10.5 14.9 9.5c10.4-2 13-2.5 13.4-2.5c2.6-.5 5.7-5 7.2-8c3.1-5.5 7.2-9 7.2-16.5c0-7.7-.4-2.8-20.6-52.9"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsStickerMule(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M561.7 199.6c-1.3.3.3 0 0 0m-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9c-1.6-6.5-3.6-14.5-6.2-20c-4.4-8.7-4.6-7.5-4.6-9.5c0-5.3 30.7-45.3 19-46.9c-5.7-.6-12.2 11.6-20.6 17c-8.6 4.2-8 5-10.3 5c-2.6 0-5.7-3-6.2-5c-2-5.7 1.9-25.9-3.6-25.9c-3.6 0-12.3 24.8-17 25.8c-5.2 1.3-27.9-11.4-75.1 18c-25.3 13.2-86.9 65.2-87 65.3c-6.7 4.7-20 4.7-35.5 16c-44.4 30.1-109.6 9.4-110.7 9c-110.6-26.8-128-15.2-159 11.5c-20.8 17.9-23.7 36.5-24.2 38.9c-4.2 20.4 5.2 48.3 6.7 64.3c1.8 19.3-2.7 17.7 7.7 98.3c.5 1 4.1 0 5.1 1.5c0 8.4-3.8 12.1-4.1 13c-1.5 4.5-1.5 10.5 0 16c2.3 8.2 8.2 37.2 8.2 46.9c0 41.8.4 44 2.6 49.4c3.9 10 12.5 9.1 17 12c3.1 3.5-.5 8.5 1 12.5c.5 2 3.6 4 6.2 5c9.2 3.6 27 .3 29.9-2.5c1.6-1.5.5-4.5 3.1-5c5.1 0 10.8-.5 14.4-2.5c5.1-2.5 4.1-6 1.5-10.5c-.4-.8-7-13.3-9.8-16c-2.1-2-5.1-3-7.2-4.5c-5.8-4.9-10.3-19.4-10.3-19.5c-4.6-19.4-10.3-46.3-4.1-66.8c4.6-17.2 39.5-87.7 39.6-87.8c4.1-6.5 17-11.5 27.3-7c6 1.9 19.3 22 65.4 30.9c47.9 8.7 97.4-2 112.2-2c2.8 2-1.9 13-.5 38.9c0 26.4-.4 13.7-4.1 29.9c-2.2 9.7 3.4 23.2-1.5 46.9c-1.4 9.8-9.9 32.7-8.2 43.4c.5 1 1 2 1.5 3.5c.5 4.5 1.5 8.5 4.6 10c7.3 3.6 12-3.5 9.8 11.5c-.7 3.1-2.6 12 1.5 15c4.4 3.7 30.6 3.4 36.5.5c2.6-1.5 1.6-4.5 6.4-7.4c1.9-.9 11.3-.4 11.3-6.5c.3-1.8-9.2-19.9-9.3-20c-2.6-3.5-9.2-4.5-11.3-8c-6.9-10.1-1.7-52.6.5-59.4c3-11 5.6-22.4 8.7-32.4c11-42.5 10.3-50.6 16.5-68.3c.8-1.8 6.4-23.1 10.3-29.9c9.3-17 21.7-32.4 33.5-47.4c18-22.9 34-46.9 52-69.8c6.1-7 8.2-13.7 18-8c10.8 5.7 21.6 7 31.9 17c14.6 12.8 10.2 18.2 11.8 22.9c1.5 5 7.7 10.5 14.9 9.5c10.4-2 13-2.5 13.4-2.5c2.6-.5 5.7-5 7.2-8c3.1-5.5 7.2-9 7.2-16.5c0-7.7-.4-2.8-20.6-52.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M561.7 199.6c-1.3.3.3 0 0 0m-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9c-1.6-6.5-3.6-14.5-6.2-20c-4.4-8.7-4.6-7.5-4.6-9.5c0-5.3 30.7-45.3 19-46.9c-5.7-.6-12.2 11.6-20.6 17c-8.6 4.2-8 5-10.3 5c-2.6 0-5.7-3-6.2-5c-2-5.7 1.9-25.9-3.6-25.9c-3.6 0-12.3 24.8-17 25.8c-5.2 1.3-27.9-11.4-75.1 18c-25.3 13.2-86.9 65.2-87 65.3c-6.7 4.7-20 4.7-35.5 16c-44.4 30.1-109.6 9.4-110.7 9c-110.6-26.8-128-15.2-159 11.5c-20.8 17.9-23.7 36.5-24.2 38.9c-4.2 20.4 5.2 48.3 6.7 64.3c1.8 19.3-2.7 17.7 7.7 98.3c.5 1 4.1 0 5.1 1.5c0 8.4-3.8 12.1-4.1 13c-1.5 4.5-1.5 10.5 0 16c2.3 8.2 8.2 37.2 8.2 46.9c0 41.8.4 44 2.6 49.4c3.9 10 12.5 9.1 17 12c3.1 3.5-.5 8.5 1 12.5c.5 2 3.6 4 6.2 5c9.2 3.6 27 .3 29.9-2.5c1.6-1.5.5-4.5 3.1-5c5.1 0 10.8-.5 14.4-2.5c5.1-2.5 4.1-6 1.5-10.5c-.4-.8-7-13.3-9.8-16c-2.1-2-5.1-3-7.2-4.5c-5.8-4.9-10.3-19.4-10.3-19.5c-4.6-19.4-10.3-46.3-4.1-66.8c4.6-17.2 39.5-87.7 39.6-87.8c4.1-6.5 17-11.5 27.3-7c6 1.9 19.3 22 65.4 30.9c47.9 8.7 97.4-2 112.2-2c2.8 2-1.9 13-.5 38.9c0 26.4-.4 13.7-4.1 29.9c-2.2 9.7 3.4 23.2-1.5 46.9c-1.4 9.8-9.9 32.7-8.2 43.4c.5 1 1 2 1.5 3.5c.5 4.5 1.5 8.5 4.6 10c7.3 3.6 12-3.5 9.8 11.5c-.7 3.1-2.6 12 1.5 15c4.4 3.7 30.6 3.4 36.5.5c2.6-1.5 1.6-4.5 6.4-7.4c1.9-.9 11.3-.4 11.3-6.5c.3-1.8-9.2-19.9-9.3-20c-2.6-3.5-9.2-4.5-11.3-8c-6.9-10.1-1.7-52.6.5-59.4c3-11 5.6-22.4 8.7-32.4c11-42.5 10.3-50.6 16.5-68.3c.8-1.8 6.4-23.1 10.3-29.9c9.3-17 21.7-32.4 33.5-47.4c18-22.9 34-46.9 52-69.8c6.1-7 8.2-13.7 18-8c10.8 5.7 21.6 7 31.9 17c14.6 12.8 10.2 18.2 11.8 22.9c1.5 5 7.7 10.5 14.9 9.5c10.4-2 13-2.5 13.4-2.5c2.6-.5 5.7-5 7.2-8c3.1-5.5 7.2-9 7.2-16.5c0-7.7-.4-2.8-20.6-52.9"/></svg> </template>
CSS
.icon-sticker-mule {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M561.7%20199.6c-1.3.3.3%200%200%200m-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9c-1.6-6.5-3.6-14.5-6.2-20c-4.4-8.7-4.6-7.5-4.6-9.5c0-5.3%2030.7-45.3%2019-46.9c-5.7-.6-12.2%2011.6-20.6%2017c-8.6%204.2-8%205-10.3%205c-2.6%200-5.7-3-6.2-5c-2-5.7%201.9-25.9-3.6-25.9c-3.6%200-12.3%2024.8-17%2025.8c-5.2%201.3-27.9-11.4-75.1%2018c-25.3%2013.2-86.9%2065.2-87%2065.3c-6.7%204.7-20%204.7-35.5%2016c-44.4%2030.1-109.6%209.4-110.7%209c-110.6-26.8-128-15.2-159%2011.5c-20.8%2017.9-23.7%2036.5-24.2%2038.9c-4.2%2020.4%205.2%2048.3%206.7%2064.3c1.8%2019.3-2.7%2017.7%207.7%2098.3c.5%201%204.1%200%205.1%201.5c0%208.4-3.8%2012.1-4.1%2013c-1.5%204.5-1.5%2010.5%200%2016c2.3%208.2%208.2%2037.2%208.2%2046.9c0%2041.8.4%2044%202.6%2049.4c3.9%2010%2012.5%209.1%2017%2012c3.1%203.5-.5%208.5%201%2012.5c.5%202%203.6%204%206.2%205c9.2%203.6%2027%20.3%2029.9-2.5c1.6-1.5.5-4.5%203.1-5c5.1%200%2010.8-.5%2014.4-2.5c5.1-2.5%204.1-6%201.5-10.5c-.4-.8-7-13.3-9.8-16c-2.1-2-5.1-3-7.2-4.5c-5.8-4.9-10.3-19.4-10.3-19.5c-4.6-19.4-10.3-46.3-4.1-66.8c4.6-17.2%2039.5-87.7%2039.6-87.8c4.1-6.5%2017-11.5%2027.3-7c6%201.9%2019.3%2022%2065.4%2030.9c47.9%208.7%2097.4-2%20112.2-2c2.8%202-1.9%2013-.5%2038.9c0%2026.4-.4%2013.7-4.1%2029.9c-2.2%209.7%203.4%2023.2-1.5%2046.9c-1.4%209.8-9.9%2032.7-8.2%2043.4c.5%201%201%202%201.5%203.5c.5%204.5%201.5%208.5%204.6%2010c7.3%203.6%2012-3.5%209.8%2011.5c-.7%203.1-2.6%2012%201.5%2015c4.4%203.7%2030.6%203.4%2036.5.5c2.6-1.5%201.6-4.5%206.4-7.4c1.9-.9%2011.3-.4%2011.3-6.5c.3-1.8-9.2-19.9-9.3-20c-2.6-3.5-9.2-4.5-11.3-8c-6.9-10.1-1.7-52.6.5-59.4c3-11%205.6-22.4%208.7-32.4c11-42.5%2010.3-50.6%2016.5-68.3c.8-1.8%206.4-23.1%2010.3-29.9c9.3-17%2021.7-32.4%2033.5-47.4c18-22.9%2034-46.9%2052-69.8c6.1-7%208.2-13.7%2018-8c10.8%205.7%2021.6%207%2031.9%2017c14.6%2012.8%2010.2%2018.2%2011.8%2022.9c1.5%205%207.7%2010.5%2014.9%209.5c10.4-2%2013-2.5%2013.4-2.5c2.6-.5%205.7-5%207.2-8c3.1-5.5%207.2-9%207.2-16.5c0-7.7-.4-2.8-20.6-52.9%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M561.7%20199.6c-1.3.3.3%200%200%200m-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9c-1.6-6.5-3.6-14.5-6.2-20c-4.4-8.7-4.6-7.5-4.6-9.5c0-5.3%2030.7-45.3%2019-46.9c-5.7-.6-12.2%2011.6-20.6%2017c-8.6%204.2-8%205-10.3%205c-2.6%200-5.7-3-6.2-5c-2-5.7%201.9-25.9-3.6-25.9c-3.6%200-12.3%2024.8-17%2025.8c-5.2%201.3-27.9-11.4-75.1%2018c-25.3%2013.2-86.9%2065.2-87%2065.3c-6.7%204.7-20%204.7-35.5%2016c-44.4%2030.1-109.6%209.4-110.7%209c-110.6-26.8-128-15.2-159%2011.5c-20.8%2017.9-23.7%2036.5-24.2%2038.9c-4.2%2020.4%205.2%2048.3%206.7%2064.3c1.8%2019.3-2.7%2017.7%207.7%2098.3c.5%201%204.1%200%205.1%201.5c0%208.4-3.8%2012.1-4.1%2013c-1.5%204.5-1.5%2010.5%200%2016c2.3%208.2%208.2%2037.2%208.2%2046.9c0%2041.8.4%2044%202.6%2049.4c3.9%2010%2012.5%209.1%2017%2012c3.1%203.5-.5%208.5%201%2012.5c.5%202%203.6%204%206.2%205c9.2%203.6%2027%20.3%2029.9-2.5c1.6-1.5.5-4.5%203.1-5c5.1%200%2010.8-.5%2014.4-2.5c5.1-2.5%204.1-6%201.5-10.5c-.4-.8-7-13.3-9.8-16c-2.1-2-5.1-3-7.2-4.5c-5.8-4.9-10.3-19.4-10.3-19.5c-4.6-19.4-10.3-46.3-4.1-66.8c4.6-17.2%2039.5-87.7%2039.6-87.8c4.1-6.5%2017-11.5%2027.3-7c6%201.9%2019.3%2022%2065.4%2030.9c47.9%208.7%2097.4-2%20112.2-2c2.8%202-1.9%2013-.5%2038.9c0%2026.4-.4%2013.7-4.1%2029.9c-2.2%209.7%203.4%2023.2-1.5%2046.9c-1.4%209.8-9.9%2032.7-8.2%2043.4c.5%201%201%202%201.5%203.5c.5%204.5%201.5%208.5%204.6%2010c7.3%203.6%2012-3.5%209.8%2011.5c-.7%203.1-2.6%2012%201.5%2015c4.4%203.7%2030.6%203.4%2036.5.5c2.6-1.5%201.6-4.5%206.4-7.4c1.9-.9%2011.3-.4%2011.3-6.5c.3-1.8-9.2-19.9-9.3-20c-2.6-3.5-9.2-4.5-11.3-8c-6.9-10.1-1.7-52.6.5-59.4c3-11%205.6-22.4%208.7-32.4c11-42.5%2010.3-50.6%2016.5-68.3c.8-1.8%206.4-23.1%2010.3-29.9c9.3-17%2021.7-32.4%2033.5-47.4c18-22.9%2034-46.9%2052-69.8c6.1-7%208.2-13.7%2018-8c10.8%205.7%2021.6%207%2031.9%2017c14.6%2012.8%2010.2%2018.2%2011.8%2022.9c1.5%205%207.7%2010.5%2014.9%209.5c10.4-2%2013-2.5%2013.4-2.5c2.6-.5%205.7-5%207.2-8c3.1-5.5%207.2-9%207.2-16.5c0-7.7-.4-2.8-20.6-52.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/sticker-mule.svg?color=%231a73e8&size=48