Ui Movie Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Movie 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/306777.svg" alt="Ui Movie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306777.svg" alt="Ui Movie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306777.svg" alt="Ui Movie icon" :width="24" :height="24" />
CSS background
.icon-ui-movie {
background-image: url('https://proicons.com/icon/306777.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="M500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm0 96c70 0 127 57 127 127s-57 127-127 127-127-57-127-127S430 96 500 96zM102 377c28-64 104-93 168-64 64 28 93 104 65 168-29 64-104 93-169 64-64-28-93-104-64-168zm316 456c-52 47-132 43-179-10-47-52-43-132 9-179s133-43 180 9 43 133-10 180zm14-333c0-37 31-68 68-68s68 31 68 68-31 67-68 67-68-30-68-67zm304 345c-59 38-138 22-176-37s-22-138 37-176c59-39 138-22 176 37 39 59 22 138-37 176zm66-290c-70 11-135-37-146-106-11-70 37-135 106-146s135 37 146 106c11 70-37 135-106 146z"/></svg>
Copied!