Appsheet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Appsheet 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/321977.svg" alt="Appsheet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321977.svg" alt="Appsheet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321977.svg" alt="Appsheet icon" :width="24" :height="24" />
CSS background
.icon-appsheet {
background-image: url('https://proicons.com/icon/321977.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.6446,7.7183h9.8938c1.5078,0,2.4504,1.6321,1.6967,2.9381l-16.538,28.646c-.7539,1.3064-2.6394,1.3064-3.3933,0l-4.3822-7.59c-.3498-.606-.3498-1.3527,0-1.9587L30.6446,7.7178H7.4616c-1.5078,0-2.4504,1.6321-1.6967,2.9381l4.3822,7.59c.35.6061.9968.9795,1.6967.9794h25.443"/></svg>
Copied!