Better Open With Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Better Open With 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/322553.svg" alt="Better Open With icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322553.svg" alt="Better Open With icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322553.svg" alt="Better Open With icon" :width="24" :height="24" />
CSS background
.icon-better-open-with {
background-image: url('https://proicons.com/icon/322553.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m32,32v7.5c0,1.6569-1.3431,3-3,3H10.5c-2.7614,0-5-2.2386-5-5v-18.5c0-1.6569,1.3431-3,3-3h7.5"/><path class="c" d="m42.5,10.5c0-2.7615-2.2385-5-5-5H16l8.3002,8.3002-8.185,8.185c-.9509.951-.9509,2.4927,0,3.4437l6.4559,6.4559c.9509.9509,2.4927.9509,3.4437,0l8.185-8.185,8.3002,8.3002V10.5Z"/></svg>
Copied!