Vidaa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vidaa 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/334730.svg" alt="Vidaa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334730.svg" alt="Vidaa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334730.svg" alt="Vidaa icon" :width="24" :height="24" />
CSS background
.icon-vidaa {
background-image: url('https://proicons.com/icon/334730.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="16.487" y1="20" x2="16.487" y2="28"/><path class="b" d="M8.97,20l2.65,8,2.65-8"/><path class="b" d="M18.7,28v-8h1.8c1.933,0,3.5,1.567,3.5,3.5v1c0,1.933-1.567,3.5-3.5,3.5h-1.8Z"/><path class="b" d="M26.213,28l2.65-8,2.65,8"/><path class="b" d="M33.726,28l2.65-8,2.65,8"/></svg>
Copied!