increase the scale icon
increase-the-scale from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- increase-the-scale
- 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 increase the scale 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="M24 9C24 6.23858 21.7614 4 19 4C16.2386 4 14 6.23858 14 9V19C14 21.7614 16.2386 24 19 24C21.7614 24 24 21.7614 24 19V9Z"/><path d="M42 9C42 6.23858 39.7614 4 37 4C34.2386 4 32 6.23858 32 9V19C32 21.7614 34.2386 24 37 24C39.7614 24 42 21.7614 42 19V9Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M36 32L42 38L36 44"/><path stroke-linecap="round" d="M6 24H7"/><path stroke-linecap="round" stroke-linejoin="round" d="M42 38H19"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkIncreaseTheScale(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="M24 9C24 6.23858 21.7614 4 19 4C16.2386 4 14 6.23858 14 9V19C14 21.7614 16.2386 24 19 24C21.7614 24 24 21.7614 24 19V9Z"/><path d="M42 9C42 6.23858 39.7614 4 37 4C34.2386 4 32 6.23858 32 9V19C32 21.7614 34.2386 24 37 24C39.7614 24 42 21.7614 42 19V9Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M36 32L42 38L36 44"/><path strokeLinecap="round" d="M6 24H7"/><path strokeLinecap="round" strokeLinejoin="round" d="M42 38H19"/></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="M24 9C24 6.23858 21.7614 4 19 4C16.2386 4 14 6.23858 14 9V19C14 21.7614 16.2386 24 19 24C21.7614 24 24 21.7614 24 19V9Z"/><path d="M42 9C42 6.23858 39.7614 4 37 4C34.2386 4 32 6.23858 32 9V19C32 21.7614 34.2386 24 37 24C39.7614 24 42 21.7614 42 19V9Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M36 32L42 38L36 44"/><path stroke-linecap="round" d="M6 24H7"/><path stroke-linecap="round" stroke-linejoin="round" d="M42 38H19"/></g></svg> </template>
CSS
.icon-increase-the-scale {
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%22M24%209C24%206.23858%2021.7614%204%2019%204C16.2386%204%2014%206.23858%2014%209V19C14%2021.7614%2016.2386%2024%2019%2024C21.7614%2024%2024%2021.7614%2024%2019V9Z%22%2F%3E%3Cpath%20d%3D%22M42%209C42%206.23858%2039.7614%204%2037%204C34.2386%204%2032%206.23858%2032%209V19C32%2021.7614%2034.2386%2024%2037%2024C39.7614%2024%2042%2021.7614%2042%2019V9Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36%2032L42%2038L36%2044%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2024H7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42%2038H19%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%22M24%209C24%206.23858%2021.7614%204%2019%204C16.2386%204%2014%206.23858%2014%209V19C14%2021.7614%2016.2386%2024%2019%2024C21.7614%2024%2024%2021.7614%2024%2019V9Z%22%2F%3E%3Cpath%20d%3D%22M42%209C42%206.23858%2039.7614%204%2037%204C34.2386%204%2032%206.23858%2032%209V19C32%2021.7614%2034.2386%2024%2037%2024C39.7614%2024%2042%2021.7614%2042%2019V9Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36%2032L42%2038L36%2044%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2024H7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42%2038H19%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/increase-the-scale.svg?color=%231a73e8&size=48