sign language off icon
sign-language-off-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sign-language-off-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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="m1.725 22.125l.175-1.95l5.25.425l.475-1.675l-6.8-1.325l.35-1.925l6.975 1.3l.425-1.45l-7.7-2.075l.525-1.925L9.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-.375 1.425-1.575 2.225t-2.65.675zM18.45 15.6l-5.8-5.75l.85-.575L9.075 2.7L10.7 1.575l4.45 6.6l1.25-.85l-2.45-5.8L15.825.75l2.925 6.975L20.725 5.5l2.35 1.325L21.2 12.95q-.15.5-.45.913t-.725.687zm-3.175-.3L3.85 9.375l.9-1.775l5.825 3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSignLanguageOffSharp(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="m1.725 22.125l.175-1.95l5.25.425l.475-1.675l-6.8-1.325l.35-1.925l6.975 1.3l.425-1.45l-7.7-2.075l.525-1.925L9.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-.375 1.425-1.575 2.225t-2.65.675zM18.45 15.6l-5.8-5.75l.85-.575L9.075 2.7L10.7 1.575l4.45 6.6l1.25-.85l-2.45-5.8L15.825.75l2.925 6.975L20.725 5.5l2.35 1.325L21.2 12.95q-.15.5-.45.913t-.725.687zm-3.175-.3L3.85 9.375l.9-1.775l5.825 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1.725 22.125l.175-1.95l5.25.425l.475-1.675l-6.8-1.325l.35-1.925l6.975 1.3l.425-1.45l-7.7-2.075l.525-1.925L9.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-.375 1.425-1.575 2.225t-2.65.675zM18.45 15.6l-5.8-5.75l.85-.575L9.075 2.7L10.7 1.575l4.45 6.6l1.25-.85l-2.45-5.8L15.825.75l2.925 6.975L20.725 5.5l2.35 1.325L21.2 12.95q-.15.5-.45.913t-.725.687zm-3.175-.3L3.85 9.375l.9-1.775l5.825 3z"/></svg> </template>
CSS
.icon-sign-language-off-sharp {
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%22m1.725%2022.125l.175-1.95l5.25.425l.475-1.675l-6.8-1.325l.35-1.925l6.975%201.3l.425-1.45l-7.7-2.075l.525-1.925L9.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-.375%201.425-1.575%202.225t-2.65.675zM18.45%2015.6l-5.8-5.75l.85-.575L9.075%202.7L10.7%201.575l4.45%206.6l1.25-.85l-2.45-5.8L15.825.75l2.925%206.975L20.725%205.5l2.35%201.325L21.2%2012.95q-.15.5-.45.913t-.725.687zm-3.175-.3L3.85%209.375l.9-1.775l5.825%203z%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%22m1.725%2022.125l.175-1.95l5.25.425l.475-1.675l-6.8-1.325l.35-1.925l6.975%201.3l.425-1.45l-7.7-2.075l.525-1.925L9.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-.375%201.425-1.575%202.225t-2.65.675zM18.45%2015.6l-5.8-5.75l.85-.575L9.075%202.7L10.7%201.575l4.45%206.6l1.25-.85l-2.45-5.8L15.825.75l2.925%206.975L20.725%205.5l2.35%201.325L21.2%2012.95q-.15.5-.45.913t-.725.687zm-3.175-.3L3.85%209.375l.9-1.775l5.825%203z%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-sharp.svg?color=%231a73e8&size=48