transition left icon
transition-left from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- transition-left
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the transition left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M22 6c0-1.4 0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C20.1 2 19.4 2 18 2s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.092 1.093C14 3.9 14 4.6 14 6v12c0 1.4 0 2.1.273 2.635a2.5 2.5 0 0 0 1.092 1.092C15.9 22 16.6 22 18 22s2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C22 20.1 22 19.4 22 18z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 12h8m-8 0c0-.7 1.994-2.008 2.5-2.5M6 12c0 .7 1.994 2.008 2.5 2.5"/><path stroke-linecap="round" d="M8 22c-2.339 0-3.508 0-4.362-.537a3.5 3.5 0 0 1-1.102-1.1C2 19.507 2 18.338 2 16V8c0-2.339 0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C4.492 2 5.66 2 8 2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTransitionLeft(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M22 6c0-1.4 0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C20.1 2 19.4 2 18 2s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.092 1.093C14 3.9 14 4.6 14 6v12c0 1.4 0 2.1.273 2.635a2.5 2.5 0 0 0 1.092 1.092C15.9 22 16.6 22 18 22s2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C22 20.1 22 19.4 22 18z"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 12h8m-8 0c0-.7 1.994-2.008 2.5-2.5M6 12c0 .7 1.994 2.008 2.5 2.5"/><path strokeLinecap="round" d="M8 22c-2.339 0-3.508 0-4.362-.537a3.5 3.5 0 0 1-1.102-1.1C2 19.507 2 18.338 2 16V8c0-2.339 0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C4.492 2 5.66 2 8 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M22 6c0-1.4 0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C20.1 2 19.4 2 18 2s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.092 1.093C14 3.9 14 4.6 14 6v12c0 1.4 0 2.1.273 2.635a2.5 2.5 0 0 0 1.092 1.092C15.9 22 16.6 22 18 22s2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C22 20.1 22 19.4 22 18z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 12h8m-8 0c0-.7 1.994-2.008 2.5-2.5M6 12c0 .7 1.994 2.008 2.5 2.5"/><path stroke-linecap="round" d="M8 22c-2.339 0-3.508 0-4.362-.537a3.5 3.5 0 0 1-1.102-1.1C2 19.507 2 18.338 2 16V8c0-2.339 0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C4.492 2 5.66 2 8 2"/></g></svg> </template>
CSS
.icon-transition-left {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%206c0-1.4%200-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.093C20.1%202%2019.4%202%2018%202s-2.1%200-2.635.272a2.5%202.5%200%200%200-1.092%201.093C14%203.9%2014%204.6%2014%206v12c0%201.4%200%202.1.273%202.635a2.5%202.5%200%200%200%201.092%201.092C15.9%2022%2016.6%2022%2018%2022s2.1%200%202.635-.273a2.5%202.5%200%200%200%201.092-1.092C22%2020.1%2022%2019.4%2022%2018z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2012h8m-8%200c0-.7%201.994-2.008%202.5-2.5M6%2012c0%20.7%201.994%202.008%202.5%202.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2022c-2.339%200-3.508%200-4.362-.537a3.5%203.5%200%200%201-1.102-1.1C2%2019.507%202%2018.338%202%2016V8c0-2.339%200-3.508.536-4.362a3.5%203.5%200%200%201%201.102-1.102C4.492%202%205.66%202%208%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%206c0-1.4%200-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.093C20.1%202%2019.4%202%2018%202s-2.1%200-2.635.272a2.5%202.5%200%200%200-1.092%201.093C14%203.9%2014%204.6%2014%206v12c0%201.4%200%202.1.273%202.635a2.5%202.5%200%200%200%201.092%201.092C15.9%2022%2016.6%2022%2018%2022s2.1%200%202.635-.273a2.5%202.5%200%200%200%201.092-1.092C22%2020.1%2022%2019.4%2022%2018z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2012h8m-8%200c0-.7%201.994-2.008%202.5-2.5M6%2012c0%20.7%201.994%202.008%202.5%202.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2022c-2.339%200-3.508%200-4.362-.537a3.5%203.5%200%200%201-1.102-1.1C2%2019.507%202%2018.338%202%2016V8c0-2.339%200-3.508.536-4.362a3.5%203.5%200%200%201%201.102-1.102C4.492%202%205.66%202%208%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/transition-left.svg?color=%231a73e8&size=48