Scalable Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scalable icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332448.svg" alt="Scalable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332448.svg" alt="Scalable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332448.svg" alt="Scalable icon" :width="24" :height="24" />
CSS background
.icon-scalable {
background-image: url('https://proicons.com/icon/332448.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m42.5002,9.4098v12.4102L26.18,5.4998h12.4102c2.16,0,3.91,1.75,3.91,3.91Z"/><path class="cls-1" d="m21.82,42.5h-12.41c-2.16,0-3.91-1.75-3.91-3.91v-12.41l16.32,16.32Z"/><path class="cls-1" d="m40.1467,40.1467h0c-3.1375,3.1375-8.2243,3.1375-11.3618,0L7.8533,19.2152c-3.1375-3.1375-3.1375-8.2243,0-11.3618h0c3.1375-3.1375,8.2243-3.1375,11.3618,0l20.9315,20.9315c3.1375,3.1375,3.1375,8.2243,0,11.3618Z"/></svg>
Scalable in other icon packs
Copied!