stretching icon
stretching from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- stretching
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark
Use the stretching icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M23.0005 5.99951H8.00049C6.89592 5.99951 6.00049 6.89494 6.00049 7.99951V39.9999C6.00049 41.1044 6.89592 41.9998 8.00049 41.9998H40.0005C41.1051 41.9998 42.0005 41.1044 42.0005 39.9998V24.9998"/><path stroke-linecap="round" d="M24.001 15.9998V23.9998"/><path stroke-linecap="round" d="M42 5.99951V13.9995"/><path stroke-linecap="round" d="M32.001 23.9998H24.001"/><path d="M42 5.99951L24 23.9995"/><path stroke-linecap="round" d="M42.0005 5.99951H34.0005"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkStretching(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M23.0005 5.99951H8.00049C6.89592 5.99951 6.00049 6.89494 6.00049 7.99951V39.9999C6.00049 41.1044 6.89592 41.9998 8.00049 41.9998H40.0005C41.1051 41.9998 42.0005 41.1044 42.0005 39.9998V24.9998"/><path strokeLinecap="round" d="M24.001 15.9998V23.9998"/><path strokeLinecap="round" d="M42 5.99951V13.9995"/><path strokeLinecap="round" d="M32.001 23.9998H24.001"/><path d="M42 5.99951L24 23.9995"/><path strokeLinecap="round" d="M42.0005 5.99951H34.0005"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M23.0005 5.99951H8.00049C6.89592 5.99951 6.00049 6.89494 6.00049 7.99951V39.9999C6.00049 41.1044 6.89592 41.9998 8.00049 41.9998H40.0005C41.1051 41.9998 42.0005 41.1044 42.0005 39.9998V24.9998"/><path stroke-linecap="round" d="M24.001 15.9998V23.9998"/><path stroke-linecap="round" d="M42 5.99951V13.9995"/><path stroke-linecap="round" d="M32.001 23.9998H24.001"/><path d="M42 5.99951L24 23.9995"/><path stroke-linecap="round" d="M42.0005 5.99951H34.0005"/></g></svg> </template>
CSS
.icon-stretching {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.0005%205.99951H8.00049C6.89592%205.99951%206.00049%206.89494%206.00049%207.99951V39.9999C6.00049%2041.1044%206.89592%2041.9998%208.00049%2041.9998H40.0005C41.1051%2041.9998%2042.0005%2041.1044%2042.0005%2039.9998V24.9998%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24.001%2015.9998V23.9998%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M42%205.99951V13.9995%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32.001%2023.9998H24.001%22%2F%3E%3Cpath%20d%3D%22M42%205.99951L24%2023.9995%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M42.0005%205.99951H34.0005%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.0005%205.99951H8.00049C6.89592%205.99951%206.00049%206.89494%206.00049%207.99951V39.9999C6.00049%2041.1044%206.89592%2041.9998%208.00049%2041.9998H40.0005C41.1051%2041.9998%2042.0005%2041.1044%2042.0005%2039.9998V24.9998%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24.001%2015.9998V23.9998%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M42%205.99951V13.9995%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32.001%2023.9998H24.001%22%2F%3E%3Cpath%20d%3D%22M42%205.99951L24%2023.9995%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M42.0005%205.99951H34.0005%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/stretching.svg?color=%231a73e8&size=48