Iobroker Visu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iobroker Visu 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/342073.svg" alt="Iobroker Visu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342073.svg" alt="Iobroker Visu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342073.svg" alt="Iobroker Visu icon" :width="24" :height="24" />
CSS background
.icon-iobroker-visu {
background-image: url('https://proicons.com/icon/342073.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.g{fill:#fff;stroke-width:0px;}</style></defs><line id="b" class="f" x1="24" y1="16.7132" x2="24" y2="27.4175"/><rect id="c" class="f" x="13.5" y="10.2703" width="21" height="23.5901"/><path id="d" class="f" d="M21.5209,37.7297h4.9583"/><path id="e" class="f" d="M26.0284,14.2276c3.799,1.0356,6.2552,4.7755,5.7418,8.7427-.5134,3.9672-3.8373,6.9328-7.7703,6.9328-3.933,0-7.2569-2.9657-7.7703-6.9328-.5134-3.9672,1.9428-7.707,5.7418-8.7427"/><rect class="f" x="9.414" y="4.124" width="29" height="39" rx="5" ry="5"/><circle class="g" cx="24" cy="14.2276" r=".75"/></svg>
Copied!