Digihaat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digihaat 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/339072.svg" alt="Digihaat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339072.svg" alt="Digihaat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339072.svg" alt="Digihaat icon" :width="24" :height="24" />
CSS background
.icon-digihaat {
background-image: url('https://proicons.com/icon/339072.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><polygon class="b" points="13.3982 16.2937 21.875 16.2937 12.9767 31.706 4.5 31.706 13.3982 16.2937"/><path class="b" d="M35.0233,16.294h8.4767l-8.8982,15.4121h-8.4767l8.8982-15.4121Z"/><path class="b" d="M29.2039,16.294c1.7071,0,2.5611,1.5172,1.4626,3.4426l-5.6767,9.9498c-.6403,1.1223-2.2065,2.008-3.4986,2.0199h-6.2326l9.0361-15.4121,4.9091-.0002Z"/></svg>
Copied!