Habitify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Habitify 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/326850.svg" alt="Habitify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326850.svg" alt="Habitify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326850.svg" alt="Habitify icon" :width="24" :height="24" />
CSS background
.icon-habitify {
background-image: url('https://proicons.com/icon/326850.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"><path d="M8.8135,28.768V6.6443c0-.632.5123-1.1443,1.1443-1.1443h8.7732c.632,0,1.1443.5123,1.1443,1.1443v11.7836" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M39.1842,34.9732v6.3824c0,.632-.5123,1.1443-1.1443,1.1443h-8.7732c-.632,0-1.1443-.5123-1.1443-1.1443v-11.619" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M8.8135,28.768c4.0052-9.3454,11.9519-11.189,16.6564-11.189,4.4442,0,12.8032,3.4041,13.7144,17.3942.0604.928-1.0492,1.4582-1.7388.8343-9.0128-8.1538-17.3703-9.2441-28.6319-7.0395Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="13.6981" cy="37.6154" r="4.8846" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!