record voice over icon
record-voice-over-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- record-voice-over-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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="M23 9q0 1.725-.612 3.288t-1.663 2.837q-.3.35-.75.375t-.8-.325q-.325-.325-.3-.775t.3-.825q.75-.95 1.163-2.125T20.75 9t-.412-2.425t-1.163-2.1q-.3-.375-.312-.825t.312-.8t.788-.338t.762.363q1.05 1.275 1.663 2.838T23 9m-4.55 0q0 .8-.25 1.538t-.7 1.362q-.275.375-.737.388t-.813-.338q-.325-.325-.337-.787t.212-.888q.15-.275.238-.6T16.15 9t-.088-.675t-.237-.625q-.225-.425-.213-.875t.338-.775q.35-.35.813-.338t.737.388q.45.625.7 1.363T18.45 9M9 13q-1.65 0-2.825-1.175T5 9t1.175-2.825T9 5t2.825 1.175T13 9t-1.175 2.825T9 13m-8 6v-.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.2v.8q0 .825-.587 1.413T15 21H3q-.825 0-1.412-.587T1 19m2 0h12v-.8q0-.275-.137-.5t-.363-.35q-.9-.45-2.312-.9T9 16t-3.187.45t-2.313.9q-.225.125-.363.35T3 18.2zm7.413-8.587Q11 9.825 11 9t-.587-1.412T9 7t-1.412.588T7 9t.588 1.413T9 11t1.413-.587M9 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRecordVoiceOverOutlineRounded(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="M23 9q0 1.725-.612 3.288t-1.663 2.837q-.3.35-.75.375t-.8-.325q-.325-.325-.3-.775t.3-.825q.75-.95 1.163-2.125T20.75 9t-.412-2.425t-1.163-2.1q-.3-.375-.312-.825t.312-.8t.788-.338t.762.363q1.05 1.275 1.663 2.838T23 9m-4.55 0q0 .8-.25 1.538t-.7 1.362q-.275.375-.737.388t-.813-.338q-.325-.325-.337-.787t.212-.888q.15-.275.238-.6T16.15 9t-.088-.675t-.237-.625q-.225-.425-.213-.875t.338-.775q.35-.35.813-.338t.737.388q.45.625.7 1.363T18.45 9M9 13q-1.65 0-2.825-1.175T5 9t1.175-2.825T9 5t2.825 1.175T13 9t-1.175 2.825T9 13m-8 6v-.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.2v.8q0 .825-.587 1.413T15 21H3q-.825 0-1.412-.587T1 19m2 0h12v-.8q0-.275-.137-.5t-.363-.35q-.9-.45-2.312-.9T9 16t-3.187.45t-2.313.9q-.225.125-.363.35T3 18.2zm7.413-8.587Q11 9.825 11 9t-.587-1.412T9 7t-1.412.588T7 9t.588 1.413T9 11t1.413-.587M9 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 9q0 1.725-.612 3.288t-1.663 2.837q-.3.35-.75.375t-.8-.325q-.325-.325-.3-.775t.3-.825q.75-.95 1.163-2.125T20.75 9t-.412-2.425t-1.163-2.1q-.3-.375-.312-.825t.312-.8t.788-.338t.762.363q1.05 1.275 1.663 2.838T23 9m-4.55 0q0 .8-.25 1.538t-.7 1.362q-.275.375-.737.388t-.813-.338q-.325-.325-.337-.787t.212-.888q.15-.275.238-.6T16.15 9t-.088-.675t-.237-.625q-.225-.425-.213-.875t.338-.775q.35-.35.813-.338t.737.388q.45.625.7 1.363T18.45 9M9 13q-1.65 0-2.825-1.175T5 9t1.175-2.825T9 5t2.825 1.175T13 9t-1.175 2.825T9 13m-8 6v-.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.2v.8q0 .825-.587 1.413T15 21H3q-.825 0-1.412-.587T1 19m2 0h12v-.8q0-.275-.137-.5t-.363-.35q-.9-.45-2.312-.9T9 16t-3.187.45t-2.313.9q-.225.125-.363.35T3 18.2zm7.413-8.587Q11 9.825 11 9t-.587-1.412T9 7t-1.412.588T7 9t.588 1.413T9 11t1.413-.587M9 19"/></svg> </template>
CSS
.icon-record-voice-over-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%22M23%209q0%201.725-.612%203.288t-1.663%202.837q-.3.35-.75.375t-.8-.325q-.325-.325-.3-.775t.3-.825q.75-.95%201.163-2.125T20.75%209t-.412-2.425t-1.163-2.1q-.3-.375-.312-.825t.312-.8t.788-.338t.762.363q1.05%201.275%201.663%202.838T23%209m-4.55%200q0%20.8-.25%201.538t-.7%201.362q-.275.375-.737.388t-.813-.338q-.325-.325-.337-.787t.212-.888q.15-.275.238-.6T16.15%209t-.088-.675t-.237-.625q-.225-.425-.213-.875t.338-.775q.35-.35.813-.338t.737.388q.45.625.7%201.363T18.45%209M9%2013q-1.65%200-2.825-1.175T5%209t1.175-2.825T9%205t2.825%201.175T13%209t-1.175%202.825T9%2013m-8%206v-.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.2v.8q0%20.825-.587%201.413T15%2021H3q-.825%200-1.412-.587T1%2019m2%200h12v-.8q0-.275-.137-.5t-.363-.35q-.9-.45-2.312-.9T9%2016t-3.187.45t-2.313.9q-.225.125-.363.35T3%2018.2zm7.413-8.587Q11%209.825%2011%209t-.587-1.412T9%207t-1.412.588T7%209t.588%201.413T9%2011t1.413-.587M9%2019%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%22M23%209q0%201.725-.612%203.288t-1.663%202.837q-.3.35-.75.375t-.8-.325q-.325-.325-.3-.775t.3-.825q.75-.95%201.163-2.125T20.75%209t-.412-2.425t-1.163-2.1q-.3-.375-.312-.825t.312-.8t.788-.338t.762.363q1.05%201.275%201.663%202.838T23%209m-4.55%200q0%20.8-.25%201.538t-.7%201.362q-.275.375-.737.388t-.813-.338q-.325-.325-.337-.787t.212-.888q.15-.275.238-.6T16.15%209t-.088-.675t-.237-.625q-.225-.425-.213-.875t.338-.775q.35-.35.813-.338t.737.388q.45.625.7%201.363T18.45%209M9%2013q-1.65%200-2.825-1.175T5%209t1.175-2.825T9%205t2.825%201.175T13%209t-1.175%202.825T9%2013m-8%206v-.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.2v.8q0%20.825-.587%201.413T15%2021H3q-.825%200-1.412-.587T1%2019m2%200h12v-.8q0-.275-.137-.5t-.363-.35q-.9-.45-2.312-.9T9%2016t-3.187.45t-2.313.9q-.225.125-.363.35T3%2018.2zm7.413-8.587Q11%209.825%2011%209t-.587-1.412T9%207t-1.412.588T7%209t.588%201.413T9%2011t1.413-.587M9%2019%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-outline-rounded.svg?color=%231a73e8&size=48