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

Name
movie-edit-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 edit off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.19 15.016l.925-.956l-.924-.944l-.95.95zm-.638 1.873l-2.21-2.185l2.222-2.221q.148-.13.307-.19q.16-.062.32-.062q.165 0 .334.064q.17.064.298.193l.925.945q.129.148.19.308q.062.159.062.319t-.052.322t-.2.31zm1.11 5.196q-.19 0-.356-.166l-2.893-2.892l-.73.73q-.131.132-.27.187t-.301.056h-1.073q-.348 0-.578-.23t-.23-.578V18.12q0-.161.056-.3t.186-.271l.73-.725L2.076 3.694q-.146-.146-.156-.347t.156-.366t.357-.165t.357.165l18.23 18.23q.147.147.156.345t-.156.363t-.356.165M4.615 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l9.415 9.416l-1.898 1.898q-.217.217-.348.522t-.13.628v.728q0 .349-.23.578q-.23.23-.579.23zm10.936-5.894L7.639 5h1.5l1.119 2.25q.175.35.5.55t.7.2q.75 0 1.153-.638q.402-.637.052-1.312L12.14 5h2.442l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.58 5h1.804q.69 0 1.153.463T21 6.616v2.603q0 .329-.258.544t-.606.158q-.192-.025-.375-.015q-.182.01-.375.06q-.384.075-.734.242t-.648.465z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMovieEditOffRounded(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="m20.19 15.016l.925-.956l-.924-.944l-.95.95zm-.638 1.873l-2.21-2.185l2.222-2.221q.148-.13.307-.19q.16-.062.32-.062q.165 0 .334.064q.17.064.298.193l.925.945q.129.148.19.308q.062.159.062.319t-.052.322t-.2.31zm1.11 5.196q-.19 0-.356-.166l-2.893-2.892l-.73.73q-.131.132-.27.187t-.301.056h-1.073q-.348 0-.578-.23t-.23-.578V18.12q0-.161.056-.3t.186-.271l.73-.725L2.076 3.694q-.146-.146-.156-.347t.156-.366t.357-.165t.357.165l18.23 18.23q.147.147.156.345t-.156.363t-.356.165M4.615 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l9.415 9.416l-1.898 1.898q-.217.217-.348.522t-.13.628v.728q0 .349-.23.578q-.23.23-.579.23zm10.936-5.894L7.639 5h1.5l1.119 2.25q.175.35.5.55t.7.2q.75 0 1.153-.638q.402-.637.052-1.312L12.14 5h2.442l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.58 5h1.804q.69 0 1.153.463T21 6.616v2.603q0 .329-.258.544t-.606.158q-.192-.025-.375-.015q-.182.01-.375.06q-.384.075-.734.242t-.648.465z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.19 15.016l.925-.956l-.924-.944l-.95.95zm-.638 1.873l-2.21-2.185l2.222-2.221q.148-.13.307-.19q.16-.062.32-.062q.165 0 .334.064q.17.064.298.193l.925.945q.129.148.19.308q.062.159.062.319t-.052.322t-.2.31zm1.11 5.196q-.19 0-.356-.166l-2.893-2.892l-.73.73q-.131.132-.27.187t-.301.056h-1.073q-.348 0-.578-.23t-.23-.578V18.12q0-.161.056-.3t.186-.271l.73-.725L2.076 3.694q-.146-.146-.156-.347t.156-.366t.357-.165t.357.165l18.23 18.23q.147.147.156.345t-.156.363t-.356.165M4.615 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l9.415 9.416l-1.898 1.898q-.217.217-.348.522t-.13.628v.728q0 .349-.23.578q-.23.23-.579.23zm10.936-5.894L7.639 5h1.5l1.119 2.25q.175.35.5.55t.7.2q.75 0 1.153-.638q.402-.637.052-1.312L12.14 5h2.442l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.58 5h1.804q.69 0 1.153.463T21 6.616v2.603q0 .329-.258.544t-.606.158q-.192-.025-.375-.015q-.182.01-.375.06q-.384.075-.734.242t-.648.465z"/></svg>
</template>

CSS

.icon-movie-edit-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%22m20.19%2015.016l.925-.956l-.924-.944l-.95.95zm-.638%201.873l-2.21-2.185l2.222-2.221q.148-.13.307-.19q.16-.062.32-.062q.165%200%20.334.064q.17.064.298.193l.925.945q.129.148.19.308q.062.159.062.319t-.052.322t-.2.31zm1.11%205.196q-.19%200-.356-.166l-2.893-2.892l-.73.73q-.131.132-.27.187t-.301.056h-1.073q-.348%200-.578-.23t-.23-.578V18.12q0-.161.056-.3t.186-.271l.73-.725L2.076%203.694q-.146-.146-.156-.347t.156-.366t.357-.165t.357.165l18.23%2018.23q.147.147.156.345t-.156.363t-.356.165M4.615%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.672.482-1.144Q3.963%205%204.634%205h.174l9.415%209.416l-1.898%201.898q-.217.217-.348.522t-.13.628v.728q0%20.349-.23.578q-.23.23-.579.23zm10.936-5.894L7.639%205h1.5l1.119%202.25q.175.35.5.55t.7.2q.75%200%201.153-.638q.402-.637.052-1.312L12.14%205h2.442l1.125%202.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L17.58%205h1.804q.69%200%201.153.463T21%206.616v2.603q0%20.329-.258.544t-.606.158q-.192-.025-.375-.015q-.182.01-.375.06q-.384.075-.734.242t-.648.465z%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%22m20.19%2015.016l.925-.956l-.924-.944l-.95.95zm-.638%201.873l-2.21-2.185l2.222-2.221q.148-.13.307-.19q.16-.062.32-.062q.165%200%20.334.064q.17.064.298.193l.925.945q.129.148.19.308q.062.159.062.319t-.052.322t-.2.31zm1.11%205.196q-.19%200-.356-.166l-2.893-2.892l-.73.73q-.131.132-.27.187t-.301.056h-1.073q-.348%200-.578-.23t-.23-.578V18.12q0-.161.056-.3t.186-.271l.73-.725L2.076%203.694q-.146-.146-.156-.347t.156-.366t.357-.165t.357.165l18.23%2018.23q.147.147.156.345t-.156.363t-.356.165M4.615%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.672.482-1.144Q3.963%205%204.634%205h.174l9.415%209.416l-1.898%201.898q-.217.217-.348.522t-.13.628v.728q0%20.349-.23.578q-.23.23-.579.23zm10.936-5.894L7.639%205h1.5l1.119%202.25q.175.35.5.55t.7.2q.75%200%201.153-.638q.402-.637.052-1.312L12.14%205h2.442l1.125%202.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L17.58%205h1.804q.69%200%201.153.463T21%206.616v2.603q0%20.329-.258.544t-.606.158q-.192-.025-.375-.015q-.182.01-.375.06q-.384.075-.734.242t-.648.465z%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-edit-off-rounded.svg?color=%231a73e8&size=48