replace audio icon
replace-audio-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- replace-audio-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- replace-audio-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the replace audio icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8h-4q-.425 0-.712-.288T15 7t.288-.712T16 6h.9q-.975-.975-2.25-1.487T12 4q-1.775 0-3.325.838t-2.5 2.287q-.35.5-.75.575t-.75-.1t-.487-.525t.062-.675q1.2-2.025 3.263-3.213T12 2q2.05 0 3.888.875T19 5.35V3q0-.425.288-.712T20 2t.713.288T21 3v4q0 .425-.288.713T20 8M8.025 20.975Q7 19.95 7 18.5t1.025-2.475T10.5 15q.4 0 .775.075t.725.25V10h5v2h-3v6.5q0 1.45-1.025 2.475T10.5 22t-2.475-1.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsReplaceAudioRounded(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="M20 8h-4q-.425 0-.712-.288T15 7t.288-.712T16 6h.9q-.975-.975-2.25-1.487T12 4q-1.775 0-3.325.838t-2.5 2.287q-.35.5-.75.575t-.75-.1t-.487-.525t.062-.675q1.2-2.025 3.263-3.213T12 2q2.05 0 3.888.875T19 5.35V3q0-.425.288-.712T20 2t.713.288T21 3v4q0 .425-.288.713T20 8M8.025 20.975Q7 19.95 7 18.5t1.025-2.475T10.5 15q.4 0 .775.075t.725.25V10h5v2h-3v6.5q0 1.45-1.025 2.475T10.5 22t-2.475-1.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8h-4q-.425 0-.712-.288T15 7t.288-.712T16 6h.9q-.975-.975-2.25-1.487T12 4q-1.775 0-3.325.838t-2.5 2.287q-.35.5-.75.575t-.75-.1t-.487-.525t.062-.675q1.2-2.025 3.263-3.213T12 2q2.05 0 3.888.875T19 5.35V3q0-.425.288-.712T20 2t.713.288T21 3v4q0 .425-.288.713T20 8M8.025 20.975Q7 19.95 7 18.5t1.025-2.475T10.5 15q.4 0 .775.075t.725.25V10h5v2h-3v6.5q0 1.45-1.025 2.475T10.5 22t-2.475-1.025"/></svg> </template>
CSS
.icon-replace-audio-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%22M20%208h-4q-.425%200-.712-.288T15%207t.288-.712T16%206h.9q-.975-.975-2.25-1.487T12%204q-1.775%200-3.325.838t-2.5%202.287q-.35.5-.75.575t-.75-.1t-.487-.525t.062-.675q1.2-2.025%203.263-3.213T12%202q2.05%200%203.888.875T19%205.35V3q0-.425.288-.712T20%202t.713.288T21%203v4q0%20.425-.288.713T20%208M8.025%2020.975Q7%2019.95%207%2018.5t1.025-2.475T10.5%2015q.4%200%20.775.075t.725.25V10h5v2h-3v6.5q0%201.45-1.025%202.475T10.5%2022t-2.475-1.025%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%22M20%208h-4q-.425%200-.712-.288T15%207t.288-.712T16%206h.9q-.975-.975-2.25-1.487T12%204q-1.775%200-3.325.838t-2.5%202.287q-.35.5-.75.575t-.75-.1t-.487-.525t.062-.675q1.2-2.025%203.263-3.213T12%202q2.05%200%203.888.875T19%205.35V3q0-.425.288-.712T20%202t.713.288T21%203v4q0%20.425-.288.713T20%208M8.025%2020.975Q7%2019.95%207%2018.5t1.025-2.475T10.5%2015q.4%200%20.775.075t.725.25V10h5v2h-3v6.5q0%201.45-1.025%202.475T10.5%2022t-2.475-1.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/replace-audio-rounded.svg?color=%231a73e8&size=48