Gramly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gramly 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/341306.svg" alt="Gramly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341306.svg" alt="Gramly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341306.svg" alt="Gramly icon" :width="24" :height="24" />
CSS background
.icon-gramly {
background-image: url('https://proicons.com/icon/341306.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="M26.1382,24.369,29.28,16.9351,20.0221,38.8385c-2.5534,6.0409-7.1495,5.384-8.2449,2.6648-.5581-1.3853-1.4435-4.794,6.4716-6.1441,6.33-1.08,14.3549-3.4567,18.32-12.8367m-10.43,1.8465c-1.5854,3.7509-5.9249,6.7915-9.6924,6.7915S10.9092,28.12,12.4947,24.369M31.6659,11.2915C33.2513,7.5407,31.4823,4.5,27.7148,4.5s-8.107,3.0407-9.6925,6.7915L12.4947,24.369"/></svg>
Copied!