scaling icon
scaling-linear from Solar by 480 Design · Linear · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- scaling-linear
- Set
- Solar
- Style
- Linear
- Category
- Arrows Action
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More arrows action icons from Solar
arrow-to-down-left-boldarrow-to-down-right-boldarrow-to-top-left-boldarrow-to-top-right-boldcircle-bottom-down-boldcircle-bottom-up-boldcircle-top-down-boldcircle-top-up-bolddownload-bolddownload-minimalistic-bolddownload-square-bolddownload-twice-square-boldexit-boldexport-boldforward-2-boldforward-boldimport-boldlogin-2-boldlogin-3-boldlogin-boldlogout-2-boldlogout-3-boldlogout-boldmaximize-bold
Use the scaling icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M11 2C6.94493 2.0073 4.8215 2.10686 3.46447 3.46389C2 4.92835 2 7.28538 2 11.9994C2 16.7135 2 19.0705 3.46447 20.535C4.92893 21.9994 7.28596 21.9994 12 21.9994C16.714 21.9994 19.0711 21.9994 20.5355 20.535C21.8926 19.1779 21.9921 17.0545 21.9994 12.9994"/><path stroke-linejoin="round" d="M13 11L22 2M22 7.34375V2H16.6562M21 3L12 12M12 8V12H16"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarScalingLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M11 2C6.94493 2.0073 4.8215 2.10686 3.46447 3.46389C2 4.92835 2 7.28538 2 11.9994C2 16.7135 2 19.0705 3.46447 20.535C4.92893 21.9994 7.28596 21.9994 12 21.9994C16.714 21.9994 19.0711 21.9994 20.5355 20.535C21.8926 19.1779 21.9921 17.0545 21.9994 12.9994"/><path strokeLinejoin="round" d="M13 11L22 2M22 7.34375V2H16.6562M21 3L12 12M12 8V12H16"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M11 2C6.94493 2.0073 4.8215 2.10686 3.46447 3.46389C2 4.92835 2 7.28538 2 11.9994C2 16.7135 2 19.0705 3.46447 20.535C4.92893 21.9994 7.28596 21.9994 12 21.9994C16.714 21.9994 19.0711 21.9994 20.5355 20.535C21.8926 19.1779 21.9921 17.0545 21.9994 12.9994"/><path stroke-linejoin="round" d="M13 11L22 2M22 7.34375V2H16.6562M21 3L12 12M12 8V12H16"/></g></svg> </template>
CSS
.icon-scaling-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11%202C6.94493%202.0073%204.8215%202.10686%203.46447%203.46389C2%204.92835%202%207.28538%202%2011.9994C2%2016.7135%202%2019.0705%203.46447%2020.535C4.92893%2021.9994%207.28596%2021.9994%2012%2021.9994C16.714%2021.9994%2019.0711%2021.9994%2020.5355%2020.535C21.8926%2019.1779%2021.9921%2017.0545%2021.9994%2012.9994%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2011L22%202M22%207.34375V2H16.6562M21%203L12%2012M12%208V12H16%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11%202C6.94493%202.0073%204.8215%202.10686%203.46447%203.46389C2%204.92835%202%207.28538%202%2011.9994C2%2016.7135%202%2019.0705%203.46447%2020.535C4.92893%2021.9994%207.28596%2021.9994%2012%2021.9994C16.714%2021.9994%2019.0711%2021.9994%2020.5355%2020.535C21.8926%2019.1779%2021.9921%2017.0545%2021.9994%2012.9994%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2011L22%202M22%207.34375V2H16.6562M21%203L12%2012M12%208V12H16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/scaling-linear.svg?color=%231a73e8&size=48