Viseca One Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Viseca One 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/334793.svg" alt="Viseca One icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334793.svg" alt="Viseca One icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334793.svg" alt="Viseca One icon" :width="24" :height="24" />
CSS background
.icon-viseca-one {
background-image: url('https://proicons.com/icon/334793.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><g><rect class="c" x="10.5" y="27.2132" width="6.6174" height="8.7681" rx="3.3087" ry="3.3087"/><g><path class="c" d="m27.3044,35.9812v-5.4594c0-1.8273-1.4814-3.3087-3.3087-3.3087h0c-1.8273,0-3.3087,1.4814-3.3087,3.3087"/><line class="c" x1="20.687" y1="35.9812" x2="20.687" y2="27.2132"/></g><path class="c" d="m37.0662,34.3115c-.5699.9974-1.6439,1.6697-2.8749,1.6697h0c-1.8273,0-3.3087-1.4814-3.3087-3.3087v-2.1507c0-1.8273,1.4814-3.3087,3.3087-3.3087h0c1.8273,0,3.3087,1.4814,3.3087,3.3087v1.0753s-6.6174,0-6.6174,0"/></g><circle class="c" cx="29.6202" cy="16.9586" r="4.9399"/></g><circle id="b" class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!