movie-off-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
movie-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the movie off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l14 14zm15.794-.812L7.639 5h1.436l1.13 2.256q.176.35.5.547q.326.197.7.197q.75 0 1.148-.635q.397-.634.047-1.31L12.075 5h2.483l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.558 5h1.827q.69 0 1.153.463T21 6.616V17q0 .385-.156.687t-.435.501m-.853 2.981L2.825 4.444q-.146-.146-.156-.347t.156-.366t.357-.165t.356.165L20.27 20.46q.147.147.156.345t-.156.363t-.356.165t-.357-.165"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMovieOffRounded(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="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l14 14zm15.794-.812L7.639 5h1.436l1.13 2.256q.176.35.5.547q.326.197.7.197q.75 0 1.148-.635q.397-.634.047-1.31L12.075 5h2.483l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.558 5h1.827q.69 0 1.153.463T21 6.616V17q0 .385-.156.687t-.435.501m-.853 2.981L2.825 4.444q-.146-.146-.156-.347t.156-.366t.357-.165t.356.165L20.27 20.46q.147.147.156.345t-.156.363t-.356.165t-.357-.165"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l14 14zm15.794-.812L7.639 5h1.436l1.13 2.256q.176.35.5.547q.326.197.7.197q.75 0 1.148-.635q.397-.634.047-1.31L12.075 5h2.483l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.558 5h1.827q.69 0 1.153.463T21 6.616V17q0 .385-.156.687t-.435.501m-.853 2.981L2.825 4.444q-.146-.146-.156-.347t.156-.366t.357-.165t.356.165L20.27 20.46q.147.147.156.345t-.156.363t-.356.165t-.357-.165"/></svg>
</template>

CSS

.icon-movie-off-rounded {
  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%22M4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.672.482-1.144Q3.963%205%204.634%205h.174l14%2014zm15.794-.812L7.639%205h1.436l1.13%202.256q.176.35.5.547q.326.197.7.197q.75%200%201.148-.635q.397-.634.047-1.31L12.075%205h2.483l1.125%202.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L17.558%205h1.827q.69%200%201.153.463T21%206.616V17q0%20.385-.156.687t-.435.501m-.853%202.981L2.825%204.444q-.146-.146-.156-.347t.156-.366t.357-.165t.356.165L20.27%2020.46q.147.147.156.345t-.156.363t-.356.165t-.357-.165%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%22M4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.672.482-1.144Q3.963%205%204.634%205h.174l14%2014zm15.794-.812L7.639%205h1.436l1.13%202.256q.176.35.5.547q.326.197.7.197q.75%200%201.148-.635q.397-.634.047-1.31L12.075%205h2.483l1.125%202.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L17.558%205h1.827q.69%200%201.153.463T21%206.616V17q0%20.385-.156.687t-.435.501m-.853%202.981L2.825%204.444q-.146-.146-.156-.347t.156-.366t.357-.165t.356.165L20.27%2020.46q.147.147.156.345t-.156.363t-.356.165t-.357-.165%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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