round record voice over icon
round-record-voice-over from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-record-voice-over
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round record voice over icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="9" r="4" fill="currentColor"/><path fill="currentColor" d="M9 15c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4m6.47-7.23c.32.79.32 1.67 0 2.46c-.19.47-.11 1 .25 1.36l.03.03c.58.58 1.57.46 1.95-.27c.76-1.45.76-3.15-.02-4.66c-.38-.74-1.38-.88-1.97-.29l-.01.01c-.34.35-.42.89-.23 1.36m3.71-4.88c-.4.4-.46 1.02-.13 1.48c1.97 2.74 1.96 6.41-.03 9.25c-.32.45-.25 1.07.14 1.46l.03.03c.49.49 1.32.45 1.74-.1c2.75-3.54 2.76-8.37 0-12.02c-.42-.55-1.26-.59-1.75-.1"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundRecordVoiceOver(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="9" r="4" fill="currentColor"/><path fill="currentColor" d="M9 15c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4m6.47-7.23c.32.79.32 1.67 0 2.46c-.19.47-.11 1 .25 1.36l.03.03c.58.58 1.57.46 1.95-.27c.76-1.45.76-3.15-.02-4.66c-.38-.74-1.38-.88-1.97-.29l-.01.01c-.34.35-.42.89-.23 1.36m3.71-4.88c-.4.4-.46 1.02-.13 1.48c1.97 2.74 1.96 6.41-.03 9.25c-.32.45-.25 1.07.14 1.46l.03.03c.49.49 1.32.45 1.74-.1c2.75-3.54 2.76-8.37 0-12.02c-.42-.55-1.26-.59-1.75-.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="9" r="4" fill="currentColor"/><path fill="currentColor" d="M9 15c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4m6.47-7.23c.32.79.32 1.67 0 2.46c-.19.47-.11 1 .25 1.36l.03.03c.58.58 1.57.46 1.95-.27c.76-1.45.76-3.15-.02-4.66c-.38-.74-1.38-.88-1.97-.29l-.01.01c-.34.35-.42.89-.23 1.36m3.71-4.88c-.4.4-.46 1.02-.13 1.48c1.97 2.74 1.96 6.41-.03 9.25c-.32.45-.25 1.07.14 1.46l.03.03c.49.49 1.32.45 1.74-.1c2.75-3.54 2.76-8.37 0-12.02c-.42-.55-1.26-.59-1.75-.1"/></svg> </template>
CSS
.icon-round-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%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%224%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2015c-2.67%200-8%201.34-8%204v1c0%20.55.45%201%201%201h14c.55%200%201-.45%201-1v-1c0-2.66-5.33-4-8-4m6.47-7.23c.32.79.32%201.67%200%202.46c-.19.47-.11%201%20.25%201.36l.03.03c.58.58%201.57.46%201.95-.27c.76-1.45.76-3.15-.02-4.66c-.38-.74-1.38-.88-1.97-.29l-.01.01c-.34.35-.42.89-.23%201.36m3.71-4.88c-.4.4-.46%201.02-.13%201.48c1.97%202.74%201.96%206.41-.03%209.25c-.32.45-.25%201.07.14%201.46l.03.03c.49.49%201.32.45%201.74-.1c2.75-3.54%202.76-8.37%200-12.02c-.42-.55-1.26-.59-1.75-.1%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%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%224%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2015c-2.67%200-8%201.34-8%204v1c0%20.55.45%201%201%201h14c.55%200%201-.45%201-1v-1c0-2.66-5.33-4-8-4m6.47-7.23c.32.79.32%201.67%200%202.46c-.19.47-.11%201%20.25%201.36l.03.03c.58.58%201.57.46%201.95-.27c.76-1.45.76-3.15-.02-4.66c-.38-.74-1.38-.88-1.97-.29l-.01.01c-.34.35-.42.89-.23%201.36m3.71-4.88c-.4.4-.46%201.02-.13%201.48c1.97%202.74%201.96%206.41-.03%209.25c-.32.45-.25%201.07.14%201.46l.03.03c.49.49%201.32.45%201.74-.1c2.75-3.54%202.76-8.37%200-12.02c-.42-.55-1.26-.59-1.75-.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-record-voice-over.svg?color=%231a73e8&size=48