transition top icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the transition top 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="M18 22c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C22 20.1 22 19.4 22 18s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C20.1 14 19.4 14 18 14H6c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C2 15.9 2 16.6 2 18s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C3.9 22 4.6 22 6 22z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 6v8m0-8c-.7 0-2.009 1.994-2.5 2.5M12 6c.7 0 2.008 1.994 2.5 2.5"/><path stroke-linecap="round" d="M2 8c0-2.339 0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C4.492 2 5.66 2 8 2h8c2.339 0 3.508 0 4.362.536a3.5 3.5 0 0 1 1.102 1.102C22 4.492 22 5.66 22 8"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTransitionTop(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="M18 22c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C22 20.1 22 19.4 22 18s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C20.1 14 19.4 14 18 14H6c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C2 15.9 2 16.6 2 18s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C3.9 22 4.6 22 6 22z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 6v8m0-8c-.7 0-2.009 1.994-2.5 2.5M12 6c.7 0 2.008 1.994 2.5 2.5"/><path strokeLinecap="round" d="M2 8c0-2.339 0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C4.492 2 5.66 2 8 2h8c2.339 0 3.508 0 4.362.536a3.5 3.5 0 0 1 1.102 1.102C22 4.492 22 5.66 22 8"/></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="M18 22c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C22 20.1 22 19.4 22 18s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C20.1 14 19.4 14 18 14H6c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C2 15.9 2 16.6 2 18s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C3.9 22 4.6 22 6 22z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 6v8m0-8c-.7 0-2.009 1.994-2.5 2.5M12 6c.7 0 2.008 1.994 2.5 2.5"/><path stroke-linecap="round" d="M2 8c0-2.339 0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C4.492 2 5.66 2 8 2h8c2.339 0 3.508 0 4.362.536a3.5 3.5 0 0 1 1.102 1.102C22 4.492 22 5.66 22 8"/></g></svg>
</template>

CSS

.icon-transition-top {
  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%22M18%2022c1.4%200%202.1%200%202.635-.273a2.5%202.5%200%200%200%201.092-1.092C22%2020.1%2022%2019.4%2022%2018s0-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.093C20.1%2014%2019.4%2014%2018%2014H6c-1.4%200-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C2%2015.9%202%2016.6%202%2018s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092C3.9%2022%204.6%2022%206%2022z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%206v8m0-8c-.7%200-2.009%201.994-2.5%202.5M12%206c.7%200%202.008%201.994%202.5%202.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208c0-2.339%200-3.508.536-4.362a3.5%203.5%200%200%201%201.102-1.102C4.492%202%205.66%202%208%202h8c2.339%200%203.508%200%204.362.536a3.5%203.5%200%200%201%201.102%201.102C22%204.492%2022%205.66%2022%208%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%22M18%2022c1.4%200%202.1%200%202.635-.273a2.5%202.5%200%200%200%201.092-1.092C22%2020.1%2022%2019.4%2022%2018s0-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.093C20.1%2014%2019.4%2014%2018%2014H6c-1.4%200-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C2%2015.9%202%2016.6%202%2018s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092C3.9%2022%204.6%2022%206%2022z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%206v8m0-8c-.7%200-2.009%201.994-2.5%202.5M12%206c.7%200%202.008%201.994%202.5%202.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208c0-2.339%200-3.508.536-4.362a3.5%203.5%200%200%201%201.102-1.102C4.492%202%205.66%202%208%202h8c2.339%200%203.508%200%204.362.536a3.5%203.5%200%200%201%201.102%201.102C22%204.492%2022%205.66%2022%208%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-top.svg?color=%231a73e8&size=48