replace audio icon

replace-audio from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
replace-audio
Set
Material Symbols
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
replace-audio-outline, replace-audio-outline-sharp, replace-audio-sharp

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="M3.5 8q.95-2.725 3.288-4.362T12 2q2.05 0 3.888.875T19 5.35V2h2v6h-6V6h1.9q-.975-.975-2.25-1.487T12 4Q9.975 4 8.262 5.075T5.676 8zm4.525 12.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 MaterialSymbolsReplaceAudio(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="M3.5 8q.95-2.725 3.288-4.362T12 2q2.05 0 3.888.875T19 5.35V2h2v6h-6V6h1.9q-.975-.975-2.25-1.487T12 4Q9.975 4 8.262 5.075T5.676 8zm4.525 12.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="M3.5 8q.95-2.725 3.288-4.362T12 2q2.05 0 3.888.875T19 5.35V2h2v6h-6V6h1.9q-.975-.975-2.25-1.487T12 4Q9.975 4 8.262 5.075T5.676 8zm4.525 12.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 {
  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%22M3.5%208q.95-2.725%203.288-4.362T12%202q2.05%200%203.888.875T19%205.35V2h2v6h-6V6h1.9q-.975-.975-2.25-1.487T12%204Q9.975%204%208.262%205.075T5.676%208zm4.525%2012.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%22M3.5%208q.95-2.725%203.288-4.362T12%202q2.05%200%203.888.875T19%205.35V2h2v6h-6V6h1.9q-.975-.975-2.25-1.487T12%204Q9.975%204%208.262%205.075T5.676%208zm4.525%2012.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.svg?color=%231a73e8&size=48