Google Movies Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Movies 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/326664.svg" alt="Google Movies icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326664.svg" alt="Google Movies icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326664.svg" alt="Google Movies icon" :width="24" :height="24" />
CSS background
.icon-google-movies {
background-image: url('https://proicons.com/icon/326664.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><path class="b" d="M10.1402,11h1.86c.8671,0,1.57.7029,1.57,1.57v1.86c0,.8671-.7029,1.57-1.57,1.57h-1.86c-.8671,0-1.57-.7029-1.57-1.57v-1.82c-.0221-.8668.6627-1.5874,1.5295-1.6095.0135-.0003.027-.0005.0405-.0005ZM36.0002,11h1.86c.8671,0,1.57.7029,1.57,1.57v1.86c0,.8671-.7029,1.57-1.57,1.57h-1.86c-.8671,0-1.57-.7029-1.57-1.57v-1.82c-.0221-.8668.6627-1.5874,1.5295-1.6095.0135-.0003.027-.0005.0405-.0005ZM10.1402,18h1.86c.8671,0,1.57.7029,1.57,1.57v1.86c0,.8671-.7029,1.57-1.57,1.57h-1.86c-.8671,0-1.57-.7029-1.57-1.57v-1.85c-.0055-.8671.6929-1.5744,1.56-1.58.0033,0,.0067,0,.01,0ZM36.0002,18h1.86c.8671,0,1.57.7029,1.57,1.57v1.86c0,.8671-.7029,1.57-1.57,1.57h-1.86c-.8671,0-1.57-.7029-1.57-1.57v-1.85c-.0055-.8671.6929-1.5744,1.56-1.58.0033,0,.0067,0,.01,0ZM10.1402,25h1.86c.8671,0,1.57.7029,1.57,1.57v1.85c.0055.8671-.6929,1.5744-1.56,1.58-.0033,0-.0067,0-.01,0h-1.86c-.8671,0-1.57-.7029-1.57-1.57,0-.0033,0-.0067,0-.01v-1.86c.0055-.8632.7068-1.56,1.57-1.56ZM36.0002,25h1.86c.8671,0,1.57.7029,1.57,1.57v1.85c.0055.8671-.6929,1.5744-1.56,1.58-.0033,0-.0067,0-.01,0h-1.86c-.8671,0-1.57-.7029-1.57-1.57,0-.0033,0-.0067,0-.01v-1.86c.0055-.8632.7068-1.56,1.57-1.56ZM10.1402,32h1.86c.8671,0,1.57.7029,1.57,1.57v1.86c0,.8671-.7029,1.57-1.57,1.57h-1.86c-.8671,0-1.57-.7029-1.57-1.57v-1.9c.0217-.8514.7183-1.5303,1.57-1.53ZM36.0002,32h1.86c.8671,0,1.57.7029,1.57,1.57v1.86c0,.8671-.7029,1.57-1.57,1.57h-1.86c-.8671,0-1.57-.7029-1.57-1.57v-1.9c.0217-.8514.7183-1.5303,1.57-1.53Z"/><rect class="b" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/></svg>
Copied!