Pear Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pear 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/345652.svg" alt="Pear Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345652.svg" alt="Pear Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345652.svg" alt="Pear Launcher icon" :width="24" :height="24" />
CSS background
.icon-pear-launcher {
background-image: url('https://proicons.com/icon/345652.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.5435,13.5785c.7664,0,3.0157.3256,4.9624,2.1052,1.7471,1.5972,2.3565,3.5957,2.5584,5.0226.1594,1.1264.6891,2.1563,1.5143,2.9396.7895.7494,1.6775,1.8016,2.3819,3.2118,1.0905,2.1831,1.3476,3.0712,1.2146,5.2169-.0662,1.0673-.6291,4.7184-3.7131,7.7616-3.5788,3.5315-7.9982,3.6638-8.9184,3.6638s-5.3396-.1323-8.9184-3.6638c-3.084-3.0432-3.6469-6.6943-3.7131-7.7616-.133-2.1458.1241-3.0338,1.2146-5.2169.7044-1.4102,1.5924-2.4624,2.3819-3.2118.8251-.7832,1.3548-1.8131,1.5143-2.9396.202-1.4269.8113-3.4254,2.5584-5.0226,1.9467-1.7796,4.196-2.1052,4.9624-2.1052Z"/><path class="b" d="M23.4129,14.9679c.1306-2.3771.4685-5.6044-1.8566-8.901,1.683,2.8282,3.2446,2.8629,4.3898,2.8976"/><path class="b" d="M29.8848,4.5573c2.3469-.4113,3.5743,1.5095,7.2353,2.0301-.9543,1.7351-3.5916,5.1359-6.9751,5.1706s-4.251-1.978-4.2683-3.609,2.0127-3.242,4.0081-3.5916Z"/></svg>
Copied!