Habitmaker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Habitmaker 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/326852.svg" alt="Habitmaker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326852.svg" alt="Habitmaker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326852.svg" alt="Habitmaker icon" :width="24" :height="24" />
CSS background
.icon-habitmaker {
background-image: url('https://proicons.com/icon/326852.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="i" d="M18.9693,3.098c8.6319-2.0773,17.6529,1.3646,22.707,8.6635s5.1017,16.9537.1198,24.3022c-4.9819,7.3484-13.9685,10.8791-22.6205,8.887"/><path id="e" class="i" d="M3.5369,30.5958c-1.3509-4.1908-1.3825-8.6953-.0903-12.9046"/><path id="f" class="i" d="M5.4962,13.0526c2.1237-3.5892,5.2456-6.4833,8.9852-8.3297"/><path id="g" class="i" d="M14.693,43.3801c-3.9094-1.8772-7.1596-4.8927-9.324-8.6506"/><path id="h" class="i" d="M13.4121,25.0292l6.9216,7.0604,14.5736-14.9902"/></g></svg>
Copied!