sign language off icon
sign-language-off from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sign-language-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the sign language off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 22.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225l4.225.375l.475-1.675L1.8 17.8q-.425-.075-.65-.4T1 16.65q.075-.4.412-.638t.763-.162l5.975 1.125l.425-1.45l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1 13.6l.375-1.325L1.4 4.2l1.4-1.4l18.4 18.4l-1.4 1.4l-3.85-3.825l-.35 1.325q-.4 1.425-1.587 2.225T11.375 23zm15.7-6.625l-5.8-5.75l.85-.575l-3.85-5.8q-.25-.35-.175-.737T9.9 2.1q.35-.225.738-.162t.662.412l3.85 5.825l1.25-.85L14.375 2.4q-.175-.35-.013-.737T14.9 1.1q.4-.15.775 0t.55.525l2.525 6.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8 5.925q-.15.5-.45.913t-.725.687zm-3.175-.3L4.75 9.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9 2.575z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSignLanguageOff(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="M2.75 22.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225l4.225.375l.475-1.675L1.8 17.8q-.425-.075-.65-.4T1 16.65q.075-.4.412-.638t.763-.162l5.975 1.125l.425-1.45l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1 13.6l.375-1.325L1.4 4.2l1.4-1.4l18.4 18.4l-1.4 1.4l-3.85-3.825l-.35 1.325q-.4 1.425-1.587 2.225T11.375 23zm15.7-6.625l-5.8-5.75l.85-.575l-3.85-5.8q-.25-.35-.175-.737T9.9 2.1q.35-.225.738-.162t.662.412l3.85 5.825l1.25-.85L14.375 2.4q-.175-.35-.013-.737T14.9 1.1q.4-.15.775 0t.55.525l2.525 6.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8 5.925q-.15.5-.45.913t-.725.687zm-3.175-.3L4.75 9.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9 2.575z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 22.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225l4.225.375l.475-1.675L1.8 17.8q-.425-.075-.65-.4T1 16.65q.075-.4.412-.638t.763-.162l5.975 1.125l.425-1.45l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1 13.6l.375-1.325L1.4 4.2l1.4-1.4l18.4 18.4l-1.4 1.4l-3.85-3.825l-.35 1.325q-.4 1.425-1.587 2.225T11.375 23zm15.7-6.625l-5.8-5.75l.85-.575l-3.85-5.8q-.25-.35-.175-.737T9.9 2.1q.35-.225.738-.162t.662.412l3.85 5.825l1.25-.85L14.375 2.4q-.175-.35-.013-.737T14.9 1.1q.4-.15.775 0t.55.525l2.525 6.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8 5.925q-.15.5-.45.913t-.725.687zm-3.175-.3L4.75 9.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9 2.575z"/></svg> </template>
CSS
.icon-sign-language-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.75%2022.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225l4.225.375l.475-1.675L1.8%2017.8q-.425-.075-.65-.4T1%2016.65q.075-.4.412-.638t.763-.162l5.975%201.125l.425-1.45l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1%2013.6l.375-1.325L1.4%204.2l1.4-1.4l18.4%2018.4l-1.4%201.4l-3.85-3.825l-.35%201.325q-.4%201.425-1.587%202.225T11.375%2023zm15.7-6.625l-5.8-5.75l.85-.575l-3.85-5.8q-.25-.35-.175-.737T9.9%202.1q.35-.225.738-.162t.662.412l3.85%205.825l1.25-.85L14.375%202.4q-.175-.35-.013-.737T14.9%201.1q.4-.15.775%200t.55.525l2.525%206.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8%205.925q-.15.5-.45.913t-.725.687zm-3.175-.3L4.75%209.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9%202.575z%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%22M2.75%2022.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225l4.225.375l.475-1.675L1.8%2017.8q-.425-.075-.65-.4T1%2016.65q.075-.4.412-.638t.763-.162l5.975%201.125l.425-1.45l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1%2013.6l.375-1.325L1.4%204.2l1.4-1.4l18.4%2018.4l-1.4%201.4l-3.85-3.825l-.35%201.325q-.4%201.425-1.587%202.225T11.375%2023zm15.7-6.625l-5.8-5.75l.85-.575l-3.85-5.8q-.25-.35-.175-.737T9.9%202.1q.35-.225.738-.162t.662.412l3.85%205.825l1.25-.85L14.375%202.4q-.175-.35-.013-.737T14.9%201.1q.4-.15.775%200t.55.525l2.525%206.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8%205.925q-.15.5-.45.913t-.725.687zm-3.175-.3L4.75%209.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9%202.575z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sign-language-off.svg?color=%231a73e8&size=48