Nagram Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nagram 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/329963.svg" alt="Nagram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329963.svg" alt="Nagram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329963.svg" alt="Nagram icon" :width="24" :height="24" />
CSS background
.icon-nagram {
background-image: url('https://proicons.com/icon/329963.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="M28.4401,20.9232v-10.0252c0-2.9807,2.4174-5.398,5.398-5.398s5.398,2.4174,5.398,5.398v26.2039"/><path class="b" d="M19.5599,27.0768v10.0252c0,2.9807-2.4174,5.398-5.398,5.398s-5.398-2.4174-5.398-5.398V10.898"/><path class="b" d="M33.8427,42.5c-1.6402,0-3.2608-.744-4.3211-2.1568L9.8452,14.1393c-1.7908-2.3842-1.3088-5.767,1.0754-7.5578,2.3857-1.7863,5.7685-1.3088,7.5578,1.0754l19.6763,26.2039c1.7908,2.3842,1.3088,5.767-1.0754,7.5578-.9715.729-2.1086,1.0814-3.2367,1.0814Z"/></svg>
Copied!