sign language off icon
sign-language-off-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sign-language-off-outline-sharp
- Set
- Material Symbols
- Style
- Outline 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="m7.625 18.925l-6.8-1.3l.35-1.95l7 1.3zm.95-3.4l-7.7-2.075l.525-1.925L9.1 13.6zm5.05-6.325l-4.55-6.5L10.7 1.575l4.575 6.55zm4.825 6.4l-1.525-1.475L18.9 12.9q.15-.075.238-.213t.137-.337L20.3 9l-2.2 2.425l-4.15-9.9L15.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.925-1.75l5.8 2.975zm-13.55 6.825l.175-1.95l9.65.825q.725.075 1.325-.325t.8-1.125l.65-2.4L1.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.2-8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSignLanguageOffOutlineSharp(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="m7.625 18.925l-6.8-1.3l.35-1.95l7 1.3zm.95-3.4l-7.7-2.075l.525-1.925L9.1 13.6zm5.05-6.325l-4.55-6.5L10.7 1.575l4.575 6.55zm4.825 6.4l-1.525-1.475L18.9 12.9q.15-.075.238-.213t.137-.337L20.3 9l-2.2 2.425l-4.15-9.9L15.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.925-1.75l5.8 2.975zm-13.55 6.825l.175-1.95l9.65.825q.725.075 1.325-.325t.8-1.125l.65-2.4L1.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.2-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.625 18.925l-6.8-1.3l.35-1.95l7 1.3zm.95-3.4l-7.7-2.075l.525-1.925L9.1 13.6zm5.05-6.325l-4.55-6.5L10.7 1.575l4.575 6.55zm4.825 6.4l-1.525-1.475L18.9 12.9q.15-.075.238-.213t.137-.337L20.3 9l-2.2 2.425l-4.15-9.9L15.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.925-1.75l5.8 2.975zm-13.55 6.825l.175-1.95l9.65.825q.725.075 1.325-.325t.8-1.125l.65-2.4L1.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.2-8"/></svg> </template>
CSS
.icon-sign-language-off-outline-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%22m7.625%2018.925l-6.8-1.3l.35-1.95l7%201.3zm.95-3.4l-7.7-2.075l.525-1.925L9.1%2013.6zm5.05-6.325l-4.55-6.5L10.7%201.575l4.575%206.55zm4.825%206.4l-1.525-1.475L18.9%2012.9q.15-.075.238-.213t.137-.337L20.3%209l-2.2%202.425l-4.15-9.9L15.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.925-1.75l5.8%202.975zm-13.55%206.825l.175-1.95l9.65.825q.725.075%201.325-.325t.8-1.125l.65-2.4L1.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.2-8%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%22m7.625%2018.925l-6.8-1.3l.35-1.95l7%201.3zm.95-3.4l-7.7-2.075l.525-1.925L9.1%2013.6zm5.05-6.325l-4.55-6.5L10.7%201.575l4.575%206.55zm4.825%206.4l-1.525-1.475L18.9%2012.9q.15-.075.238-.213t.137-.337L20.3%209l-2.2%202.425l-4.15-9.9L15.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.925-1.75l5.8%202.975zm-13.55%206.825l.175-1.95l9.65.825q.725.075%201.325-.325t.8-1.125l.65-2.4L1.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.2-8%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-outline-sharp.svg?color=%231a73e8&size=48