Moviedb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moviedb 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/329601.svg" alt="Moviedb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329601.svg" alt="Moviedb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329601.svg" alt="Moviedb icon" :width="24" :height="24" />
CSS background
.icon-moviedb {
background-image: url('https://proicons.com/icon/329601.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.07,23.55H39.41a2.46,2.46,0,0,0,2.47-2.47V17a2.47,2.47,0,0,0-2.47-2.48h-22"/><path class="a" d="M21.07,23.55l-8.07,6v.58a2.47,2.47,0,0,0,2.48,2.47H39.41a2.46,2.46,0,0,0,2.47-2.47V26a2.47,2.47,0,0,0-2.47-2.48Z"/><rect class="a" x="13" y="32.56" width="28.88" height="9.01" rx="2.48"/><path class="a" d="M6.2,26.32c0-4.48,0-10.81-.07-14a53.48,53.48,0,0,1,0-5.84l9.61,7,9.58,7S8.48,32.86,6.32,34.41c-.09.06-.09-.42-.12-8.09Z"/></svg>
Copied!