Hadaf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hadaf 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/326859.svg" alt="Hadaf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326859.svg" alt="Hadaf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326859.svg" alt="Hadaf icon" :width="24" :height="24" />
CSS background
.icon-hadaf {
background-image: url('https://proicons.com/icon/326859.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M24.0254,4.5l-.11,21.45M23.9154,28.7666l4.5085-2.6v-15.1667l2.0956,1.5167v7.15M23.9154,28.7666v-2.8166M23.9154,28.7666l-4.2886-2.6v-15.1667l-2.3092,1.4084v7.2583M26.1794,9.5917v14.8515l-2.264,1.5068M23.9154,25.95l-2.3092-1.5167v-14.8416M23.9154,43.5l15.3947-8.9917v-10.5083l-2.1992,1.0834M23.9154,43.5v-2.925M23.9154,43.5l-15.2256-8.8834v-10.8333l2.0301,1.3M23.9154,31.475l6.6041-3.7916v-6.2677l2.3028-1.2999v2.5843M23.9154,31.475v3.3584M23.9154,31.475l-6.5978-3.7916v-6.051l-2.1992-1.5167v2.5843M23.9154,34.8334l8.907-5.2v-6.9334M23.9154,34.8334v2.8166M23.9154,34.8334l-8.797-5.2v-6.9334M32.8224,22.7l2.0893-1.1917v2.275M23.9154,37.65l10.9963-6.175v-7.6916M23.9154,37.65v2.925M23.9154,37.65l-10.9963-6.175v-7.6916M37.111,25.0834v8.0167l-13.1955,7.475M37.111,25.0834v-2.275l-2.1993.975M23.9154,40.575l-13.1954-7.475v-10.725l2.1992,1.4083M15.1184,22.7l-2.1993-1.5166v2.6"/></svg>
Copied!