record voice over icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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.95 15.95L18.4 14.4q1.1-1.025 1.725-2.425T20.75 9t-.625-2.95t-1.725-2.4l1.55-1.6q1.4 1.325 2.225 3.125T23 9t-.825 3.825t-2.225 3.125m-3.2-3.2l-1.6-1.6q.45-.425.725-.962T16.15 9t-.275-1.187t-.725-.963l1.6-1.6q.8.725 1.25 1.688T18.45 9T18 11.063t-1.25 1.687M9 13q-1.65 0-2.825-1.175T5 9t1.175-2.825T9 5t2.825 1.175T13 9t-1.175 2.825T9 13m-8 8v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T17 18.2V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRecordVoiceOver(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.95 15.95L18.4 14.4q1.1-1.025 1.725-2.425T20.75 9t-.625-2.95t-1.725-2.4l1.55-1.6q1.4 1.325 2.225 3.125T23 9t-.825 3.825t-2.225 3.125m-3.2-3.2l-1.6-1.6q.45-.425.725-.962T16.15 9t-.275-1.187t-.725-.963l1.6-1.6q.8.725 1.25 1.688T18.45 9T18 11.063t-1.25 1.687M9 13q-1.65 0-2.825-1.175T5 9t1.175-2.825T9 5t2.825 1.175T13 9t-1.175 2.825T9 13m-8 8v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T17 18.2V21z"/></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.95 15.95L18.4 14.4q1.1-1.025 1.725-2.425T20.75 9t-.625-2.95t-1.725-2.4l1.55-1.6q1.4 1.325 2.225 3.125T23 9t-.825 3.825t-2.225 3.125m-3.2-3.2l-1.6-1.6q.45-.425.725-.962T16.15 9t-.275-1.187t-.725-.963l1.6-1.6q.8.725 1.25 1.688T18.45 9T18 11.063t-1.25 1.687M9 13q-1.65 0-2.825-1.175T5 9t1.175-2.825T9 5t2.825 1.175T13 9t-1.175 2.825T9 13m-8 8v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T17 18.2V21z"/></svg>
</template>

CSS

.icon-record-voice-over {
  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.95%2015.95L18.4%2014.4q1.1-1.025%201.725-2.425T20.75%209t-.625-2.95t-1.725-2.4l1.55-1.6q1.4%201.325%202.225%203.125T23%209t-.825%203.825t-2.225%203.125m-3.2-3.2l-1.6-1.6q.45-.425.725-.962T16.15%209t-.275-1.187t-.725-.963l1.6-1.6q.8.725%201.25%201.688T18.45%209T18%2011.063t-1.25%201.687M9%2013q-1.65%200-2.825-1.175T5%209t1.175-2.825T9%205t2.825%201.175T13%209t-1.175%202.825T9%2013m-8%208v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T9%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1T17%2018.2V21z%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.95%2015.95L18.4%2014.4q1.1-1.025%201.725-2.425T20.75%209t-.625-2.95t-1.725-2.4l1.55-1.6q1.4%201.325%202.225%203.125T23%209t-.825%203.825t-2.225%203.125m-3.2-3.2l-1.6-1.6q.45-.425.725-.962T16.15%209t-.275-1.187t-.725-.963l1.6-1.6q.8.725%201.25%201.688T18.45%209T18%2011.063t-1.25%201.687M9%2013q-1.65%200-2.825-1.175T5%209t1.175-2.825T9%205t2.825%201.175T13%209t-1.175%202.825T9%2013m-8%208v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T9%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1T17%2018.2V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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