Upnp Explorer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Upnp Explorer 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/334566.svg" alt="Upnp Explorer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334566.svg" alt="Upnp Explorer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334566.svg" alt="Upnp Explorer icon" :width="24" :height="24" />
CSS background
.icon-upnp-explorer {
background-image: url('https://proicons.com/icon/334566.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>.j,.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.k{stroke-width:1px;}</style></defs><rect id="c" class="j" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><g id="d"><path id="e" class="k" d="M30.5976,28.6868v-3.8649c0-1.2883-1.054-2.3423-2.3423-2.3423h0c-1.2883,0-2.3423,1.0541-2.3423,2.3423"/><line id="f" class="k" x1="25.9129" y1="28.6868" x2="25.9129" y2="22.3625"/></g><path id="g" class="j" d="M32.901,28.6575v-9.3693h3.045c1.7568,0,3.1622,1.4054,3.1622,3.1622s-1.4054,3.1622-3.1622,3.1622h-3.045"/><path id="h" class="j" d="M17.4024,28.6868v-9.3694h3.045c1.7568,0,3.1622,1.4054,3.1622,3.1622s-1.4054,3.1622-3.1622,3.1622h-3.045"/><path id="i" class="j" d="M8.8918,19.3175v6.2072c0,1.7568,1.4054,3.1622,3.045,3.1622s3.1622-1.4054,3.1622-3.1622v-6.2072"/></svg>
Copied!