curvy up down direction icon
curvy-up-down-direction from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- curvy-up-down-direction
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the curvy up down direction icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.014 19.996s-1.47 2.002-1.997 2.003c-.527 0-2.003-1.996-2.003-1.996m5.972-16.007S13.51 2 12.983 2s-1.996 2.001-1.996 2.001m1.864-1.776c.292 1.41.41 4.055-2.042 5.369c-.862.544-2.308.445-3.954.448c-.67.035-1.89.608-1.856 2.04c.033 1.43 1.21 1.899 1.794 1.954l10.109-.018c.851-.016 2.097.476 2.1 1.991c.003 1.48-1.308 2.061-2.292 1.935c-2.664-.34-5.455.472-5.693 3.97L11.021 22"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCurvyUpDownDirection(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M13.014 19.996s-1.47 2.002-1.997 2.003c-.527 0-2.003-1.996-2.003-1.996m5.972-16.007S13.51 2 12.983 2s-1.996 2.001-1.996 2.001m1.864-1.776c.292 1.41.41 4.055-2.042 5.369c-.862.544-2.308.445-3.954.448c-.67.035-1.89.608-1.856 2.04c.033 1.43 1.21 1.899 1.794 1.954l10.109-.018c.851-.016 2.097.476 2.1 1.991c.003 1.48-1.308 2.061-2.292 1.935c-2.664-.34-5.455.472-5.693 3.97L11.021 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.014 19.996s-1.47 2.002-1.997 2.003c-.527 0-2.003-1.996-2.003-1.996m5.972-16.007S13.51 2 12.983 2s-1.996 2.001-1.996 2.001m1.864-1.776c.292 1.41.41 4.055-2.042 5.369c-.862.544-2.308.445-3.954.448c-.67.035-1.89.608-1.856 2.04c.033 1.43 1.21 1.899 1.794 1.954l10.109-.018c.851-.016 2.097.476 2.1 1.991c.003 1.48-1.308 2.061-2.292 1.935c-2.664-.34-5.455.472-5.693 3.97L11.021 22"/></svg> </template>
CSS
.icon-curvy-up-down-direction {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.014%2019.996s-1.47%202.002-1.997%202.003c-.527%200-2.003-1.996-2.003-1.996m5.972-16.007S13.51%202%2012.983%202s-1.996%202.001-1.996%202.001m1.864-1.776c.292%201.41.41%204.055-2.042%205.369c-.862.544-2.308.445-3.954.448c-.67.035-1.89.608-1.856%202.04c.033%201.43%201.21%201.899%201.794%201.954l10.109-.018c.851-.016%202.097.476%202.1%201.991c.003%201.48-1.308%202.061-2.292%201.935c-2.664-.34-5.455.472-5.693%203.97L11.021%2022%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.014%2019.996s-1.47%202.002-1.997%202.003c-.527%200-2.003-1.996-2.003-1.996m5.972-16.007S13.51%202%2012.983%202s-1.996%202.001-1.996%202.001m1.864-1.776c.292%201.41.41%204.055-2.042%205.369c-.862.544-2.308.445-3.954.448c-.67.035-1.89.608-1.856%202.04c.033%201.43%201.21%201.899%201.794%201.954l10.109-.018c.851-.016%202.097.476%202.1%201.991c.003%201.48-1.308%202.061-2.292%201.935c-2.664-.34-5.455.472-5.693%203.97L11.021%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/curvy-up-down-direction.svg?color=%231a73e8&size=48