transition right icon

transition-right from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
transition-right
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the transition right 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="M2 6c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 3.9 10 4.6 10 6v12c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C8.1 22 7.4 22 6 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 20.1 2 19.4 2 18z"/><path stroke-linecap="round" d="M16 22c2.339 0 3.508 0 4.362-.537a3.5 3.5 0 0 0 1.102-1.1C22 19.507 22 18.338 22 16V8c0-2.339 0-3.508-.537-4.362a3.5 3.5 0 0 0-1.1-1.102C19.507 2 18.338 2 16 2"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 12h-8m8 0c0-.7-1.994-2.008-2.5-2.5M18 12c0 .7-1.994 2.008-2.5 2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTransitionRight(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="M2 6c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 3.9 10 4.6 10 6v12c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C8.1 22 7.4 22 6 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 20.1 2 19.4 2 18z"/><path strokeLinecap="round" d="M16 22c2.339 0 3.508 0 4.362-.537a3.5 3.5 0 0 0 1.102-1.1C22 19.507 22 18.338 22 16V8c0-2.339 0-3.508-.537-4.362a3.5 3.5 0 0 0-1.1-1.102C19.507 2 18.338 2 16 2"/><path strokeLinecap="round" strokeLinejoin="round" d="M18 12h-8m8 0c0-.7-1.994-2.008-2.5-2.5M18 12c0 .7-1.994 2.008-2.5 2.5"/></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="M2 6c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 3.9 10 4.6 10 6v12c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C8.1 22 7.4 22 6 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 20.1 2 19.4 2 18z"/><path stroke-linecap="round" d="M16 22c2.339 0 3.508 0 4.362-.537a3.5 3.5 0 0 0 1.102-1.1C22 19.507 22 18.338 22 16V8c0-2.339 0-3.508-.537-4.362a3.5 3.5 0 0 0-1.1-1.102C19.507 2 18.338 2 16 2"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 12h-8m8 0c0-.7-1.994-2.008-2.5-2.5M18 12c0 .7-1.994 2.008-2.5 2.5"/></g></svg>
</template>

CSS

.icon-transition-right {
  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%22M2%206c0-1.4%200-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C3.9%202%204.6%202%206%202s2.1%200%202.635.272a2.5%202.5%200%200%201%201.093%201.093C10%203.9%2010%204.6%2010%206v12c0%201.4%200%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.092C8.1%2022%207.4%2022%206%2022s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C2%2020.1%202%2019.4%202%2018z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2022c2.339%200%203.508%200%204.362-.537a3.5%203.5%200%200%200%201.102-1.1C22%2019.507%2022%2018.338%2022%2016V8c0-2.339%200-3.508-.537-4.362a3.5%203.5%200%200%200-1.1-1.102C19.507%202%2018.338%202%2016%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2012h-8m8%200c0-.7-1.994-2.008-2.5-2.5M18%2012c0%20.7-1.994%202.008-2.5%202.5%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%22M2%206c0-1.4%200-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C3.9%202%204.6%202%206%202s2.1%200%202.635.272a2.5%202.5%200%200%201%201.093%201.093C10%203.9%2010%204.6%2010%206v12c0%201.4%200%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.092C8.1%2022%207.4%2022%206%2022s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C2%2020.1%202%2019.4%202%2018z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2022c2.339%200%203.508%200%204.362-.537a3.5%203.5%200%200%200%201.102-1.1C22%2019.507%2022%2018.338%2022%2016V8c0-2.339%200-3.508-.537-4.362a3.5%203.5%200%200%200-1.1-1.102C19.507%202%2018.338%202%2016%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2012h-8m8%200c0-.7-1.994-2.008-2.5-2.5M18%2012c0%20.7-1.994%202.008-2.5%202.5%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-right.svg?color=%231a73e8&size=48