Moviebase Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moviebase 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/344155.svg" alt="Moviebase icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344155.svg" alt="Moviebase icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344155.svg" alt="Moviebase icon" :width="24" :height="24" />
CSS background
.icon-moviebase {
background-image: url('https://proicons.com/icon/344155.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><path class="a" d="M24,19.6277c3.1453,4.8207,10.7969,19.3951,16.2062,19.3951,7.6515,0,.4484-30.0456-6.1661-30.0456-3.1123,0-6.1367,4.32-8.128,7.5675"/><path class="a" d="M22.1349,22.6524c-3.7119,6.1548-9.8123,16.37-14.3411,16.37-7.6515,0-.4484-30.0456,6.1661-30.0456,4.4844,0,8.4643,7.9038,10.04,10.6505"/></svg>
Copied!