Visecaone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Visecaone 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/349353.svg" alt="Visecaone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349353.svg" alt="Visecaone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349353.svg" alt="Visecaone icon" :width="24" :height="24" />
CSS background
.icon-visecaone {
background-image: url('https://proicons.com/icon/349353.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M36.3429,36.4708c-.6108.6108-1.4545.9885-2.3865.9885h-.0019c-1.864,0-3.3751-1.5111-3.3751-3.3751v-2.2258c0-1.864,1.5111-3.3751,3.3751-3.3751h.0019c1.864,0,3.3751,1.5111,3.3751,3.3751v1.0114"/><line class="b" x1="37.3314" y1="32.9714" x2="30.5794" y2="32.9714"/><rect class="b" x="10.6686" y="28.4834" width="6.7482" height="8.9759" rx="3.3741" ry="3.3741"/><path class="b" d="M20.6249,31.8575c0-1.8635,1.5106-3.3741,3.3741-3.3741h0c1.8635,0,3.3741,1.5106,3.3741,3.3741v5.6018"/><line class="b" x1="20.6249" y1="28.4834" x2="20.6249" y2="37.4593"/><circle class="b" cx="32.5402" cy="15.4598" r="4.7912"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!