imdb from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
imdb
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the imdb logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M185.5 387.6h-35.6V250.2h35.6zm66.6-73.1l9.1-64.3h46.3v137.4h-31v-92.7l-13.4 92.7h-21.3l-13-90.7l-.1 90.7h-31.2V250.2h46.1c.5 8.3 2.8 18.1 4.3 29.4zm67.6 73.1V250.2h26.6c17 0 27 .9 33 2.4c6.1 1.7 10.7 4.2 13.9 7.9c3.1 3.3 5.1 6.6 5.8 12c.9 4.4 1.4 13.1 1.4 26.2v48.2c0 12.3-.7 20.5-1.9 24.7c-1.1 4.1-3.1 7.4-6 9.7c-2.8 2.4-6.4 4.1-10.7 5c-4.2.8-10.6 1.3-19.1 1.3zm35.5-113.9v89.4c5.1 0 8.3-1 9.4-2.3c1.1-2 1.8-7.6 1.8-16.7v-53.3c0-6.2-.1-10.2-.7-12c-.3-1.8-1.2-3-2.6-4.7c-1.4 0-4.1-.4-7.9-.4m57.3 113.9V250.2h34.1v43.9c2.9-2.4 6.1-4.9 9.5-6.6c3.6-1.5 8.8-2.4 12.8-2.4c4.8 0 8.9.8 12.3 2.2c3.4 1.5 6 3.5 8 6.2c1.7 2.6 2.7 5.3 3.1 7.8c.4 2.6-.2 8-.2 16.2v38.6c0 8.2.2 14.3-.8 18.4c-1.1 4-3.8 7.6-7.8 9.6c-4.1 3.9-8.9 5.3-14.6 5.3c-4 0-9.2-.9-12.7-2.5c-3.5-1.8-6.7-4.5-9.6-8l-2.1 8.7zm45.1-20.7c.7-1.8 1-6 1-12.5V319c0-5.6-.3-9.5-1.1-11.2c-.7-1.9-3.7-2.7-5.8-2.7c-2 0-3.4.8-4.1 2.3c-.6 1.5-1 5.4-1 11.6v36.4c0 6.1.4 10 1.2 11.6c.6 1.7 2.1 2.5 4.1 2.5c2.2 0 4.2-.8 5.7-2.6M514.4 96c15.7 1.2 28.7 15.2 28.7 31.9v384.2c0 16.4-11.9 30.4-28.2 31c-.3 0-.5.9-.8.9H125.9c-.3 0-.6-.9-.8-.1c-15.7-1.4-27.9-13.8-29-30.2L96 125.8c1.1-15.9 13.8-28.7 30.3-30.7h387.4c.2 0 .5.9.7.9m-388.1 9.3c-11.3.7-20.3 9.7-21 21.1v387.3c.4 5.4 2.7 10.5 6.4 14.3c3.8 3.9 8.8 6.3 14.2 6.7h388.2c11.5-1 20.6-11.6 20.6-22.6V127.9c0-5.7-2.1-11.3-6-15.5s-9.3-6.8-15-7.2H126.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsImdb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M185.5 387.6h-35.6V250.2h35.6zm66.6-73.1l9.1-64.3h46.3v137.4h-31v-92.7l-13.4 92.7h-21.3l-13-90.7l-.1 90.7h-31.2V250.2h46.1c.5 8.3 2.8 18.1 4.3 29.4zm67.6 73.1V250.2h26.6c17 0 27 .9 33 2.4c6.1 1.7 10.7 4.2 13.9 7.9c3.1 3.3 5.1 6.6 5.8 12c.9 4.4 1.4 13.1 1.4 26.2v48.2c0 12.3-.7 20.5-1.9 24.7c-1.1 4.1-3.1 7.4-6 9.7c-2.8 2.4-6.4 4.1-10.7 5c-4.2.8-10.6 1.3-19.1 1.3zm35.5-113.9v89.4c5.1 0 8.3-1 9.4-2.3c1.1-2 1.8-7.6 1.8-16.7v-53.3c0-6.2-.1-10.2-.7-12c-.3-1.8-1.2-3-2.6-4.7c-1.4 0-4.1-.4-7.9-.4m57.3 113.9V250.2h34.1v43.9c2.9-2.4 6.1-4.9 9.5-6.6c3.6-1.5 8.8-2.4 12.8-2.4c4.8 0 8.9.8 12.3 2.2c3.4 1.5 6 3.5 8 6.2c1.7 2.6 2.7 5.3 3.1 7.8c.4 2.6-.2 8-.2 16.2v38.6c0 8.2.2 14.3-.8 18.4c-1.1 4-3.8 7.6-7.8 9.6c-4.1 3.9-8.9 5.3-14.6 5.3c-4 0-9.2-.9-12.7-2.5c-3.5-1.8-6.7-4.5-9.6-8l-2.1 8.7zm45.1-20.7c.7-1.8 1-6 1-12.5V319c0-5.6-.3-9.5-1.1-11.2c-.7-1.9-3.7-2.7-5.8-2.7c-2 0-3.4.8-4.1 2.3c-.6 1.5-1 5.4-1 11.6v36.4c0 6.1.4 10 1.2 11.6c.6 1.7 2.1 2.5 4.1 2.5c2.2 0 4.2-.8 5.7-2.6M514.4 96c15.7 1.2 28.7 15.2 28.7 31.9v384.2c0 16.4-11.9 30.4-28.2 31c-.3 0-.5.9-.8.9H125.9c-.3 0-.6-.9-.8-.1c-15.7-1.4-27.9-13.8-29-30.2L96 125.8c1.1-15.9 13.8-28.7 30.3-30.7h387.4c.2 0 .5.9.7.9m-388.1 9.3c-11.3.7-20.3 9.7-21 21.1v387.3c.4 5.4 2.7 10.5 6.4 14.3c3.8 3.9 8.8 6.3 14.2 6.7h388.2c11.5-1 20.6-11.6 20.6-22.6V127.9c0-5.7-2.1-11.3-6-15.5s-9.3-6.8-15-7.2H126.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M185.5 387.6h-35.6V250.2h35.6zm66.6-73.1l9.1-64.3h46.3v137.4h-31v-92.7l-13.4 92.7h-21.3l-13-90.7l-.1 90.7h-31.2V250.2h46.1c.5 8.3 2.8 18.1 4.3 29.4zm67.6 73.1V250.2h26.6c17 0 27 .9 33 2.4c6.1 1.7 10.7 4.2 13.9 7.9c3.1 3.3 5.1 6.6 5.8 12c.9 4.4 1.4 13.1 1.4 26.2v48.2c0 12.3-.7 20.5-1.9 24.7c-1.1 4.1-3.1 7.4-6 9.7c-2.8 2.4-6.4 4.1-10.7 5c-4.2.8-10.6 1.3-19.1 1.3zm35.5-113.9v89.4c5.1 0 8.3-1 9.4-2.3c1.1-2 1.8-7.6 1.8-16.7v-53.3c0-6.2-.1-10.2-.7-12c-.3-1.8-1.2-3-2.6-4.7c-1.4 0-4.1-.4-7.9-.4m57.3 113.9V250.2h34.1v43.9c2.9-2.4 6.1-4.9 9.5-6.6c3.6-1.5 8.8-2.4 12.8-2.4c4.8 0 8.9.8 12.3 2.2c3.4 1.5 6 3.5 8 6.2c1.7 2.6 2.7 5.3 3.1 7.8c.4 2.6-.2 8-.2 16.2v38.6c0 8.2.2 14.3-.8 18.4c-1.1 4-3.8 7.6-7.8 9.6c-4.1 3.9-8.9 5.3-14.6 5.3c-4 0-9.2-.9-12.7-2.5c-3.5-1.8-6.7-4.5-9.6-8l-2.1 8.7zm45.1-20.7c.7-1.8 1-6 1-12.5V319c0-5.6-.3-9.5-1.1-11.2c-.7-1.9-3.7-2.7-5.8-2.7c-2 0-3.4.8-4.1 2.3c-.6 1.5-1 5.4-1 11.6v36.4c0 6.1.4 10 1.2 11.6c.6 1.7 2.1 2.5 4.1 2.5c2.2 0 4.2-.8 5.7-2.6M514.4 96c15.7 1.2 28.7 15.2 28.7 31.9v384.2c0 16.4-11.9 30.4-28.2 31c-.3 0-.5.9-.8.9H125.9c-.3 0-.6-.9-.8-.1c-15.7-1.4-27.9-13.8-29-30.2L96 125.8c1.1-15.9 13.8-28.7 30.3-30.7h387.4c.2 0 .5.9.7.9m-388.1 9.3c-11.3.7-20.3 9.7-21 21.1v387.3c.4 5.4 2.7 10.5 6.4 14.3c3.8 3.9 8.8 6.3 14.2 6.7h388.2c11.5-1 20.6-11.6 20.6-22.6V127.9c0-5.7-2.1-11.3-6-15.5s-9.3-6.8-15-7.2H126.3z"/></svg>
</template>

