Upscale Media Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Upscale Media 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/349128.svg" alt="Upscale Media icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349128.svg" alt="Upscale Media icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349128.svg" alt="Upscale Media icon" :width="24" :height="24" />
CSS background
.icon-upscale-media {
background-image: url('https://proicons.com/icon/349128.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="35.4638 24.0081 35.4638 12.5362 23.9919 12.5362"/><path class="c" d="M24.0095,34.5962h14.4905c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4h-21.0962c-2.2091,0-4,1.7909-4,4v14.4905"/><line class="c" x1="35.4638" y1="12.5362" x2="15.1672" y2="32.8328"/><path class="c" d="M13.4038,17.9978h-3.9038c-2.2091,0-4,1.7909-4,4v16.5022c0,2.2091,1.7909,4,4,4h16.5022c2.2091,0,4-1.7909,4-4v-3.9038"/></svg>
Copied!