glide logo
glide from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- glide
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same logo in other sets
Related icons in Font Awesome 6 Brands
Use the glide logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4c-5.8 27.8-11.6 55.8-17.3 83.6c-1.4 6.3-8.3 4.9-13.7 4.9c-23.8 0-30.5-26-30.5-45.5c0-29.3 11.2-68.1 38.5-83.1c4.3-2.5 9.2-4.2 14.1-4.2c11.4 0 12.3 8.3 12.3 17.9M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48m-64 187c0-5.1-20.8-37.7-25.5-39.5c-2.2-.9-7.2-2.3-9.6-2.3c-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4c0-44.6-23.8-62.7-67.5-62.7c-71.7 0-108 70.8-108 123.5c0 54.7 32 85 86.3 85c7.5 0 6.9-.6 6.9 2.3c-10.5 80.3-56.5 82.9-56.5 58.9c0-24.4 28-36.5 28.3-38c-.2-7.6-29.3-17.2-36.7-17.2c-21.1 0-32.7 33-32.7 50.6c0 32.3 20.4 54.7 53.3 54.7c48.2 0 83.4-49.7 94.3-91.7c9.4-37.7 7-39.4 12.3-42.1c20-10.1 35.8-16.8 58.4-16.8c11.1 0 19 2.3 36.7 5.2c1.8.1 4.1-1.7 4.1-3.5"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsGlide(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4c-5.8 27.8-11.6 55.8-17.3 83.6c-1.4 6.3-8.3 4.9-13.7 4.9c-23.8 0-30.5-26-30.5-45.5c0-29.3 11.2-68.1 38.5-83.1c4.3-2.5 9.2-4.2 14.1-4.2c11.4 0 12.3 8.3 12.3 17.9M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48m-64 187c0-5.1-20.8-37.7-25.5-39.5c-2.2-.9-7.2-2.3-9.6-2.3c-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4c0-44.6-23.8-62.7-67.5-62.7c-71.7 0-108 70.8-108 123.5c0 54.7 32 85 86.3 85c7.5 0 6.9-.6 6.9 2.3c-10.5 80.3-56.5 82.9-56.5 58.9c0-24.4 28-36.5 28.3-38c-.2-7.6-29.3-17.2-36.7-17.2c-21.1 0-32.7 33-32.7 50.6c0 32.3 20.4 54.7 53.3 54.7c48.2 0 83.4-49.7 94.3-91.7c9.4-37.7 7-39.4 12.3-42.1c20-10.1 35.8-16.8 58.4-16.8c11.1 0 19 2.3 36.7 5.2c1.8.1 4.1-1.7 4.1-3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4c-5.8 27.8-11.6 55.8-17.3 83.6c-1.4 6.3-8.3 4.9-13.7 4.9c-23.8 0-30.5-26-30.5-45.5c0-29.3 11.2-68.1 38.5-83.1c4.3-2.5 9.2-4.2 14.1-4.2c11.4 0 12.3 8.3 12.3 17.9M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48m-64 187c0-5.1-20.8-37.7-25.5-39.5c-2.2-.9-7.2-2.3-9.6-2.3c-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4c0-44.6-23.8-62.7-67.5-62.7c-71.7 0-108 70.8-108 123.5c0 54.7 32 85 86.3 85c7.5 0 6.9-.6 6.9 2.3c-10.5 80.3-56.5 82.9-56.5 58.9c0-24.4 28-36.5 28.3-38c-.2-7.6-29.3-17.2-36.7-17.2c-21.1 0-32.7 33-32.7 50.6c0 32.3 20.4 54.7 53.3 54.7c48.2 0 83.4-49.7 94.3-91.7c9.4-37.7 7-39.4 12.3-42.1c20-10.1 35.8-16.8 58.4-16.8c11.1 0 19 2.3 36.7 5.2c1.8.1 4.1-1.7 4.1-3.5"/></svg> </template>
CSS
.icon-glide {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M252.8%20148.6c0%208.8-1.6%2017.7-3.4%2026.4c-5.8%2027.8-11.6%2055.8-17.3%2083.6c-1.4%206.3-8.3%204.9-13.7%204.9c-23.8%200-30.5-26-30.5-45.5c0-29.3%2011.2-68.1%2038.5-83.1c4.3-2.5%209.2-4.2%2014.1-4.2c11.4%200%2012.3%208.3%2012.3%2017.9M448%2080v352c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48V80c0-26.5%2021.5-48%2048-48h352c26.5%200%2048%2021.5%2048%2048m-64%20187c0-5.1-20.8-37.7-25.5-39.5c-2.2-.9-7.2-2.3-9.6-2.3c-23.1%200-38.7%2010.5-58.2%2021.5l-.5-.5c4.3-29.4%2014.6-57.2%2014.6-87.4c0-44.6-23.8-62.7-67.5-62.7c-71.7%200-108%2070.8-108%20123.5c0%2054.7%2032%2085%2086.3%2085c7.5%200%206.9-.6%206.9%202.3c-10.5%2080.3-56.5%2082.9-56.5%2058.9c0-24.4%2028-36.5%2028.3-38c-.2-7.6-29.3-17.2-36.7-17.2c-21.1%200-32.7%2033-32.7%2050.6c0%2032.3%2020.4%2054.7%2053.3%2054.7c48.2%200%2083.4-49.7%2094.3-91.7c9.4-37.7%207-39.4%2012.3-42.1c20-10.1%2035.8-16.8%2058.4-16.8c11.1%200%2019%202.3%2036.7%205.2c1.8.1%204.1-1.7%204.1-3.5%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M252.8%20148.6c0%208.8-1.6%2017.7-3.4%2026.4c-5.8%2027.8-11.6%2055.8-17.3%2083.6c-1.4%206.3-8.3%204.9-13.7%204.9c-23.8%200-30.5-26-30.5-45.5c0-29.3%2011.2-68.1%2038.5-83.1c4.3-2.5%209.2-4.2%2014.1-4.2c11.4%200%2012.3%208.3%2012.3%2017.9M448%2080v352c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48V80c0-26.5%2021.5-48%2048-48h352c26.5%200%2048%2021.5%2048%2048m-64%20187c0-5.1-20.8-37.7-25.5-39.5c-2.2-.9-7.2-2.3-9.6-2.3c-23.1%200-38.7%2010.5-58.2%2021.5l-.5-.5c4.3-29.4%2014.6-57.2%2014.6-87.4c0-44.6-23.8-62.7-67.5-62.7c-71.7%200-108%2070.8-108%20123.5c0%2054.7%2032%2085%2086.3%2085c7.5%200%206.9-.6%206.9%202.3c-10.5%2080.3-56.5%2082.9-56.5%2058.9c0-24.4%2028-36.5%2028.3-38c-.2-7.6-29.3-17.2-36.7-17.2c-21.1%200-32.7%2033-32.7%2050.6c0%2032.3%2020.4%2054.7%2053.3%2054.7c48.2%200%2083.4-49.7%2094.3-91.7c9.4-37.7%207-39.4%2012.3-42.1c20-10.1%2035.8-16.8%2058.4-16.8c11.1%200%2019%202.3%2036.7%205.2c1.8.1%204.1-1.7%204.1-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/glide.svg?color=%231a73e8&size=48