Chromewebstore Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Chromewebstore 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/313850.svg" alt="Chromewebstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313850.svg" alt="Chromewebstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313850.svg" alt="Chromewebstore icon" :width="24" :height="24" />
CSS background
.icon-chromewebstore {
background-image: url('https://proicons.com/icon/313850.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Chrome Web Store</title><path d="M0 1.637v19.09c0 .9.736 1.636 1.636 1.636h.131a10.4 10.4 0 0 1-.13-1.636 10.3 10.3 0 0 1 1.667-5.64l4.202 7.276h1.128A3.77 3.77 0 0 1 12 16.958a3.77 3.77 0 0 1 3.366 5.406h1.048a4.7 4.7 0 0 0-1.587-5.406h6.83a10.34 10.34 0 0 1 .577 5.406h.13c.9 0 1.636-.737 1.636-1.637V1.637Zm9.273 2.181h5.454a1.09 1.09 0 1 1 0 2.182H9.273a1.09 1.09 0 1 1 0-2.182M12 10.364a10.36 10.36 0 0 1 9.233 5.652H12a4.71 4.71 0 0 0-4.677 4.149L3.91 14.25A10.34 10.34 0 0 1 12 10.364"/></svg>
Chromewebstore in other icon packs
Copied!