Livekit Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Livekit 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/315045.svg" alt="Livekit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315045.svg" alt="Livekit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315045.svg" alt="Livekit icon" :width="24" :height="24" />
CSS background
.icon-livekit {
background-image: url('https://proicons.com/icon/315045.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>LiveKit</title><path d="M0 0v24h14.4v-4.799h4.8V24H24v-4.8h-4.799v-4.8h-4.8v4.8H4.8V0H0zm14.4 14.4V9.602h4.801V4.8H24V0h-4.8v4.8h-4.8v4.8H9.6v4.8h4.8z"/></svg>
Copied!