Ui Video Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Video icon is commonly used in media galleries, video players and content feeds. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306819.svg" alt="Ui Video icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306819.svg" alt="Ui Video icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306819.svg" alt="Ui Video icon" :width="24" :height="24" />
CSS background
.icon-ui-video {
background-image: url('https://proicons.com/icon/306819.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M955 684h-2L849 508l109-185 37-61c-3-1-7-2-12-2h-50l-1-1-1 1H691V134c0-17-14-32-32-32H33c-18 0-33 15-33 32v731c0 18 15 33 33 33h626c18 0 32-15 32-33V762h292c7 0 12-3 17-6l-45-72zM159 815c0 18-15 33-33 33h-24c-18 0-33-15-33-33v-31c0-18 15-33 33-33h24c18 0 33 15 33 33v31zm8-587c0 19-16 35-36 35h-26c-20 0-36-16-36-35v-35c0-19 16-35 36-35h26c20 0 36 16 36 35v35zm148 587c0 18-15 33-32 33h-25c-18 0-32-15-32-33v-31c0-18 14-33 32-33h25c17 0 32 15 32 33v31zm4-587c0 19-16 35-36 35h-26c-20 0-36-16-36-35v-35c0-19 16-35 36-35h26c20 0 36 16 36 35v35zm54-35c0-19 16-35 36-35h26c20 0 36 16 36 35v35c0 19-16 35-36 35h-26c-20 0-36-16-36-35v-35zm99 622c0 18-15 33-33 33h-24c-18 0-33-15-33-33v-31c0-18 15-33 33-33h24c18 0 33 15 33 33v31zm53-587v-35c0-19 16-35 36-35h26c19 0 36 16 36 35v35c0 19-17 35-36 35h-26c-20 0-36-16-36-35zm103 587c0 18-15 33-32 33h-25c-18 0-32-15-32-33v-31c0-18 14-33 32-33h25c17 0 32 15 32 33v31zm63-479h195L786 507h-2l1 1-1 1 2 1 104 177H691V336z"/></svg>
Copied!