speaker off icon
speaker-off from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- speaker-off
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
Related icons in Radix Icons
Use the speaker off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.259 1.062a.5.5 0 0 1 .74.438v12a.5.5 0 0 1-.799.4L3.333 11H1.5A1.5 1.5 0 0 1 .008 9.653L0 9.5v-4A1.5 1.5 0 0 1 1.5 4h1.833L7.2 1.1zM3.799 4.9a.5.5 0 0 1-.3.1H1.5a.5.5 0 0 0-.5.5v4l.01.1a.5.5 0 0 0 .49.4h2a.5.5 0 0 1 .3.1L7 12.499V2.5zm10.347.246a.5.5 0 1 1 .707.707L13.207 7.5l1.646 1.647l.065.078a.5.5 0 0 1-.694.693l-.078-.064L12.5 8.207l-1.647 1.647a.5.5 0 1 1-.707-.707L11.793 7.5l-1.647-1.646l-.064-.079a.5.5 0 0 1 .693-.693l.078.065L12.5 6.793z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsSpeakerOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.259 1.062a.5.5 0 0 1 .74.438v12a.5.5 0 0 1-.799.4L3.333 11H1.5A1.5 1.5 0 0 1 .008 9.653L0 9.5v-4A1.5 1.5 0 0 1 1.5 4h1.833L7.2 1.1zM3.799 4.9a.5.5 0 0 1-.3.1H1.5a.5.5 0 0 0-.5.5v4l.01.1a.5.5 0 0 0 .49.4h2a.5.5 0 0 1 .3.1L7 12.499V2.5zm10.347.246a.5.5 0 1 1 .707.707L13.207 7.5l1.646 1.647l.065.078a.5.5 0 0 1-.694.693l-.078-.064L12.5 8.207l-1.647 1.647a.5.5 0 1 1-.707-.707L11.793 7.5l-1.647-1.646l-.064-.079a.5.5 0 0 1 .693-.693l.078.065L12.5 6.793z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.259 1.062a.5.5 0 0 1 .74.438v12a.5.5 0 0 1-.799.4L3.333 11H1.5A1.5 1.5 0 0 1 .008 9.653L0 9.5v-4A1.5 1.5 0 0 1 1.5 4h1.833L7.2 1.1zM3.799 4.9a.5.5 0 0 1-.3.1H1.5a.5.5 0 0 0-.5.5v4l.01.1a.5.5 0 0 0 .49.4h2a.5.5 0 0 1 .3.1L7 12.499V2.5zm10.347.246a.5.5 0 1 1 .707.707L13.207 7.5l1.646 1.647l.065.078a.5.5 0 0 1-.694.693l-.078-.064L12.5 8.207l-1.647 1.647a.5.5 0 1 1-.707-.707L11.793 7.5l-1.647-1.646l-.064-.079a.5.5 0 0 1 .693-.693l.078.065L12.5 6.793z"/></svg> </template>
CSS
.icon-speaker-off {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.259%201.062a.5.5%200%200%201%20.74.438v12a.5.5%200%200%201-.799.4L3.333%2011H1.5A1.5%201.5%200%200%201%20.008%209.653L0%209.5v-4A1.5%201.5%200%200%201%201.5%204h1.833L7.2%201.1zM3.799%204.9a.5.5%200%200%201-.3.1H1.5a.5.5%200%200%200-.5.5v4l.01.1a.5.5%200%200%200%20.49.4h2a.5.5%200%200%201%20.3.1L7%2012.499V2.5zm10.347.246a.5.5%200%201%201%20.707.707L13.207%207.5l1.646%201.647l.065.078a.5.5%200%200%201-.694.693l-.078-.064L12.5%208.207l-1.647%201.647a.5.5%200%201%201-.707-.707L11.793%207.5l-1.647-1.646l-.064-.079a.5.5%200%200%201%20.693-.693l.078.065L12.5%206.793z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.259%201.062a.5.5%200%200%201%20.74.438v12a.5.5%200%200%201-.799.4L3.333%2011H1.5A1.5%201.5%200%200%201%20.008%209.653L0%209.5v-4A1.5%201.5%200%200%201%201.5%204h1.833L7.2%201.1zM3.799%204.9a.5.5%200%200%201-.3.1H1.5a.5.5%200%200%200-.5.5v4l.01.1a.5.5%200%200%200%20.49.4h2a.5.5%200%200%201%20.3.1L7%2012.499V2.5zm10.347.246a.5.5%200%201%201%20.707.707L13.207%207.5l1.646%201.647l.065.078a.5.5%200%200%201-.694.693l-.078-.064L12.5%208.207l-1.647%201.647a.5.5%200%201%201-.707-.707L11.793%207.5l-1.647-1.646l-.064-.079a.5.5%200%200%201%20.693-.693l.078.065L12.5%206.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/speaker-off.svg?color=%231a73e8&size=48