Itax Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Itax 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/327574.svg" alt="Itax icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327574.svg" alt="Itax icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327574.svg" alt="Itax icon" :width="24" :height="24" />
CSS background
.icon-itax {
background-image: url('https://proicons.com/icon/327574.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="M23.7165,32.1039s-2.7819,1.8219-9.7935,1.8219c-7.0153,0-9.423-1.5648-9.423-1.5648v5.0423s2.4077,1.5648,9.423,1.5648,9.7897-1.8256,9.7897-1.8256l.5708-1.3229s2.7782-1.8219,9.7935-1.8219,9.423,1.5648,9.423,1.5648v-5.0423s-2.4077-1.5648-9.423-1.5648-9.7897,1.8219-9.7897,1.8219l-.5708,1.3267ZM23.7165,22.1403s-2.7819,1.8256-9.7935,1.8256c-7.0153,0-9.423-1.5648-9.423-1.5648v5.0385s2.4077,1.5648,9.423,1.5648,9.7897-1.8219,9.7897-1.8219l.5708-1.3229s2.7782-1.8219,9.7935-1.8219,9.423,1.5648,9.423,1.5648v-5.0423s-2.4077-1.5648-9.423-1.5648-9.7897,1.8219-9.7897,1.8219l-.5708,1.3229ZM23.7165,12.1806s-2.7819,1.8219-9.7935,1.8219c-7.0153,0-9.423-1.5648-9.423-1.5648v5.0423s2.4077,1.5648,9.423,1.5648,9.7897-1.8219,9.7897-1.8219l.5708-1.3229s2.7782-1.8256,9.7935-1.8256,9.423,1.5648,9.423,1.5648v-5.0423s-2.4077-1.5648-9.423-1.5648-9.7897,1.8256-9.7897,1.8256l-.5708,1.3229Z"/></svg>
Copied!