sign language off icon

sign-language-off-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
sign-language-off-sharp
Set
Material Symbols Light
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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.667 21.221l.118-.988l4.019.329l.725-2.521l-5.685-1.056l.197-.983l5.763 1.07l.656-2.258l-6.508-1.787l.294-.925l6.489 1.729l.817-2.844l-7.46-7.48L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.318 1.175-1.325 1.869q-1.008.694-2.227.569zm15.225-6.179l-5.107-5.134l.984-.71l-3.944-5.902l.798-.586l3.95 5.927l1.962-1.427l-2.066-4.935l.914-.41l2.886 6.899l2.11-2.341l1.388.748l-1.451 5.587q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L4.812 9.298l.496-.89l6.383 3.308z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSignLanguageOffSharp(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.667 21.221l.118-.988l4.019.329l.725-2.521l-5.685-1.056l.197-.983l5.763 1.07l.656-2.258l-6.508-1.787l.294-.925l6.489 1.729l.817-2.844l-7.46-7.48L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.318 1.175-1.325 1.869q-1.008.694-2.227.569zm15.225-6.179l-5.107-5.134l.984-.71l-3.944-5.902l.798-.586l3.95 5.927l1.962-1.427l-2.066-4.935l.914-.41l2.886 6.899l2.11-2.341l1.388.748l-1.451 5.587q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L4.812 9.298l.496-.89l6.383 3.308z"/></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.667 21.221l.118-.988l4.019.329l.725-2.521l-5.685-1.056l.197-.983l5.763 1.07l.656-2.258l-6.508-1.787l.294-.925l6.489 1.729l.817-2.844l-7.46-7.48L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.318 1.175-1.325 1.869q-1.008.694-2.227.569zm15.225-6.179l-5.107-5.134l.984-.71l-3.944-5.902l.798-.586l3.95 5.927l1.962-1.427l-2.066-4.935l.914-.41l2.886 6.899l2.11-2.341l1.388.748l-1.451 5.587q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L4.812 9.298l.496-.89l6.383 3.308z"/></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%22m2.667%2021.221l.118-.988l4.019.329l.725-2.521l-5.685-1.056l.197-.983l5.763%201.07l.656-2.258l-6.508-1.787l.294-.925l6.489%201.729l.817-2.844l-7.46-7.48L2.8%202.8l18.4%2018.4l-.708.708l-4.83-4.806l-.677%202.46q-.318%201.175-1.325%201.869q-1.008.694-2.227.569zm15.225-6.179l-5.107-5.134l.984-.71l-3.944-5.902l.798-.586l3.95%205.927l1.962-1.427l-2.066-4.935l.914-.41l2.886%206.899l2.11-2.341l1.388.748l-1.451%205.587q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L4.812%209.298l.496-.89l6.383%203.308z%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.667%2021.221l.118-.988l4.019.329l.725-2.521l-5.685-1.056l.197-.983l5.763%201.07l.656-2.258l-6.508-1.787l.294-.925l6.489%201.729l.817-2.844l-7.46-7.48L2.8%202.8l18.4%2018.4l-.708.708l-4.83-4.806l-.677%202.46q-.318%201.175-1.325%201.869q-1.008.694-2.227.569zm15.225-6.179l-5.107-5.134l.984-.71l-3.944-5.902l.798-.586l3.95%205.927l1.962-1.427l-2.066-4.935l.914-.41l2.886%206.899l2.11-2.341l1.388.748l-1.451%205.587q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L4.812%209.298l.496-.89l6.383%203.308z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sign-language-off-sharp.svg?color=%231a73e8&size=48