resize 02 icon

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

Name
resize-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the resize 02 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="M7.367 12.171L9.501 14V4.25a1.75 1.75 0 1 1 3.5 0V9.5l2.988.478c1.929.289 2.893.434 3.572.84c1.122.673 1.935 1.682 1.935 3.156c0 1.026-.254 1.715-.87 3.565c-.392 1.174-.587 1.76-.906 2.225a4 4 0 0 1-2.192 1.58c-.542.156-1.16.156-2.398.156h-1.05c-1.644 0-2.467 0-3.2-.302a4 4 0 0 1-.384-.183C9.8 20.637 9.281 20 8.244 18.722l-3.358-4.134a1.74 1.74 0 0 1 2.481-2.417M16 4.5h4m-4 0c0 .56 1.494 1.607 2 2m-2-2c0-.56 1.494-1.607 2-2m-11.5 2h-4m4 0c0-.56-1.494-1.607-2-2m2 2c0 .56-1.494 1.607-2 2"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsResize02(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="M7.367 12.171L9.501 14V4.25a1.75 1.75 0 1 1 3.5 0V9.5l2.988.478c1.929.289 2.893.434 3.572.84c1.122.673 1.935 1.682 1.935 3.156c0 1.026-.254 1.715-.87 3.565c-.392 1.174-.587 1.76-.906 2.225a4 4 0 0 1-2.192 1.58c-.542.156-1.16.156-2.398.156h-1.05c-1.644 0-2.467 0-3.2-.302a4 4 0 0 1-.384-.183C9.8 20.637 9.281 20 8.244 18.722l-3.358-4.134a1.74 1.74 0 0 1 2.481-2.417M16 4.5h4m-4 0c0 .56 1.494 1.607 2 2m-2-2c0-.56 1.494-1.607 2-2m-11.5 2h-4m4 0c0-.56-1.494-1.607-2-2m2 2c0 .56-1.494 1.607-2 2"/></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="M7.367 12.171L9.501 14V4.25a1.75 1.75 0 1 1 3.5 0V9.5l2.988.478c1.929.289 2.893.434 3.572.84c1.122.673 1.935 1.682 1.935 3.156c0 1.026-.254 1.715-.87 3.565c-.392 1.174-.587 1.76-.906 2.225a4 4 0 0 1-2.192 1.58c-.542.156-1.16.156-2.398.156h-1.05c-1.644 0-2.467 0-3.2-.302a4 4 0 0 1-.384-.183C9.8 20.637 9.281 20 8.244 18.722l-3.358-4.134a1.74 1.74 0 0 1 2.481-2.417M16 4.5h4m-4 0c0 .56 1.494 1.607 2 2m-2-2c0-.56 1.494-1.607 2-2m-11.5 2h-4m4 0c0-.56-1.494-1.607-2-2m2 2c0 .56-1.494 1.607-2 2"/></svg>
</template>

CSS

.icon-resize-02 {
  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%22M7.367%2012.171L9.501%2014V4.25a1.75%201.75%200%201%201%203.5%200V9.5l2.988.478c1.929.289%202.893.434%203.572.84c1.122.673%201.935%201.682%201.935%203.156c0%201.026-.254%201.715-.87%203.565c-.392%201.174-.587%201.76-.906%202.225a4%204%200%200%201-2.192%201.58c-.542.156-1.16.156-2.398.156h-1.05c-1.644%200-2.467%200-3.2-.302a4%204%200%200%201-.384-.183C9.8%2020.637%209.281%2020%208.244%2018.722l-3.358-4.134a1.74%201.74%200%200%201%202.481-2.417M16%204.5h4m-4%200c0%20.56%201.494%201.607%202%202m-2-2c0-.56%201.494-1.607%202-2m-11.5%202h-4m4%200c0-.56-1.494-1.607-2-2m2%202c0%20.56-1.494%201.607-2%202%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%22M7.367%2012.171L9.501%2014V4.25a1.75%201.75%200%201%201%203.5%200V9.5l2.988.478c1.929.289%202.893.434%203.572.84c1.122.673%201.935%201.682%201.935%203.156c0%201.026-.254%201.715-.87%203.565c-.392%201.174-.587%201.76-.906%202.225a4%204%200%200%201-2.192%201.58c-.542.156-1.16.156-2.398.156h-1.05c-1.644%200-2.467%200-3.2-.302a4%204%200%200%201-.384-.183C9.8%2020.637%209.281%2020%208.244%2018.722l-3.358-4.134a1.74%201.74%200%200%201%202.481-2.417M16%204.5h4m-4%200c0%20.56%201.494%201.607%202%202m-2-2c0-.56%201.494-1.607%202-2m-11.5%202h-4m4%200c0-.56-1.494-1.607-2-2m2%202c0%20.56-1.494%201.607-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/resize-02.svg?color=%231a73e8&size=48