resize icon
resize from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- resize
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
Use the resize icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M42.84 16.12L16.12 42.84h5.526a2.08 2.08 0 1 1 0 4.16H11.248l-.074-.001a2.07 2.07 0 0 1-1.544-.608a2.07 2.07 0 0 1-.602-1.3A2 2 0 0 1 9 44.752V34.354a2.08 2.08 0 1 1 4.16 0v5.567l26.76-26.762h-5.566a2.08 2.08 0 1 1 0-4.159h10.398q.174 0 .34.028c.473.038.936.239 1.299.602c.425.424.627.987.608 1.544l.001.074v10.398a2.08 2.08 0 1 1-4.16 0z"/></svg>
React
import type { SVGProps } from "react";
export function F7Resize(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M42.84 16.12L16.12 42.84h5.526a2.08 2.08 0 1 1 0 4.16H11.248l-.074-.001a2.07 2.07 0 0 1-1.544-.608a2.07 2.07 0 0 1-.602-1.3A2 2 0 0 1 9 44.752V34.354a2.08 2.08 0 1 1 4.16 0v5.567l26.76-26.762h-5.566a2.08 2.08 0 1 1 0-4.159h10.398q.174 0 .34.028c.473.038.936.239 1.299.602c.425.424.627.987.608 1.544l.001.074v10.398a2.08 2.08 0 1 1-4.16 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M42.84 16.12L16.12 42.84h5.526a2.08 2.08 0 1 1 0 4.16H11.248l-.074-.001a2.07 2.07 0 0 1-1.544-.608a2.07 2.07 0 0 1-.602-1.3A2 2 0 0 1 9 44.752V34.354a2.08 2.08 0 1 1 4.16 0v5.567l26.76-26.762h-5.566a2.08 2.08 0 1 1 0-4.159h10.398q.174 0 .34.028c.473.038.936.239 1.299.602c.425.424.627.987.608 1.544l.001.074v10.398a2.08 2.08 0 1 1-4.16 0z"/></svg> </template>
CSS
.icon-resize {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M42.84%2016.12L16.12%2042.84h5.526a2.08%202.08%200%201%201%200%204.16H11.248l-.074-.001a2.07%202.07%200%200%201-1.544-.608a2.07%202.07%200%200%201-.602-1.3A2%202%200%200%201%209%2044.752V34.354a2.08%202.08%200%201%201%204.16%200v5.567l26.76-26.762h-5.566a2.08%202.08%200%201%201%200-4.159h10.398q.174%200%20.34.028c.473.038.936.239%201.299.602c.425.424.627.987.608%201.544l.001.074v10.398a2.08%202.08%200%201%201-4.16%200z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M42.84%2016.12L16.12%2042.84h5.526a2.08%202.08%200%201%201%200%204.16H11.248l-.074-.001a2.07%202.07%200%200%201-1.544-.608a2.07%202.07%200%200%201-.602-1.3A2%202%200%200%201%209%2044.752V34.354a2.08%202.08%200%201%201%204.16%200v5.567l26.76-26.762h-5.566a2.08%202.08%200%201%201%200-4.159h10.398q.174%200%20.34.028c.473.038.936.239%201.299.602c.425.424.627.987.608%201.544l.001.074v10.398a2.08%202.08%200%201%201-4.16%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/resize.svg?color=%231a73e8&size=48