movie search icon
movie-search from Material Design Icons by Pictogrammers · Filled · Video / Movie · Apache-2.0 Free for personal and commercial use.
- Name
- movie-search
- Set
- Material Design Icons
- Style
- Filled
- Category
- Video / Movie
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More video / movie icons from Material Design Icons
camcordercamcorder-offfilmstripfilmstrip-box-multiplefilmstrip-offhigh-definitionhigh-definition-boxmessage-videomotion-pausemotion-playmoviemovie-checkmovie-filtermovie-minusmovie-offmovie-openmovie-open-checkmovie-open-minusmovie-open-offmovie-open-playmovie-open-plusmovie-open-removemovie-open-starmovie-play
Use the movie search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.03 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.05A6.49 6.49 0 0 0 16.5 10c-3.58 0-6.5 2.92-6.5 6.5c0 1.29.38 2.5 1.03 3.5m12.36 2L22 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5s4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 16.5a2.5 2.5 0 0 0-5 0a2.5 2.5 0 0 0 5 0"/></svg>
React
import type { SVGProps } from "react";
export function MdiMovieSearch(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="M11.03 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.05A6.49 6.49 0 0 0 16.5 10c-3.58 0-6.5 2.92-6.5 6.5c0 1.29.38 2.5 1.03 3.5m12.36 2L22 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5s4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 16.5a2.5 2.5 0 0 0-5 0a2.5 2.5 0 0 0 5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.03 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.05A6.49 6.49 0 0 0 16.5 10c-3.58 0-6.5 2.92-6.5 6.5c0 1.29.38 2.5 1.03 3.5m12.36 2L22 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5s4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 16.5a2.5 2.5 0 0 0-5 0a2.5 2.5 0 0 0 5 0"/></svg> </template>
CSS
.icon-movie-search {
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%22M11.03%2020H4c-1.1%200-2-.9-2-2V6c0-1.1.9-2%202-2h1l2%204h3L8%204h2l2%204h3l-2-4h2l2%204h3l-2-4h4v9.05A6.49%206.49%200%200%200%2016.5%2010c-3.58%200-6.5%202.92-6.5%206.5c0%201.29.38%202.5%201.03%203.5m12.36%202L22%2023.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5%200-4.5-2-4.5-4.5s2-4.5%204.5-4.5s4.5%202%204.5%204.5c0%20.88-.25%201.71-.69%202.4zM19%2016.5a2.5%202.5%200%200%200-5%200a2.5%202.5%200%200%200%205%200%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%22M11.03%2020H4c-1.1%200-2-.9-2-2V6c0-1.1.9-2%202-2h1l2%204h3L8%204h2l2%204h3l-2-4h2l2%204h3l-2-4h4v9.05A6.49%206.49%200%200%200%2016.5%2010c-3.58%200-6.5%202.92-6.5%206.5c0%201.29.38%202.5%201.03%203.5m12.36%202L22%2023.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5%200-4.5-2-4.5-4.5s2-4.5%204.5-4.5s4.5%202%204.5%204.5c0%20.88-.25%201.71-.69%202.4zM19%2016.5a2.5%202.5%200%200%200-5%200a2.5%202.5%200%200%200%205%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/movie-search.svg?color=%231a73e8&size=48