untappd logo
untappd from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- untappd
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the untappd logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M401.5 113.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.8 561.1c-7.6 10.6-20.4 16.2-33.4 14.6c-40.3-5-77.8-32.2-95.3-68.5c-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9c1-4.8 1-7.3 3.6-8c3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6c4.5-.1 13.2 1.2 25.6 10c12.3 8.9 16.4 16.8 17.7 21.1c.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4c.1 2.8-2.3 3.6-6.5 6.1m-171.2-13.5c3.4.9 2.5 4.4 2.3 7.4c-.2 2.7 2.1 3.5 6.4 6c7.9 15.9 15.3 30.5 22.2 44c.7 1.3 2.3 1.5 3.3.5c11.2-12 24.6-26.2 40.5-42.6c1.3-1.4 1.4-3.5.1-4.9c-8-8.2-16.5-16.9-25.6-26.1c-1-4.7-1-7.3-3.6-8c-3-.8-6.6-1-6.3-4.6c.3-3.3 1.4-8.1-2.8-8.2c-4.5-.1-13.2 1.1-25.6 10c-12.3 8.9-16.4 16.8-17.7 21.1c-1.4 4.2 3.6 4.6 6.8 5.4m389.9 370.3L471.4 262.8c-13.2-18.5-26.6-23.4-56.4-39.1c-11.2-5.9-14.2-10.9-30.5-28.9c-1-1.1-2.9-.9-3.6.5c-46.3 88.8-47.1 82.8-49 94.8c-1.7 10.7-1.3 20 .3 29.8c1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7c40.3-4.9 78-32 95.7-68.6c5.4-11.9 4.3-25.9-3.4-36.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsUntappd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M401.5 113.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.8 561.1c-7.6 10.6-20.4 16.2-33.4 14.6c-40.3-5-77.8-32.2-95.3-68.5c-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9c1-4.8 1-7.3 3.6-8c3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6c4.5-.1 13.2 1.2 25.6 10c12.3 8.9 16.4 16.8 17.7 21.1c.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4c.1 2.8-2.3 3.6-6.5 6.1m-171.2-13.5c3.4.9 2.5 4.4 2.3 7.4c-.2 2.7 2.1 3.5 6.4 6c7.9 15.9 15.3 30.5 22.2 44c.7 1.3 2.3 1.5 3.3.5c11.2-12 24.6-26.2 40.5-42.6c1.3-1.4 1.4-3.5.1-4.9c-8-8.2-16.5-16.9-25.6-26.1c-1-4.7-1-7.3-3.6-8c-3-.8-6.6-1-6.3-4.6c.3-3.3 1.4-8.1-2.8-8.2c-4.5-.1-13.2 1.1-25.6 10c-12.3 8.9-16.4 16.8-17.7 21.1c-1.4 4.2 3.6 4.6 6.8 5.4m389.9 370.3L471.4 262.8c-13.2-18.5-26.6-23.4-56.4-39.1c-11.2-5.9-14.2-10.9-30.5-28.9c-1-1.1-2.9-.9-3.6.5c-46.3 88.8-47.1 82.8-49 94.8c-1.7 10.7-1.3 20 .3 29.8c1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7c40.3-4.9 78-32 95.7-68.6c5.4-11.9 4.3-25.9-3.4-36.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M401.5 113.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.8 561.1c-7.6 10.6-20.4 16.2-33.4 14.6c-40.3-5-77.8-32.2-95.3-68.5c-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9c1-4.8 1-7.3 3.6-8c3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6c4.5-.1 13.2 1.2 25.6 10c12.3 8.9 16.4 16.8 17.7 21.1c.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4c.1 2.8-2.3 3.6-6.5 6.1m-171.2-13.5c3.4.9 2.5 4.4 2.3 7.4c-.2 2.7 2.1 3.5 6.4 6c7.9 15.9 15.3 30.5 22.2 44c.7 1.3 2.3 1.5 3.3.5c11.2-12 24.6-26.2 40.5-42.6c1.3-1.4 1.4-3.5.1-4.9c-8-8.2-16.5-16.9-25.6-26.1c-1-4.7-1-7.3-3.6-8c-3-.8-6.6-1-6.3-4.6c.3-3.3 1.4-8.1-2.8-8.2c-4.5-.1-13.2 1.1-25.6 10c-12.3 8.9-16.4 16.8-17.7 21.1c-1.4 4.2 3.6 4.6 6.8 5.4m389.9 370.3L471.4 262.8c-13.2-18.5-26.6-23.4-56.4-39.1c-11.2-5.9-14.2-10.9-30.5-28.9c-1-1.1-2.9-.9-3.6.5c-46.3 88.8-47.1 82.8-49 94.8c-1.7 10.7-1.3 20 .3 29.8c1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7c40.3-4.9 78-32 95.7-68.6c5.4-11.9 4.3-25.9-3.4-36.6"/></svg> </template>
CSS
.icon-untappd {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M401.5%20113.9c-79.8%20160.1-84.6%20152.5-87.9%20173.2l-5.2%2032.8c-1.9%2012-6.6%2023.5-13.7%2033.4L145.8%20561.1c-7.6%2010.6-20.4%2016.2-33.4%2014.6c-40.3-5-77.8-32.2-95.3-68.5c-5.7-11.8-4.5-25.8%203.1-36.4l148.9-207.9c7.1-9.9%2016.4-18%2027.2-23.7l29.3-15.5c18.5-9.8%209.7-11.9%20135.6-138.9c1-4.8%201-7.3%203.6-8c3-.7%206.6-1%206.3-4.6l-.4-4.6c-.2-1.9%201.3-3.6%203.2-3.6c4.5-.1%2013.2%201.2%2025.6%2010c12.3%208.9%2016.4%2016.8%2017.7%2021.1c.6%201.8-.6%203.7-2.4%204.2l-4.5%201.1c-3.4.9-2.5%204.4-2.3%207.4c.1%202.8-2.3%203.6-6.5%206.1m-171.2-13.5c3.4.9%202.5%204.4%202.3%207.4c-.2%202.7%202.1%203.5%206.4%206c7.9%2015.9%2015.3%2030.5%2022.2%2044c.7%201.3%202.3%201.5%203.3.5c11.2-12%2024.6-26.2%2040.5-42.6c1.3-1.4%201.4-3.5.1-4.9c-8-8.2-16.5-16.9-25.6-26.1c-1-4.7-1-7.3-3.6-8c-3-.8-6.6-1-6.3-4.6c.3-3.3%201.4-8.1-2.8-8.2c-4.5-.1-13.2%201.1-25.6%2010c-12.3%208.9-16.4%2016.8-17.7%2021.1c-1.4%204.2%203.6%204.6%206.8%205.4m389.9%20370.3L471.4%20262.8c-13.2-18.5-26.6-23.4-56.4-39.1c-11.2-5.9-14.2-10.9-30.5-28.9c-1-1.1-2.9-.9-3.6.5c-46.3%2088.8-47.1%2082.8-49%2094.8c-1.7%2010.7-1.3%2020%20.3%2029.8c1.9%2012%206.6%2023.5%2013.7%2033.4l148.9%20207.9c7.6%2010.6%2020.2%2016.2%2033.1%2014.7c40.3-4.9%2078-32%2095.7-68.6c5.4-11.9%204.3-25.9-3.4-36.6%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M401.5%20113.9c-79.8%20160.1-84.6%20152.5-87.9%20173.2l-5.2%2032.8c-1.9%2012-6.6%2023.5-13.7%2033.4L145.8%20561.1c-7.6%2010.6-20.4%2016.2-33.4%2014.6c-40.3-5-77.8-32.2-95.3-68.5c-5.7-11.8-4.5-25.8%203.1-36.4l148.9-207.9c7.1-9.9%2016.4-18%2027.2-23.7l29.3-15.5c18.5-9.8%209.7-11.9%20135.6-138.9c1-4.8%201-7.3%203.6-8c3-.7%206.6-1%206.3-4.6l-.4-4.6c-.2-1.9%201.3-3.6%203.2-3.6c4.5-.1%2013.2%201.2%2025.6%2010c12.3%208.9%2016.4%2016.8%2017.7%2021.1c.6%201.8-.6%203.7-2.4%204.2l-4.5%201.1c-3.4.9-2.5%204.4-2.3%207.4c.1%202.8-2.3%203.6-6.5%206.1m-171.2-13.5c3.4.9%202.5%204.4%202.3%207.4c-.2%202.7%202.1%203.5%206.4%206c7.9%2015.9%2015.3%2030.5%2022.2%2044c.7%201.3%202.3%201.5%203.3.5c11.2-12%2024.6-26.2%2040.5-42.6c1.3-1.4%201.4-3.5.1-4.9c-8-8.2-16.5-16.9-25.6-26.1c-1-4.7-1-7.3-3.6-8c-3-.8-6.6-1-6.3-4.6c.3-3.3%201.4-8.1-2.8-8.2c-4.5-.1-13.2%201.1-25.6%2010c-12.3%208.9-16.4%2016.8-17.7%2021.1c-1.4%204.2%203.6%204.6%206.8%205.4m389.9%20370.3L471.4%20262.8c-13.2-18.5-26.6-23.4-56.4-39.1c-11.2-5.9-14.2-10.9-30.5-28.9c-1-1.1-2.9-.9-3.6.5c-46.3%2088.8-47.1%2082.8-49%2094.8c-1.7%2010.7-1.3%2020%20.3%2029.8c1.9%2012%206.6%2023.5%2013.7%2033.4l148.9%20207.9c7.6%2010.6%2020.2%2016.2%2033.1%2014.7c40.3-4.9%2078-32%2095.7-68.6c5.4-11.9%204.3-25.9-3.4-36.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/untappd.svg?color=%231a73e8&size=48