resize 01 icon

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

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

Related icons in Huge Icons

Use the resize 01 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="M17 4h4m-4 0c0 .56 1.494 1.607 2 2m-2-2c0-.56 1.494-1.607 2-2M7 4H3m4 0c0-.56-1.494-1.607-2-2m2 2c0 .56-1.494 1.607-2 2m4.835 16v-.949c0-.645-.209-1.273-.595-1.791l-3.658-4.903c-.422-.566-.759-1.267-.48-1.915c.45-1.049 1.723-1.73 3.28-.158l1.597 1.71V3.57c.056-2.044 3.344-2.145 3.485 0v5.94c1.48-.192 8.452.852 7.435 5.272l-.143.633c-.206.92-.814 2.557-1.484 3.514c-.698.997-.452 1.99-.452 3.07"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsResize01(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="M17 4h4m-4 0c0 .56 1.494 1.607 2 2m-2-2c0-.56 1.494-1.607 2-2M7 4H3m4 0c0-.56-1.494-1.607-2-2m2 2c0 .56-1.494 1.607-2 2m4.835 16v-.949c0-.645-.209-1.273-.595-1.791l-3.658-4.903c-.422-.566-.759-1.267-.48-1.915c.45-1.049 1.723-1.73 3.28-.158l1.597 1.71V3.57c.056-2.044 3.344-2.145 3.485 0v5.94c1.48-.192 8.452.852 7.435 5.272l-.143.633c-.206.92-.814 2.557-1.484 3.514c-.698.997-.452 1.99-.452 3.07"/></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="M17 4h4m-4 0c0 .56 1.494 1.607 2 2m-2-2c0-.56 1.494-1.607 2-2M7 4H3m4 0c0-.56-1.494-1.607-2-2m2 2c0 .56-1.494 1.607-2 2m4.835 16v-.949c0-.645-.209-1.273-.595-1.791l-3.658-4.903c-.422-.566-.759-1.267-.48-1.915c.45-1.049 1.723-1.73 3.28-.158l1.597 1.71V3.57c.056-2.044 3.344-2.145 3.485 0v5.94c1.48-.192 8.452.852 7.435 5.272l-.143.633c-.206.92-.814 2.557-1.484 3.514c-.698.997-.452 1.99-.452 3.07"/></svg>
</template>

CSS

.icon-resize-01 {
  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%22M17%204h4m-4%200c0%20.56%201.494%201.607%202%202m-2-2c0-.56%201.494-1.607%202-2M7%204H3m4%200c0-.56-1.494-1.607-2-2m2%202c0%20.56-1.494%201.607-2%202m4.835%2016v-.949c0-.645-.209-1.273-.595-1.791l-3.658-4.903c-.422-.566-.759-1.267-.48-1.915c.45-1.049%201.723-1.73%203.28-.158l1.597%201.71V3.57c.056-2.044%203.344-2.145%203.485%200v5.94c1.48-.192%208.452.852%207.435%205.272l-.143.633c-.206.92-.814%202.557-1.484%203.514c-.698.997-.452%201.99-.452%203.07%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%22M17%204h4m-4%200c0%20.56%201.494%201.607%202%202m-2-2c0-.56%201.494-1.607%202-2M7%204H3m4%200c0-.56-1.494-1.607-2-2m2%202c0%20.56-1.494%201.607-2%202m4.835%2016v-.949c0-.645-.209-1.273-.595-1.791l-3.658-4.903c-.422-.566-.759-1.267-.48-1.915c.45-1.049%201.723-1.73%203.28-.158l1.597%201.71V3.57c.056-2.044%203.344-2.145%203.485%200v5.94c1.48-.192%208.452.852%207.435%205.272l-.143.633c-.206.92-.814%202.557-1.484%203.514c-.698.997-.452%201.99-.452%203.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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