Hayhay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hayhay 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/326928.svg" alt="Hayhay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326928.svg" alt="Hayhay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326928.svg" alt="Hayhay icon" :width="24" :height="24" />
CSS background
.icon-hayhay {
background-image: url('https://proicons.com/icon/326928.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;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="m34.1589,31.437v2.7c0,1.1-.9,2-2,2-.6,0-1.1-.2-1.4-.6"/><path class="b" d="m34.1589,28.037v3.3c0,1.1-.9,2-2,2s-2-.9-2-2v-3.3"/><path class="b" d="m28.047,31.437c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2"/><line class="b" x1="28.047" y1="33.437" x2="28.047" y2="28.037"/><line class="b" x1="17.9369" y1="25.337" x2="17.9369" y2="33.437"/><path class="b" d="m17.9369,30.037c0-1.1.9-2,2-2s2,.9,2,2v3.3"/><line class="b" x1="14.02" y1="13.365" x2="14.02" y2="21.365"/><line class="b" x1="19.32" y1="13.365" x2="19.32" y2="21.365"/><line class="b" x1="14.02" y1="17.265" x2="19.32" y2="17.265"/><path class="b" d="m31.4766,19.424v2.7469c0,1.1191-.9156,2.0347-2.0347,2.0347-.6104,0-1.1191-.2035-1.4243-.6104"/><path class="b" d="m31.4766,15.965v3.3573c0,1.1191-.9156,2.0347-2.0347,2.0347s-2.0347-.9156-2.0347-2.0347v-3.3573"/><path class="b" d="m25.347,19.365c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2"/><line class="b" x1="25.347" y1="21.365" x2="25.347" y2="15.965"/><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m45.189,20.358h-4.7664c-2.0003,0-3.6219,1.6305-3.6219,3.6418s1.6216,3.6418,3.6219,3.6418h4.7664"/><circle class="c" cx="40.422" cy="24" r=".75"/></svg>
Copied!