glide icon
glide from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- glide
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the glide icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm8.922 2c-3.14 0-4.729 3.098-4.729 5.406c0 2.395 1.4 3.723 3.778 3.723c.328 0 .302-.027.302.1c-.46 3.515-2.472 3.629-2.472 2.578c0-1.068 1.225-1.598 1.238-1.664c-.009-.333-1.283-.752-1.607-.752c-.924 0-1.432 1.444-1.432 2.214C11 22.02 11.892 23 13.332 23c2.11 0 3.652-2.176 4.129-4.014c.412-1.65.305-1.725.537-1.843c.876-.442 1.226-.735 2.215-.735c.486 0 .832.102 1.607.229c.08.003.18-.077.18-.155c0-.223-.91-1.65-1.115-1.728a1.6 1.6 0 0 0-.42-.102c-1.011 0-1.351.46-2.205.942l-.024-.024c.188-1.287.641-2.504.641-3.826C18.877 9.791 17.835 9 15.922 9m.139 1.516c.5 0 .539.363.539.783c0 .385-.072.773-.15 1.154a951 951 0 0 0-.757 3.66c-.06.276-.362.215-.6.215c-1.041 0-1.335-1.136-1.335-1.99c0-1.283.49-2.982 1.685-3.639c.188-.109.404-.183.618-.183"/></svg>
React
import type { SVGProps } from "react";
export function LaGlide(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm8.922 2c-3.14 0-4.729 3.098-4.729 5.406c0 2.395 1.4 3.723 3.778 3.723c.328 0 .302-.027.302.1c-.46 3.515-2.472 3.629-2.472 2.578c0-1.068 1.225-1.598 1.238-1.664c-.009-.333-1.283-.752-1.607-.752c-.924 0-1.432 1.444-1.432 2.214C11 22.02 11.892 23 13.332 23c2.11 0 3.652-2.176 4.129-4.014c.412-1.65.305-1.725.537-1.843c.876-.442 1.226-.735 2.215-.735c.486 0 .832.102 1.607.229c.08.003.18-.077.18-.155c0-.223-.91-1.65-1.115-1.728a1.6 1.6 0 0 0-.42-.102c-1.011 0-1.351.46-2.205.942l-.024-.024c.188-1.287.641-2.504.641-3.826C18.877 9.791 17.835 9 15.922 9m.139 1.516c.5 0 .539.363.539.783c0 .385-.072.773-.15 1.154a951 951 0 0 0-.757 3.66c-.06.276-.362.215-.6.215c-1.041 0-1.335-1.136-1.335-1.99c0-1.283.49-2.982 1.685-3.639c.188-.109.404-.183.618-.183"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm8.922 2c-3.14 0-4.729 3.098-4.729 5.406c0 2.395 1.4 3.723 3.778 3.723c.328 0 .302-.027.302.1c-.46 3.515-2.472 3.629-2.472 2.578c0-1.068 1.225-1.598 1.238-1.664c-.009-.333-1.283-.752-1.607-.752c-.924 0-1.432 1.444-1.432 2.214C11 22.02 11.892 23 13.332 23c2.11 0 3.652-2.176 4.129-4.014c.412-1.65.305-1.725.537-1.843c.876-.442 1.226-.735 2.215-.735c.486 0 .832.102 1.607.229c.08.003.18-.077.18-.155c0-.223-.91-1.65-1.115-1.728a1.6 1.6 0 0 0-.42-.102c-1.011 0-1.351.46-2.205.942l-.024-.024c.188-1.287.641-2.504.641-3.826C18.877 9.791 17.835 9 15.922 9m.139 1.516c.5 0 .539.363.539.783c0 .385-.072.773-.15 1.154a951 951 0 0 0-.757 3.66c-.06.276-.362.215-.6.215c-1.041 0-1.335-1.136-1.335-1.99c0-1.283.49-2.982 1.685-3.639c.188-.109.404-.183.618-.183"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm8.922%202c-3.14%200-4.729%203.098-4.729%205.406c0%202.395%201.4%203.723%203.778%203.723c.328%200%20.302-.027.302.1c-.46%203.515-2.472%203.629-2.472%202.578c0-1.068%201.225-1.598%201.238-1.664c-.009-.333-1.283-.752-1.607-.752c-.924%200-1.432%201.444-1.432%202.214C11%2022.02%2011.892%2023%2013.332%2023c2.11%200%203.652-2.176%204.129-4.014c.412-1.65.305-1.725.537-1.843c.876-.442%201.226-.735%202.215-.735c.486%200%20.832.102%201.607.229c.08.003.18-.077.18-.155c0-.223-.91-1.65-1.115-1.728a1.6%201.6%200%200%200-.42-.102c-1.011%200-1.351.46-2.205.942l-.024-.024c.188-1.287.641-2.504.641-3.826C18.877%209.791%2017.835%209%2015.922%209m.139%201.516c.5%200%20.539.363.539.783c0%20.385-.072.773-.15%201.154a951%20951%200%200%200-.757%203.66c-.06.276-.362.215-.6.215c-1.041%200-1.335-1.136-1.335-1.99c0-1.283.49-2.982%201.685-3.639c.188-.109.404-.183.618-.183%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm8.922%202c-3.14%200-4.729%203.098-4.729%205.406c0%202.395%201.4%203.723%203.778%203.723c.328%200%20.302-.027.302.1c-.46%203.515-2.472%203.629-2.472%202.578c0-1.068%201.225-1.598%201.238-1.664c-.009-.333-1.283-.752-1.607-.752c-.924%200-1.432%201.444-1.432%202.214C11%2022.02%2011.892%2023%2013.332%2023c2.11%200%203.652-2.176%204.129-4.014c.412-1.65.305-1.725.537-1.843c.876-.442%201.226-.735%202.215-.735c.486%200%20.832.102%201.607.229c.08.003.18-.077.18-.155c0-.223-.91-1.65-1.115-1.728a1.6%201.6%200%200%200-.42-.102c-1.011%200-1.351.46-2.205.942l-.024-.024c.188-1.287.641-2.504.641-3.826C18.877%209.791%2017.835%209%2015.922%209m.139%201.516c.5%200%20.539.363.539.783c0%20.385-.072.773-.15%201.154a951%20951%200%200%200-.757%203.66c-.06.276-.362.215-.6.215c-1.041%200-1.335-1.136-1.335-1.99c0-1.283.49-2.982%201.685-3.639c.188-.109.404-.183.618-.183%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/glide.svg?color=%231a73e8&size=48