hangout video off icon

hangout-video-off-outline-rounded from Material Symbols by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
hangout-video-off-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the hangout video off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.9 8.05H13q.425 0 .713.288T14 9.05v2.1zm3.1 3.1l2.775-2.2q.375-.275.8-.075T18 9.55v5.6zm7.75 7.75q.125-.225.188-.45T22 18V6q0-.825-.587-1.412T20 4H6.85l2 2H20v11.15zM4 4l2 2H4v12h11.15l-2-2H7q-.425 0-.712-.288T6 15V8.85L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L17.15 20H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4m5.6 8.45"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHangoutVideoOffOutlineRounded(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="M10.9 8.05H13q.425 0 .713.288T14 9.05v2.1zm3.1 3.1l2.775-2.2q.375-.275.8-.075T18 9.55v5.6zm7.75 7.75q.125-.225.188-.45T22 18V6q0-.825-.587-1.412T20 4H6.85l2 2H20v11.15zM4 4l2 2H4v12h11.15l-2-2H7q-.425 0-.712-.288T6 15V8.85L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L17.15 20H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4m5.6 8.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.9 8.05H13q.425 0 .713.288T14 9.05v2.1zm3.1 3.1l2.775-2.2q.375-.275.8-.075T18 9.55v5.6zm7.75 7.75q.125-.225.188-.45T22 18V6q0-.825-.587-1.412T20 4H6.85l2 2H20v11.15zM4 4l2 2H4v12h11.15l-2-2H7q-.425 0-.712-.288T6 15V8.85L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L17.15 20H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4m5.6 8.45"/></svg>
</template>

CSS

.icon-hangout-video-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%22M10.9%208.05H13q.425%200%20.713.288T14%209.05v2.1zm3.1%203.1l2.775-2.2q.375-.275.8-.075T18%209.55v5.6zm7.75%207.75q.125-.225.188-.45T22%2018V6q0-.825-.587-1.412T20%204H6.85l2%202H20v11.15zM4%204l2%202H4v12h11.15l-2-2H7q-.425%200-.712-.288T6%2015V8.85L1.4%204.2q-.275-.275-.287-.687T1.4%202.8q.275-.275.7-.275t.7.275l18.4%2018.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L17.15%2020H4q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204m5.6%208.45%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%22M10.9%208.05H13q.425%200%20.713.288T14%209.05v2.1zm3.1%203.1l2.775-2.2q.375-.275.8-.075T18%209.55v5.6zm7.75%207.75q.125-.225.188-.45T22%2018V6q0-.825-.587-1.412T20%204H6.85l2%202H20v11.15zM4%204l2%202H4v12h11.15l-2-2H7q-.425%200-.712-.288T6%2015V8.85L1.4%204.2q-.275-.275-.287-.687T1.4%202.8q.275-.275.7-.275t.7.275l18.4%2018.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L17.15%2020H4q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204m5.6%208.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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