Imdb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Imdb 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/341915.svg" alt="Imdb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341915.svg" alt="Imdb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341915.svg" alt="Imdb icon" :width="24" :height="24" />
CSS background
.icon-imdb {
background-image: url('https://proicons.com/icon/341915.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>.c{stroke-width:1px;}.c,.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M34.0381,24.9254c0-1.502,1.2289-2.731,2.731-2.731h0c1.502,0,2.731,1.2289,2.731,2.731v1.7751c0,1.502-1.2289,2.731-2.731,2.731h0c-1.502,0-2.731-1.2289-2.731-2.731"/><line class="c" x1="34.0381" y1="29.4315" x2="34.0381" y2="18.5077"/><path class="d" d="M24.5008,29.4243v-10.9238h1.7751c3.004,0,5.4617,2.4578,5.4617,5.4618h0c0,3.004-2.4578,5.4618-5.4617,5.4618l-1.7751.0002Z"/><polyline class="c" points="11.0777 29.4315 11.0777 18.5077 16.5397 29.4315 22.0016 18.5077 22.0016 29.4315"/><line class="c" x1="8.5" y1="18.5077" x2="8.5" y2="29.4315"/><path id="b" class="d" d="M43.5,35.5V12.5c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v23c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4Z"/></svg>
Copied!