Palmstore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Palmstore 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/330922.svg" alt="Palmstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330922.svg" alt="Palmstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330922.svg" alt="Palmstore icon" :width="24" :height="24" />
CSS background
.icon-palmstore {
background-image: url('https://proicons.com/icon/330922.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><path class="c" d="m8.0835,38.1697l17.3022,4.3829c2.05.5193,4.0408-1.0301,4.0408-3.1449V8.5922c0-2.1147-1.9908-3.6642-4.0408-3.1449l-17.3022,4.3829c-1.5194.3849-2.5835,1.7522-2.5835,3.3195v21.7005c0,1.5673,1.0641,2.9346,2.5835,3.3195Z"/><path class="c" d="m29.4265,39.0441l3.1003.7854c1.7491.4431,3.4477-.8789,3.4477-2.6833V10.8538c0-1.8043-1.6986-3.1263-3.4477-2.6833l-3.1004.7854"/><path class="c" d="m35.9746,36.0374l3.6995.9371c1.4336.3632,2.8259-.7204,2.8259-2.1993V13.2248c0-1.4789-1.3923-2.5625-2.8259-2.1993l-3.6995.9371"/><path class="c" d="m10.4091,38.7588v-21.5562l6.28-.6644c3.5104-.3714,6.5689,2.3806,6.5689,5.9106h0c0,3.3709-2.8004,6.0671-6.1689,5.9393l-6.68-.2534"/></svg>
Copied!