Homematic Ip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Homematic Ip 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/327097.svg" alt="Homematic Ip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327097.svg" alt="Homematic Ip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327097.svg" alt="Homematic Ip icon" :width="24" :height="24" />
CSS background
.icon-homematic-ip {
background-image: url('https://proicons.com/icon/327097.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line id="b" class="d" x1="16.2992" y1="16.5" x2="16.2992" y2="31.5"/><path id="c" class="d" d="M23.7633,31.5v-15h4.9106c2.7763,0,5.0269,2.2554,5.0269,5.0376s-2.2506,5.0376-5.0269,5.0376h-4.9106"/><path class="d" d="M11.415,5.9495c8.39-.5993,16.78-.5993,25.1701,0,2.7639.2108,5.2547,2.7016,5.4655,5.4655.5993,8.39.5993,16.78,0,25.1701-.2107,2.7638-2.7017,5.2548-5.4655,5.4655-8.39.5993-16.78.5993-25.1701,0-2.7638-.2107-5.2548-2.7017-5.4655-5.4655-.5993-8.39-.5993-16.78,0-25.1701.2107-2.7639,2.7017-5.2548,5.4655-5.4655Z"/></svg>
Copied!