movie edit off icon
movie-edit-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- movie-edit-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l4 4H4v8.385q0 .269.173.442t.443.173h6.73q.214 0 .357.143t.143.357t-.143.357t-.357.143zM21 6.616V8.23q0 .31-.23.54t-.54.23h-8.59l-4-4h1.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.616m.116 7.444l-.925-.945zm-1.564 2.828l-2.21-2.184l2.222-2.221q.148-.149.307-.2q.16-.052.32-.052q.165 0 .334.064q.17.065.298.194l.925.944q.129.148.19.308q.062.159.062.319t-.061.322t-.191.31zm-4.437 2.227h.95l.716-.715l-.95-.95l-.715.716zm5.548 2.97q-.192 0-.357-.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.165"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMovieEditOffOutlineRounded(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.174l4 4H4v8.385q0 .269.173.442t.443.173h6.73q.214 0 .357.143t.143.357t-.143.357t-.357.143zM21 6.616V8.23q0 .31-.23.54t-.54.23h-8.59l-4-4h1.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.616m.116 7.444l-.925-.945zm-1.564 2.828l-2.21-2.184l2.222-2.221q.148-.149.307-.2q.16-.052.32-.052q.165 0 .334.064q.17.065.298.194l.925.944q.129.148.19.308q.062.159.062.319t-.061.322t-.191.31zm-4.437 2.227h.95l.716-.715l-.95-.95l-.715.716zm5.548 2.97q-.192 0-.357-.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.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.174l4 4H4v8.385q0 .269.173.442t.443.173h6.73q.214 0 .357.143t.143.357t-.143.357t-.357.143zM21 6.616V8.23q0 .31-.23.54t-.54.23h-8.59l-4-4h1.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.616m.116 7.444l-.925-.945zm-1.564 2.828l-2.21-2.184l2.222-2.221q.148-.149.307-.2q.16-.052.32-.052q.165 0 .334.064q.17.065.298.194l.925.944q.129.148.19.308q.062.159.062.319t-.061.322t-.191.31zm-4.437 2.227h.95l.716-.715l-.95-.95l-.715.716zm5.548 2.97q-.192 0-.357-.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.165"/></svg> </template>
CSS
.icon-movie-edit-off-outline-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.174l4%204H4v8.385q0%20.269.173.442t.443.173h6.73q.214%200%20.357.143t.143.357t-.143.357t-.357.143zM21%206.616V8.23q0%20.31-.23.54t-.54.23h-8.59l-4-4h1.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.616m.116%207.444l-.925-.945zm-1.564%202.828l-2.21-2.184l2.222-2.221q.148-.149.307-.2q.16-.052.32-.052q.165%200%20.334.064q.17.065.298.194l.925.944q.129.148.19.308q.062.159.062.319t-.061.322t-.191.31zm-4.437%202.227h.95l.716-.715l-.95-.95l-.715.716zm5.548%202.97q-.192%200-.357-.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.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.174l4%204H4v8.385q0%20.269.173.442t.443.173h6.73q.214%200%20.357.143t.143.357t-.143.357t-.357.143zM21%206.616V8.23q0%20.31-.23.54t-.54.23h-8.59l-4-4h1.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.616m.116%207.444l-.925-.945zm-1.564%202.828l-2.21-2.184l2.222-2.221q.148-.149.307-.2q.16-.052.32-.052q.165%200%20.334.064q.17.065.298.194l.925.944q.129.148.19.308q.062.159.062.319t-.061.322t-.191.31zm-4.437%202.227h.95l.716-.715l-.95-.95l-.715.716zm5.548%202.97q-.192%200-.357-.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.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-edit-off-outline-rounded.svg?color=%231a73e8&size=48