CSS

.icon-imdb {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M185.5%20387.6h-35.6V250.2h35.6zm66.6-73.1l9.1-64.3h46.3v137.4h-31v-92.7l-13.4%2092.7h-21.3l-13-90.7l-.1%2090.7h-31.2V250.2h46.1c.5%208.3%202.8%2018.1%204.3%2029.4zm67.6%2073.1V250.2h26.6c17%200%2027%20.9%2033%202.4c6.1%201.7%2010.7%204.2%2013.9%207.9c3.1%203.3%205.1%206.6%205.8%2012c.9%204.4%201.4%2013.1%201.4%2026.2v48.2c0%2012.3-.7%2020.5-1.9%2024.7c-1.1%204.1-3.1%207.4-6%209.7c-2.8%202.4-6.4%204.1-10.7%205c-4.2.8-10.6%201.3-19.1%201.3zm35.5-113.9v89.4c5.1%200%208.3-1%209.4-2.3c1.1-2%201.8-7.6%201.8-16.7v-53.3c0-6.2-.1-10.2-.7-12c-.3-1.8-1.2-3-2.6-4.7c-1.4%200-4.1-.4-7.9-.4m57.3%20113.9V250.2h34.1v43.9c2.9-2.4%206.1-4.9%209.5-6.6c3.6-1.5%208.8-2.4%2012.8-2.4c4.8%200%208.9.8%2012.3%202.2c3.4%201.5%206%203.5%208%206.2c1.7%202.6%202.7%205.3%203.1%207.8c.4%202.6-.2%208-.2%2016.2v38.6c0%208.2.2%2014.3-.8%2018.4c-1.1%204-3.8%207.6-7.8%209.6c-4.1%203.9-8.9%205.3-14.6%205.3c-4%200-9.2-.9-12.7-2.5c-3.5-1.8-6.7-4.5-9.6-8l-2.1%208.7zm45.1-20.7c.7-1.8%201-6%201-12.5V319c0-5.6-.3-9.5-1.1-11.2c-.7-1.9-3.7-2.7-5.8-2.7c-2%200-3.4.8-4.1%202.3c-.6%201.5-1%205.4-1%2011.6v36.4c0%206.1.4%2010%201.2%2011.6c.6%201.7%202.1%202.5%204.1%202.5c2.2%200%204.2-.8%205.7-2.6M514.4%2096c15.7%201.2%2028.7%2015.2%2028.7%2031.9v384.2c0%2016.4-11.9%2030.4-28.2%2031c-.3%200-.5.9-.8.9H125.9c-.3%200-.6-.9-.8-.1c-15.7-1.4-27.9-13.8-29-30.2L96%20125.8c1.1-15.9%2013.8-28.7%2030.3-30.7h387.4c.2%200%20.5.9.7.9m-388.1%209.3c-11.3.7-20.3%209.7-21%2021.1v387.3c.4%205.4%202.7%2010.5%206.4%2014.3c3.8%203.9%208.8%206.3%2014.2%206.7h388.2c11.5-1%2020.6-11.6%2020.6-22.6V127.9c0-5.7-2.1-11.3-6-15.5s-9.3-6.8-15-7.2H126.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M185.5%20387.6h-35.6V250.2h35.6zm66.6-73.1l9.1-64.3h46.3v137.4h-31v-92.7l-13.4%2092.7h-21.3l-13-90.7l-.1%2090.7h-31.2V250.2h46.1c.5%208.3%202.8%2018.1%204.3%2029.4zm67.6%2073.1V250.2h26.6c17%200%2027%20.9%2033%202.4c6.1%201.7%2010.7%204.2%2013.9%207.9c3.1%203.3%205.1%206.6%205.8%2012c.9%204.4%201.4%2013.1%201.4%2026.2v48.2c0%2012.3-.7%2020.5-1.9%2024.7c-1.1%204.1-3.1%207.4-6%209.7c-2.8%202.4-6.4%204.1-10.7%205c-4.2.8-10.6%201.3-19.1%201.3zm35.5-113.9v89.4c5.1%200%208.3-1%209.4-2.3c1.1-2%201.8-7.6%201.8-16.7v-53.3c0-6.2-.1-10.2-.7-12c-.3-1.8-1.2-3-2.6-4.7c-1.4%200-4.1-.4-7.9-.4m57.3%20113.9V250.2h34.1v43.9c2.9-2.4%206.1-4.9%209.5-6.6c3.6-1.5%208.8-2.4%2012.8-2.4c4.8%200%208.9.8%2012.3%202.2c3.4%201.5%206%203.5%208%206.2c1.7%202.6%202.7%205.3%203.1%207.8c.4%202.6-.2%208-.2%2016.2v38.6c0%208.2.2%2014.3-.8%2018.4c-1.1%204-3.8%207.6-7.8%209.6c-4.1%203.9-8.9%205.3-14.6%205.3c-4%200-9.2-.9-12.7-2.5c-3.5-1.8-6.7-4.5-9.6-8l-2.1%208.7zm45.1-20.7c.7-1.8%201-6%201-12.5V319c0-5.6-.3-9.5-1.1-11.2c-.7-1.9-3.7-2.7-5.8-2.7c-2%200-3.4.8-4.1%202.3c-.6%201.5-1%205.4-1%2011.6v36.4c0%206.1.4%2010%201.2%2011.6c.6%201.7%202.1%202.5%204.1%202.5c2.2%200%204.2-.8%205.7-2.6M514.4%2096c15.7%201.2%2028.7%2015.2%2028.7%2031.9v384.2c0%2016.4-11.9%2030.4-28.2%2031c-.3%200-.5.9-.8.9H125.9c-.3%200-.6-.9-.8-.1c-15.7-1.4-27.9-13.8-29-30.2L96%20125.8c1.1-15.9%2013.8-28.7%2030.3-30.7h387.4c.2%200%20.5.9.7.9m-388.1%209.3c-11.3.7-20.3%209.7-21%2021.1v387.3c.4%205.4%202.7%2010.5%206.4%2014.3c3.8%203.9%208.8%206.3%2014.2%206.7h388.2c11.5-1%2020.6-11.6%2020.6-22.6V127.9c0-5.7-2.1-11.3-6-15.5s-9.3-6.8-15-7.2H126.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/imdb.svg?color=%231a73e8&size=48