Livedv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Livedv 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/343159.svg" alt="Livedv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343159.svg" alt="Livedv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343159.svg" alt="Livedv icon" :width="24" :height="24" />
CSS background
.icon-livedv {
background-image: url('https://proicons.com/icon/343159.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="36.9924" cy="12.8631" r="4.8027"/><path class="a" d="M22.5106,11.2226H13.6975l9.7807,8.7609-5.7937,4.2616L36.7644,39.94h6.5971s.9655-1.3685-2.2016-3.8131S28.2055,25.628,28.2055,25.628l5.9439-4.6334Z"/><path class="a" d="M11.111,22.9645l-6.5348.0513a1.9855,1.9855,0,0,0,.5423,1.9355L16.7631,35.07l5.07-3.2476Z"/></svg>
Copied!