movie from IconPark by ByteDance · Color · Music · Apache-2.0 Free for personal and commercial use.

Name
movie
Set
IconPark
Style
Color
Category
Music
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More music icons from IconPark

Use the movie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" d="M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M24 18C25.6569 18 27 16.6569 27 15C27 13.3431 25.6569 12 24 12C22.3431 12 21 13.3431 21 15C21 16.6569 22.3431 18 24 18Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M24 36C25.6569 36 27 34.6569 27 33C27 31.3431 25.6569 30 24 30C22.3431 30 21 31.3431 21 33C21 34.6569 22.3431 36 24 36Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M15 27C16.6569 27 18 25.6569 18 24C18 22.3431 16.6569 21 15 21C13.3431 21 12 22.3431 12 24C12 25.6569 13.3431 27 15 27Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M33 27C34.6569 27 36 25.6569 36 24C36 22.3431 34.6569 21 33 21C31.3431 21 30 22.3431 30 24C30 25.6569 31.3431 27 33 27Z"/><path stroke="#000" stroke-linecap="round" d="M24 44H44"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkMovie(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" d="M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z"/><path fill="#43CCF8" stroke="#fff" strokeLinejoin="round" d="M24 18C25.6569 18 27 16.6569 27 15C27 13.3431 25.6569 12 24 12C22.3431 12 21 13.3431 21 15C21 16.6569 22.3431 18 24 18Z"/><path fill="#43CCF8" stroke="#fff" strokeLinejoin="round" d="M24 36C25.6569 36 27 34.6569 27 33C27 31.3431 25.6569 30 24 30C22.3431 30 21 31.3431 21 33C21 34.6569 22.3431 36 24 36Z"/><path fill="#43CCF8" stroke="#fff" strokeLinejoin="round" d="M15 27C16.6569 27 18 25.6569 18 24C18 22.3431 16.6569 21 15 21C13.3431 21 12 22.3431 12 24C12 25.6569 13.3431 27 15 27Z"/><path fill="#43CCF8" stroke="#fff" strokeLinejoin="round" d="M33 27C34.6569 27 36 25.6569 36 24C36 22.3431 34.6569 21 33 21C31.3431 21 30 22.3431 30 24C30 25.6569 31.3431 27 33 27Z"/><path stroke="#000" strokeLinecap="round" d="M24 44H44"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" d="M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M24 18C25.6569 18 27 16.6569 27 15C27 13.3431 25.6569 12 24 12C22.3431 12 21 13.3431 21 15C21 16.6569 22.3431 18 24 18Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M24 36C25.6569 36 27 34.6569 27 33C27 31.3431 25.6569 30 24 30C22.3431 30 21 31.3431 21 33C21 34.6569 22.3431 36 24 36Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M15 27C16.6569 27 18 25.6569 18 24C18 22.3431 16.6569 21 15 21C13.3431 21 12 22.3431 12 24C12 25.6569 13.3431 27 15 27Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M33 27C34.6569 27 36 25.6569 36 24C36 22.3431 34.6569 21 33 21C31.3431 21 30 22.3431 30 24C30 25.6569 31.3431 27 33 27Z"/><path stroke="#000" stroke-linecap="round" d="M24 44H44"/></g></svg>
</template>

CSS

.icon-movie {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2044C35.0457%2044%2044%2035.0457%2044%2024C44%2012.9543%2035.0457%204%2024%204C12.9543%204%204%2012.9543%204%2024C4%2035.0457%2012.9543%2044%2024%2044Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2018C25.6569%2018%2027%2016.6569%2027%2015C27%2013.3431%2025.6569%2012%2024%2012C22.3431%2012%2021%2013.3431%2021%2015C21%2016.6569%2022.3431%2018%2024%2018Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2036C25.6569%2036%2027%2034.6569%2027%2033C27%2031.3431%2025.6569%2030%2024%2030C22.3431%2030%2021%2031.3431%2021%2033C21%2034.6569%2022.3431%2036%2024%2036Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2027C16.6569%2027%2018%2025.6569%2018%2024C18%2022.3431%2016.6569%2021%2015%2021C13.3431%2021%2012%2022.3431%2012%2024C12%2025.6569%2013.3431%2027%2015%2027Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33%2027C34.6569%2027%2036%2025.6569%2036%2024C36%2022.3431%2034.6569%2021%2033%2021C31.3431%2021%2030%2022.3431%2030%2024C30%2025.6569%2031.3431%2027%2033%2027Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%2044H44%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2044C35.0457%2044%2044%2035.0457%2044%2024C44%2012.9543%2035.0457%204%2024%204C12.9543%204%204%2012.9543%204%2024C4%2035.0457%2012.9543%2044%2024%2044Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2018C25.6569%2018%2027%2016.6569%2027%2015C27%2013.3431%2025.6569%2012%2024%2012C22.3431%2012%2021%2013.3431%2021%2015C21%2016.6569%2022.3431%2018%2024%2018Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2036C25.6569%2036%2027%2034.6569%2027%2033C27%2031.3431%2025.6569%2030%2024%2030C22.3431%2030%2021%2031.3431%2021%2033C21%2034.6569%2022.3431%2036%2024%2036Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2027C16.6569%2027%2018%2025.6569%2018%2024C18%2022.3431%2016.6569%2021%2015%2021C13.3431%2021%2012%2022.3431%2012%2024C12%2025.6569%2013.3431%2027%2015%2027Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33%2027C34.6569%2027%2036%2025.6569%2036%2024C36%2022.3431%2034.6569%2021%2033%2021C31.3431%2021%2030%2022.3431%2030%2024C30%2025.6569%2031.3431%2027%2033%2027Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%2044H44%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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