movie-roll from Material Design Icons by Pictogrammers · Filled · Video / Movie · Apache-2.0 Free for personal and commercial use.

Name
movie-roll
Set
Material Design Icons
Style
Filled
Category
Video / Movie
Viewbox
24×24
License
Apache 2.0
Aliases
film-reel

More video / movie icons from Material Design Icons

Use the movie roll icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2m0 2a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 12 9a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 12 4M4.4 9.53A2.5 2.5 0 0 0 6 12.68c1.32.42 2.73-.29 3.15-1.61a2.5 2.5 0 0 0-1.6-3.15c-1.31-.42-2.73.29-3.15 1.61m15.21-.03c-.43-1.29-1.84-2-3.15-1.58a2.49 2.49 0 0 0-1.61 3.15a2.5 2.5 0 0 0 3.15 1.6c1.31-.42 2.03-1.84 1.61-3.17m-12.3 8.96c1.11.82 2.69.57 3.49-.55c.81-1.12.56-2.68-.56-3.49a2.506 2.506 0 0 0-3.49.55c-.81 1.12-.56 2.68.56 3.49m9.39 0c1.12-.81 1.37-2.37.56-3.49a2.49 2.49 0 0 0-3.49-.55a2.497 2.497 0 0 0-.56 3.49c.79 1.12 2.38 1.36 3.49.55M12 10.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiMovieRoll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2m0 2a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 12 9a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 12 4M4.4 9.53A2.5 2.5 0 0 0 6 12.68c1.32.42 2.73-.29 3.15-1.61a2.5 2.5 0 0 0-1.6-3.15c-1.31-.42-2.73.29-3.15 1.61m15.21-.03c-.43-1.29-1.84-2-3.15-1.58a2.49 2.49 0 0 0-1.61 3.15a2.5 2.5 0 0 0 3.15 1.6c1.31-.42 2.03-1.84 1.61-3.17m-12.3 8.96c1.11.82 2.69.57 3.49-.55c.81-1.12.56-2.68-.56-3.49a2.506 2.506 0 0 0-3.49.55c-.81 1.12-.56 2.68.56 3.49m9.39 0c1.12-.81 1.37-2.37.56-3.49a2.49 2.49 0 0 0-3.49-.55a2.497 2.497 0 0 0-.56 3.49c.79 1.12 2.38 1.36 3.49.55M12 10.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2m0 2a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 12 9a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 12 4M4.4 9.53A2.5 2.5 0 0 0 6 12.68c1.32.42 2.73-.29 3.15-1.61a2.5 2.5 0 0 0-1.6-3.15c-1.31-.42-2.73.29-3.15 1.61m15.21-.03c-.43-1.29-1.84-2-3.15-1.58a2.49 2.49 0 0 0-1.61 3.15a2.5 2.5 0 0 0 3.15 1.6c1.31-.42 2.03-1.84 1.61-3.17m-12.3 8.96c1.11.82 2.69.57 3.49-.55c.81-1.12.56-2.68-.56-3.49a2.506 2.506 0 0 0-3.49.55c-.81 1.12-.56 2.68.56 3.49m9.39 0c1.12-.81 1.37-2.37.56-3.49a2.49 2.49 0 0 0-3.49-.55a2.497 2.497 0 0 0-.56 3.49c.79 1.12 2.38 1.36 3.49.55M12 10.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>
</template>

CSS

.icon-movie-roll {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%200%201%2010%2010a10%2010%200%200%201-10%2010A10%2010%200%200%201%202%2012A10%2010%200%200%201%2012%202m0%202a2.5%202.5%200%200%200-2.5%202.5A2.5%202.5%200%200%200%2012%209a2.5%202.5%200%200%200%202.5-2.5A2.5%202.5%200%200%200%2012%204M4.4%209.53A2.5%202.5%200%200%200%206%2012.68c1.32.42%202.73-.29%203.15-1.61a2.5%202.5%200%200%200-1.6-3.15c-1.31-.42-2.73.29-3.15%201.61m15.21-.03c-.43-1.29-1.84-2-3.15-1.58a2.49%202.49%200%200%200-1.61%203.15a2.5%202.5%200%200%200%203.15%201.6c1.31-.42%202.03-1.84%201.61-3.17m-12.3%208.96c1.11.82%202.69.57%203.49-.55c.81-1.12.56-2.68-.56-3.49a2.506%202.506%200%200%200-3.49.55c-.81%201.12-.56%202.68.56%203.49m9.39%200c1.12-.81%201.37-2.37.56-3.49a2.49%202.49%200%200%200-3.49-.55a2.497%202.497%200%200%200-.56%203.49c.79%201.12%202.38%201.36%203.49.55M12%2010.5a1.5%201.5%200%200%200-1.5%201.5a1.5%201.5%200%200%200%201.5%201.5a1.5%201.5%200%200%200%201.5-1.5a1.5%201.5%200%200%200-1.5-1.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%200%201%2010%2010a10%2010%200%200%201-10%2010A10%2010%200%200%201%202%2012A10%2010%200%200%201%2012%202m0%202a2.5%202.5%200%200%200-2.5%202.5A2.5%202.5%200%200%200%2012%209a2.5%202.5%200%200%200%202.5-2.5A2.5%202.5%200%200%200%2012%204M4.4%209.53A2.5%202.5%200%200%200%206%2012.68c1.32.42%202.73-.29%203.15-1.61a2.5%202.5%200%200%200-1.6-3.15c-1.31-.42-2.73.29-3.15%201.61m15.21-.03c-.43-1.29-1.84-2-3.15-1.58a2.49%202.49%200%200%200-1.61%203.15a2.5%202.5%200%200%200%203.15%201.6c1.31-.42%202.03-1.84%201.61-3.17m-12.3%208.96c1.11.82%202.69.57%203.49-.55c.81-1.12.56-2.68-.56-3.49a2.506%202.506%200%200%200-3.49.55c-.81%201.12-.56%202.68.56%203.49m9.39%200c1.12-.81%201.37-2.37.56-3.49a2.49%202.49%200%200%200-3.49-.55a2.497%202.497%200%200%200-.56%203.49c.79%201.12%202.38%201.36%203.49.55M12%2010.5a1.5%201.5%200%200%200-1.5%201.5a1.5%201.5%200%200%200%201.5%201.5a1.5%201.5%200%200%200%201.5-1.5a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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