record voice over icon

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

Name
record-voice-over-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

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="M22.289 9q0 1.59-.584 3.009t-1.557 2.539q-.165.177-.385.211q-.219.035-.396-.142q-.17-.17-.155-.39t.175-.402q.865-.988 1.354-2.221T21.231 9t-.49-2.598t-1.354-2.216q-.166-.182-.178-.402q-.013-.219.158-.396t.394-.145t.387.209q.973 1.121 1.557 2.54q.584 1.417.584 3.008m-4.705 0q0 .627-.211 1.21q-.212.584-.585 1.055q-.14.183-.353.195t-.389-.164q-.171-.171-.174-.383q-.003-.213.126-.407q.246-.333.382-.715q.135-.383.135-.791q0-.446-.135-.81q-.136-.363-.382-.701q-.129-.195-.126-.404t.174-.381q.177-.177.39-.164t.352.195q.373.47.585 1.035T17.584 9m-8.872 3q-1.247 0-2.124-.877T5.711 9t.877-2.123T8.712 6t2.123.877T11.712 9t-.877 2.123T8.711 12m-7 6.192v-.607q0-.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.194v.607q0 .44-.299.74t-.739.299H2.75q-.44 0-.74-.3t-.298-.739"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRecordVoiceOverRounded(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.289 9q0 1.59-.584 3.009t-1.557 2.539q-.165.177-.385.211q-.219.035-.396-.142q-.17-.17-.155-.39t.175-.402q.865-.988 1.354-2.221T21.231 9t-.49-2.598t-1.354-2.216q-.166-.182-.178-.402q-.013-.219.158-.396t.394-.145t.387.209q.973 1.121 1.557 2.54q.584 1.417.584 3.008m-4.705 0q0 .627-.211 1.21q-.212.584-.585 1.055q-.14.183-.353.195t-.389-.164q-.171-.171-.174-.383q-.003-.213.126-.407q.246-.333.382-.715q.135-.383.135-.791q0-.446-.135-.81q-.136-.363-.382-.701q-.129-.195-.126-.404t.174-.381q.177-.177.39-.164t.352.195q.373.47.585 1.035T17.584 9m-8.872 3q-1.247 0-2.124-.877T5.711 9t.877-2.123T8.712 6t2.123.877T11.712 9t-.877 2.123T8.711 12m-7 6.192v-.607q0-.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.194v.607q0 .44-.299.74t-.739.299H2.75q-.44 0-.74-.3t-.298-.739"/></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.289 9q0 1.59-.584 3.009t-1.557 2.539q-.165.177-.385.211q-.219.035-.396-.142q-.17-.17-.155-.39t.175-.402q.865-.988 1.354-2.221T21.231 9t-.49-2.598t-1.354-2.216q-.166-.182-.178-.402q-.013-.219.158-.396t.394-.145t.387.209q.973 1.121 1.557 2.54q.584 1.417.584 3.008m-4.705 0q0 .627-.211 1.21q-.212.584-.585 1.055q-.14.183-.353.195t-.389-.164q-.171-.171-.174-.383q-.003-.213.126-.407q.246-.333.382-.715q.135-.383.135-.791q0-.446-.135-.81q-.136-.363-.382-.701q-.129-.195-.126-.404t.174-.381q.177-.177.39-.164t.352.195q.373.47.585 1.035T17.584 9m-8.872 3q-1.247 0-2.124-.877T5.711 9t.877-2.123T8.712 6t2.123.877T11.712 9t-.877 2.123T8.711 12m-7 6.192v-.607q0-.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.194v.607q0 .44-.299.74t-.739.299H2.75q-.44 0-.74-.3t-.298-.739"/></svg>
</template>

CSS

.icon-record-voice-over-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%22M22.289%209q0%201.59-.584%203.009t-1.557%202.539q-.165.177-.385.211q-.219.035-.396-.142q-.17-.17-.155-.39t.175-.402q.865-.988%201.354-2.221T21.231%209t-.49-2.598t-1.354-2.216q-.166-.182-.178-.402q-.013-.219.158-.396t.394-.145t.387.209q.973%201.121%201.557%202.54q.584%201.417.584%203.008m-4.705%200q0%20.627-.211%201.21q-.212.584-.585%201.055q-.14.183-.353.195t-.389-.164q-.171-.171-.174-.383q-.003-.213.126-.407q.246-.333.382-.715q.135-.383.135-.791q0-.446-.135-.81q-.136-.363-.382-.701q-.129-.195-.126-.404t.174-.381q.177-.177.39-.164t.352.195q.373.47.585%201.035T17.584%209m-8.872%203q-1.247%200-2.124-.877T5.711%209t.877-2.123T8.712%206t2.123.877T11.712%209t-.877%202.123T8.711%2012m-7%206.192v-.607q0-.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.194v.607q0%20.44-.299.74t-.739.299H2.75q-.44%200-.74-.3t-.298-.739%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.289%209q0%201.59-.584%203.009t-1.557%202.539q-.165.177-.385.211q-.219.035-.396-.142q-.17-.17-.155-.39t.175-.402q.865-.988%201.354-2.221T21.231%209t-.49-2.598t-1.354-2.216q-.166-.182-.178-.402q-.013-.219.158-.396t.394-.145t.387.209q.973%201.121%201.557%202.54q.584%201.417.584%203.008m-4.705%200q0%20.627-.211%201.21q-.212.584-.585%201.055q-.14.183-.353.195t-.389-.164q-.171-.171-.174-.383q-.003-.213.126-.407q.246-.333.382-.715q.135-.383.135-.791q0-.446-.135-.81q-.136-.363-.382-.701q-.129-.195-.126-.404t.174-.381q.177-.177.39-.164t.352.195q.373.47.585%201.035T17.584%209m-8.872%203q-1.247%200-2.124-.877T5.711%209t.877-2.123T8.712%206t2.123.877T11.712%209t-.877%202.123T8.711%2012m-7%206.192v-.607q0-.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.194v.607q0%20.44-.299.74t-.739.299H2.75q-.44%200-.74-.3t-.298-.739%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-rounded.svg?color=%231a73e8&size=48