record voice over icon

record-voice-over-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
record-voice-over-outline
Set
Material Symbols Light
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
record-voice-over-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the record voice over icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.739 14.989l-.743-.743q1.043-1.025 1.639-2.375t.596-2.87t-.596-2.865t-1.639-2.37l.743-.755q1.17 1.144 1.86 2.698t.69 3.294t-.691 3.287t-1.86 2.699m-3.315-3.316l-.754-.754q.392-.386.62-.876T16.515 9q0-.592-.227-1.062t-.619-.857l.754-.754q.53.514.846 1.188T17.585 9q0 .773-.316 1.466q-.315.694-.846 1.207M8.712 12q-1.238 0-2.12-.877q-.88-.877-.88-2.123t.876-2.123T8.712 6t2.123.877T11.712 9t-.88 2.123T8.71 12m-7 7.23v-1.645q0-.69.348-1.194q.349-.504.983-.802q1.217-.593 2.702-.975q1.485-.383 2.967-.383t2.968.383q1.484.382 2.702.975q.634.298.982.802q.348.503.348 1.194v1.646zm1-1h12v-.646q0-.409-.233-.672q-.234-.264-.574-.446q-.938-.489-2.351-.862q-1.412-.373-2.841-.373t-2.842.373t-2.35.862q-.341.182-.575.446q-.234.263-.234.673zm7.413-7.818q.587-.587.587-1.412t-.587-1.412T8.711 7T7.3 7.588T6.711 9t.588 1.413T8.711 11t1.413-.587M8.711 18.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRecordVoiceOverOutline(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="m19.739 14.989l-.743-.743q1.043-1.025 1.639-2.375t.596-2.87t-.596-2.865t-1.639-2.37l.743-.755q1.17 1.144 1.86 2.698t.69 3.294t-.691 3.287t-1.86 2.699m-3.315-3.316l-.754-.754q.392-.386.62-.876T16.515 9q0-.592-.227-1.062t-.619-.857l.754-.754q.53.514.846 1.188T17.585 9q0 .773-.316 1.466q-.315.694-.846 1.207M8.712 12q-1.238 0-2.12-.877q-.88-.877-.88-2.123t.876-2.123T8.712 6t2.123.877T11.712 9t-.88 2.123T8.71 12m-7 7.23v-1.645q0-.69.348-1.194q.349-.504.983-.802q1.217-.593 2.702-.975q1.485-.383 2.967-.383t2.968.383q1.484.382 2.702.975q.634.298.982.802q.348.503.348 1.194v1.646zm1-1h12v-.646q0-.409-.233-.672q-.234-.264-.574-.446q-.938-.489-2.351-.862q-1.412-.373-2.841-.373t-2.842.373t-2.35.862q-.341.182-.575.446q-.234.263-.234.673zm7.413-7.818q.587-.587.587-1.412t-.587-1.412T8.711 7T7.3 7.588T6.711 9t.588 1.413T8.711 11t1.413-.587M8.711 18.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.739 14.989l-.743-.743q1.043-1.025 1.639-2.375t.596-2.87t-.596-2.865t-1.639-2.37l.743-.755q1.17 1.144 1.86 2.698t.69 3.294t-.691 3.287t-1.86 2.699m-3.315-3.316l-.754-.754q.392-.386.62-.876T16.515 9q0-.592-.227-1.062t-.619-.857l.754-.754q.53.514.846 1.188T17.585 9q0 .773-.316 1.466q-.315.694-.846 1.207M8.712 12q-1.238 0-2.12-.877q-.88-.877-.88-2.123t.876-2.123T8.712 6t2.123.877T11.712 9t-.88 2.123T8.71 12m-7 7.23v-1.645q0-.69.348-1.194q.349-.504.983-.802q1.217-.593 2.702-.975q1.485-.383 2.967-.383t2.968.383q1.484.382 2.702.975q.634.298.982.802q.348.503.348 1.194v1.646zm1-1h12v-.646q0-.409-.233-.672q-.234-.264-.574-.446q-.938-.489-2.351-.862q-1.412-.373-2.841-.373t-2.842.373t-2.35.862q-.341.182-.575.446q-.234.263-.234.673zm7.413-7.818q.587-.587.587-1.412t-.587-1.412T8.711 7T7.3 7.588T6.711 9t.588 1.413T8.711 11t1.413-.587M8.711 18.23"/></svg>
</template>

CSS

.icon-record-voice-over-outline {
  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%22m19.739%2014.989l-.743-.743q1.043-1.025%201.639-2.375t.596-2.87t-.596-2.865t-1.639-2.37l.743-.755q1.17%201.144%201.86%202.698t.69%203.294t-.691%203.287t-1.86%202.699m-3.315-3.316l-.754-.754q.392-.386.62-.876T16.515%209q0-.592-.227-1.062t-.619-.857l.754-.754q.53.514.846%201.188T17.585%209q0%20.773-.316%201.466q-.315.694-.846%201.207M8.712%2012q-1.238%200-2.12-.877q-.88-.877-.88-2.123t.876-2.123T8.712%206t2.123.877T11.712%209t-.88%202.123T8.71%2012m-7%207.23v-1.645q0-.69.348-1.194q.349-.504.983-.802q1.217-.593%202.702-.975q1.485-.383%202.967-.383t2.968.383q1.484.382%202.702.975q.634.298.982.802q.348.503.348%201.194v1.646zm1-1h12v-.646q0-.409-.233-.672q-.234-.264-.574-.446q-.938-.489-2.351-.862q-1.412-.373-2.841-.373t-2.842.373t-2.35.862q-.341.182-.575.446q-.234.263-.234.673zm7.413-7.818q.587-.587.587-1.412t-.587-1.412T8.711%207T7.3%207.588T6.711%209t.588%201.413T8.711%2011t1.413-.587M8.711%2018.23%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%22m19.739%2014.989l-.743-.743q1.043-1.025%201.639-2.375t.596-2.87t-.596-2.865t-1.639-2.37l.743-.755q1.17%201.144%201.86%202.698t.69%203.294t-.691%203.287t-1.86%202.699m-3.315-3.316l-.754-.754q.392-.386.62-.876T16.515%209q0-.592-.227-1.062t-.619-.857l.754-.754q.53.514.846%201.188T17.585%209q0%20.773-.316%201.466q-.315.694-.846%201.207M8.712%2012q-1.238%200-2.12-.877q-.88-.877-.88-2.123t.876-2.123T8.712%206t2.123.877T11.712%209t-.88%202.123T8.71%2012m-7%207.23v-1.645q0-.69.348-1.194q.349-.504.983-.802q1.217-.593%202.702-.975q1.485-.383%202.967-.383t2.968.383q1.484.382%202.702.975q.634.298.982.802q.348.503.348%201.194v1.646zm1-1h12v-.646q0-.409-.233-.672q-.234-.264-.574-.446q-.938-.489-2.351-.862q-1.412-.373-2.841-.373t-2.842.373t-2.35.862q-.341.182-.575.446q-.234.263-.234.673zm7.413-7.818q.587-.587.587-1.412t-.587-1.412T8.711%207T7.3%207.588T6.711%209t.588%201.413T8.711%2011t1.413-.587M8.711%2018.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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