Edge Card Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Edge Card Launcher 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/324963.svg" alt="Edge Card Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324963.svg" alt="Edge Card Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324963.svg" alt="Edge Card Launcher icon" :width="24" :height="24" />
CSS background
.icon-edge-card-launcher {
background-image: url('https://proicons.com/icon/324963.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.7216" y="11.1866" width="31.1657" height="25.6267" rx="1.756" ry="1.756"/><path class="c" d="M14.0669,36.8134v3.9306c0,.9698.7862,1.756,1.756,1.756h24.6995c.9698,0,1.756-.7862,1.756-1.756V7.256c0-.9698-.7862-1.756-1.756-1.756H15.8229c-.9698,0-1.756.7862-1.756,1.756v3.9306"/><path class="c" d="M15.4536,11.1866h-3.11c-.9698,0-1.756.7862-1.756,1.756v22.1147c0,.9698.7862,1.756,1.756,1.756h3.11"/><path class="c" d="M21.3044,11.1866h-3.11c-.9698,0-1.756.7862-1.756,1.756v22.1147c0,.9698.7862,1.756,1.756,1.756h3.11"/><path class="c" d="M31.6601,18.1287h-8.3063c-1.295,0-2.3448,1.0498-2.3448,2.3448v.6093"/><path class="c" d="M31.6601,29.9451h-8.3063c-1.295,0-2.3448-1.0498-2.3448-2.3448v-1.2186c0-1.295,1.0498-2.3448,2.3448-2.3448h8.3063"/></svg>
Copied!