Blackberrylauncher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blackberrylauncher 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/337261.svg" alt="Blackberrylauncher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337261.svg" alt="Blackberrylauncher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337261.svg" alt="Blackberrylauncher icon" :width="24" :height="24" />
CSS background
.icon-blackberrylauncher {
background-image: url('https://proicons.com/icon/337261.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.51,36.75H7.87V17.94L24,5.5,40.13,17.94V36.75H34.49M17.32,31.17h2.12c1.38,0,1.7.67,1.7,1.21,0,.75-.49,1.57-2.21,1.57H16.72Zm5.71,0h2.11c1.38,0,1.7.67,1.7,1.21,0,.75-.49,1.57-2.21,1.57h-2.2Zm5.2,2.49h2.11c1.38,0,1.7.68,1.7,1.21,0,.76-.49,1.57-2.21,1.57H27.62Zm-11.67,1.7h2.11c1.38,0,1.71.67,1.71,1.21,0,.75-.49,1.57-2.22,1.57H16Zm5.7,0h2.12c1.37,0,1.7.67,1.7,1.21,0,.75-.49,1.57-2.21,1.57H21.66ZM27.4,38h2.12c1.38,0,1.7.67,1.7,1.21,0,.75-.49,1.57-2.21,1.57H26.8Zm-6,1.7h2.12c1.37,0,1.7.67,1.7,1.21,0,.76-.49,1.57-2.21,1.57H20.84Z"/></svg>
Copied!