proportional scaling icon

proportional-scaling from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.

Name
proportional-scaling
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 proportional scaling 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 d="M22.2679 7C23.0377 5.66667 24.9623 5.66667 25.7321 7L43.0526 37C43.8224 38.3333 42.8601 40 41.3205 40H6.67949C5.13989 40 4.17764 38.3333 4.94744 37L22.2679 7Z"/><path stroke-linecap="round" d="M19 40L32 18"/><path stroke-linecap="round" d="M32 40L38 29"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkProportionalScaling(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 d="M22.2679 7C23.0377 5.66667 24.9623 5.66667 25.7321 7L43.0526 37C43.8224 38.3333 42.8601 40 41.3205 40H6.67949C5.13989 40 4.17764 38.3333 4.94744 37L22.2679 7Z"/><path strokeLinecap="round" d="M19 40L32 18"/><path strokeLinecap="round" d="M32 40L38 29"/></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 d="M22.2679 7C23.0377 5.66667 24.9623 5.66667 25.7321 7L43.0526 37C43.8224 38.3333 42.8601 40 41.3205 40H6.67949C5.13989 40 4.17764 38.3333 4.94744 37L22.2679 7Z"/><path stroke-linecap="round" d="M19 40L32 18"/><path stroke-linecap="round" d="M32 40L38 29"/></g></svg>
</template>

CSS

.icon-proportional-scaling {
  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%20d%3D%22M22.2679%207C23.0377%205.66667%2024.9623%205.66667%2025.7321%207L43.0526%2037C43.8224%2038.3333%2042.8601%2040%2041.3205%2040H6.67949C5.13989%2040%204.17764%2038.3333%204.94744%2037L22.2679%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2040L32%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32%2040L38%2029%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%20d%3D%22M22.2679%207C23.0377%205.66667%2024.9623%205.66667%2025.7321%207L43.0526%2037C43.8224%2038.3333%2042.8601%2040%2041.3205%2040H6.67949C5.13989%2040%204.17764%2038.3333%204.94744%2037L22.2679%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2040L32%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32%2040L38%2029%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/proportional-scaling.svg?color=%231a73e8&size=48