transition bottom icon
transition-bottom from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- transition-bottom
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the transition bottom 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 2c1.4 0 2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C22 3.9 22 4.6 22 6s0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C20.1 10 19.4 10 18 10H6c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 8.1 2 7.4 2 6s0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 18v-8m0 8c-.7 0-2.008-1.994-2.5-2.5M12 18c.7 0 2.008-1.994 2.5-2.5"/><path stroke-linecap="round" d="M2 16c0 2.339 0 3.508.536 4.362a3.5 3.5 0 0 0 1.102 1.102C4.492 22 5.66 22 8 22h8c2.339 0 3.508 0 4.362-.537a3.5 3.5 0 0 0 1.102-1.1C22 19.507 22 18.338 22 16"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTransitionBottom(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 2c1.4 0 2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C22 3.9 22 4.6 22 6s0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C20.1 10 19.4 10 18 10H6c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 8.1 2 7.4 2 6s0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 18v-8m0 8c-.7 0-2.008-1.994-2.5-2.5M12 18c.7 0 2.008-1.994 2.5-2.5"/><path strokeLinecap="round" d="M2 16c0 2.339 0 3.508.536 4.362a3.5 3.5 0 0 0 1.102 1.102C4.492 22 5.66 22 8 22h8c2.339 0 3.508 0 4.362-.537a3.5 3.5 0 0 0 1.102-1.1C22 19.507 22 18.338 22 16"/></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 2c1.4 0 2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C22 3.9 22 4.6 22 6s0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C20.1 10 19.4 10 18 10H6c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 8.1 2 7.4 2 6s0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 18v-8m0 8c-.7 0-2.008-1.994-2.5-2.5M12 18c.7 0 2.008-1.994 2.5-2.5"/><path stroke-linecap="round" d="M2 16c0 2.339 0 3.508.536 4.362a3.5 3.5 0 0 0 1.102 1.102C4.492 22 5.66 22 8 22h8c2.339 0 3.508 0 4.362-.537a3.5 3.5 0 0 0 1.102-1.1C22 19.507 22 18.338 22 16"/></g></svg> </template>
CSS
.icon-transition-bottom {
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%202c1.4%200%202.1%200%202.635.272a2.5%202.5%200%200%201%201.092%201.093C22%203.9%2022%204.6%2022%206s0%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C20.1%2010%2019.4%2010%2018%2010H6c-1.4%200-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C2%208.1%202%207.4%202%206s0-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C3.9%202%204.6%202%206%202z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2018v-8m0%208c-.7%200-2.008-1.994-2.5-2.5M12%2018c.7%200%202.008-1.994%202.5-2.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2016c0%202.339%200%203.508.536%204.362a3.5%203.5%200%200%200%201.102%201.102C4.492%2022%205.66%2022%208%2022h8c2.339%200%203.508%200%204.362-.537a3.5%203.5%200%200%200%201.102-1.1C22%2019.507%2022%2018.338%2022%2016%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%202c1.4%200%202.1%200%202.635.272a2.5%202.5%200%200%201%201.092%201.093C22%203.9%2022%204.6%2022%206s0%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C20.1%2010%2019.4%2010%2018%2010H6c-1.4%200-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C2%208.1%202%207.4%202%206s0-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C3.9%202%204.6%202%206%202z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2018v-8m0%208c-.7%200-2.008-1.994-2.5-2.5M12%2018c.7%200%202.008-1.994%202.5-2.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2016c0%202.339%200%203.508.536%204.362a3.5%203.5%200%200%200%201.102%201.102C4.492%2022%205.66%2022%208%2022h8c2.339%200%203.508%200%204.362-.537a3.5%203.5%200%200%200%201.102-1.1C22%2019.507%2022%2018.338%2022%2016%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-bottom.svg?color=%231a73e8&size=48