Anag Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anag 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/336295.svg" alt="Anag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336295.svg" alt="Anag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336295.svg" alt="Anag icon" :width="24" :height="24" />
CSS background
.icon-anag {
background-image: url('https://proicons.com/icon/336295.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.0935,22.3597l.0837,19.8982,1.2556,1.2421h3.3204l1.5347-1.2421v-13.5372l9.6996,14.2981h4.9523l.9668-1.3271V22.3603h-6.2157v10.3694l-6.6364-10.3694-8.9609-.0006Z"/><g><path class="b" d="M19.5563,15.55c-.845,0-1.53-.685-1.53-1.53s.685-1.53,1.53-1.53,1.53,.685,1.53,1.53c0,.845-.6849,1.53-1.5299,1.53h-.0002Z"/><path class="b" d="M28.4611,15.55c-.845,0-1.5301-.6849-1.5301-1.5299,0-.845,.6849-1.5301,1.5299-1.5301,.845,0,1.5301,.6849,1.5301,1.5299h0c0,.8451-.685,1.53-1.5299,1.5301Z"/><path class="b" d="M24.0001,6.1304h0c6.0235,0,10.9065,4.883,10.9065,10.9065v1.5565H13.0936v-1.5565c0-6.0235,4.883-10.9065,10.9065-10.9065Z"/><line class="b" x1="14.582" y1="4.5" x2="17.6805" y2="8.1472"/><line class="b" x1="33.4182" y1="4.5" x2="30.3197" y2="8.1472"/></g></svg>
Copied!