camcorder-off from Material Design Icons by Pictogrammers · Filled · Video / Movie · Apache-2.0 Free for personal and commercial use.

Name
camcorder-off
Set
Material Design Icons
Style
Filled
Category
Video / Movie
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More video / movie icons from Material Design Icons

Use the camcorder off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L9.4 8.8l-7-7L1.1 3l1.6 1.6C2.2 5.3 2 6.1 2 7v13c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-6.1l1 1V16h1.1l6.7 6.7zM5 20c-.5 0-1-.5-1-1s.5-1 1-1s1 .5 1 1s-.5 1-1 1m2-10c-1.7 0-3-1.3-3-3c0-.3.1-.6.2-.9L8 9.9c-.4 0-.7.1-1 .1m.2-6L5.5 2.3Q6.25 2 7 2c2.8 0 5 2.2 5 5v1.8l-2-2C9.9 5.3 8.7 4.1 7.2 4M20 9h-7V7h7c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2h-.8l-2-2H20z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCamcorderOff(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="M22.1 21.5L9.4 8.8l-7-7L1.1 3l1.6 1.6C2.2 5.3 2 6.1 2 7v13c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-6.1l1 1V16h1.1l6.7 6.7zM5 20c-.5 0-1-.5-1-1s.5-1 1-1s1 .5 1 1s-.5 1-1 1m2-10c-1.7 0-3-1.3-3-3c0-.3.1-.6.2-.9L8 9.9c-.4 0-.7.1-1 .1m.2-6L5.5 2.3Q6.25 2 7 2c2.8 0 5 2.2 5 5v1.8l-2-2C9.9 5.3 8.7 4.1 7.2 4M20 9h-7V7h7c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2h-.8l-2-2H20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L9.4 8.8l-7-7L1.1 3l1.6 1.6C2.2 5.3 2 6.1 2 7v13c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-6.1l1 1V16h1.1l6.7 6.7zM5 20c-.5 0-1-.5-1-1s.5-1 1-1s1 .5 1 1s-.5 1-1 1m2-10c-1.7 0-3-1.3-3-3c0-.3.1-.6.2-.9L8 9.9c-.4 0-.7.1-1 .1m.2-6L5.5 2.3Q6.25 2 7 2c2.8 0 5 2.2 5 5v1.8l-2-2C9.9 5.3 8.7 4.1 7.2 4M20 9h-7V7h7c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2h-.8l-2-2H20z"/></svg>
</template>

CSS

.icon-camcorder-off {
  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%22M22.1%2021.5L9.4%208.8l-7-7L1.1%203l1.6%201.6C2.2%205.3%202%206.1%202%207v13c0%201.1.9%202%202%202h6c1.1%200%202-.9%202-2v-6.1l1%201V16h1.1l6.7%206.7zM5%2020c-.5%200-1-.5-1-1s.5-1%201-1s1%20.5%201%201s-.5%201-1%201m2-10c-1.7%200-3-1.3-3-3c0-.3.1-.6.2-.9L8%209.9c-.4%200-.7.1-1%20.1m.2-6L5.5%202.3Q6.25%202%207%202c2.8%200%205%202.2%205%205v1.8l-2-2C9.9%205.3%208.7%204.1%207.2%204M20%209h-7V7h7c1.1%200%202%20.9%202%202v5c0%201.1-.9%202-2%202h-.8l-2-2H20z%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%22M22.1%2021.5L9.4%208.8l-7-7L1.1%203l1.6%201.6C2.2%205.3%202%206.1%202%207v13c0%201.1.9%202%202%202h6c1.1%200%202-.9%202-2v-6.1l1%201V16h1.1l6.7%206.7zM5%2020c-.5%200-1-.5-1-1s.5-1%201-1s1%20.5%201%201s-.5%201-1%201m2-10c-1.7%200-3-1.3-3-3c0-.3.1-.6.2-.9L8%209.9c-.4%200-.7.1-1%20.1m.2-6L5.5%202.3Q6.25%202%207%202c2.8%200%205%202.2%205%205v1.8l-2-2C9.9%205.3%208.7%204.1%207.2%204M20%209h-7V7h7c1.1%200%202%20.9%202%202v5c0%201.1-.9%202-2%202h-.8l-2-2H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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