sign language icon

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

Name
sign-language-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.375 23l-9.65-.875l.2-2l5.225.475l.475-1.7l-6.8-1.275l.35-1.95l6.975 1.3l.425-1.475l-7.7-2.075l.55-1.925L9.1 13.575l.375-1.325l-5.6-2.9l.9-1.8l6.75 3.525l.125-2.975l2.55-.5l2.55 5.9q.2.475.225.975t-.1 1L15.6 20.1q-.375 1.4-1.575 2.213t-2.65.687m7-7.35q.125-.575.1-1.175T18.25 13.3l-2.425-5.625l.575-.35l-2.4-5.85l1.825-.75L18.75 7.75l1.975-2.225l2.35 1.325l-1.875 6.1q-.15.5-.45.912t-.725.688zm-10.9-8.375L6.3 5.85L7.85 4.6l2.375 2.85l-.05 1.225zm4.275-.75L9.05 2.65l1.675-1.15L13.9 6.125z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSignLanguageSharp(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="m11.375 23l-9.65-.875l.2-2l5.225.475l.475-1.7l-6.8-1.275l.35-1.95l6.975 1.3l.425-1.475l-7.7-2.075l.55-1.925L9.1 13.575l.375-1.325l-5.6-2.9l.9-1.8l6.75 3.525l.125-2.975l2.55-.5l2.55 5.9q.2.475.225.975t-.1 1L15.6 20.1q-.375 1.4-1.575 2.213t-2.65.687m7-7.35q.125-.575.1-1.175T18.25 13.3l-2.425-5.625l.575-.35l-2.4-5.85l1.825-.75L18.75 7.75l1.975-2.225l2.35 1.325l-1.875 6.1q-.15.5-.45.912t-.725.688zm-10.9-8.375L6.3 5.85L7.85 4.6l2.375 2.85l-.05 1.225zm4.275-.75L9.05 2.65l1.675-1.15L13.9 6.125z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.375 23l-9.65-.875l.2-2l5.225.475l.475-1.7l-6.8-1.275l.35-1.95l6.975 1.3l.425-1.475l-7.7-2.075l.55-1.925L9.1 13.575l.375-1.325l-5.6-2.9l.9-1.8l6.75 3.525l.125-2.975l2.55-.5l2.55 5.9q.2.475.225.975t-.1 1L15.6 20.1q-.375 1.4-1.575 2.213t-2.65.687m7-7.35q.125-.575.1-1.175T18.25 13.3l-2.425-5.625l.575-.35l-2.4-5.85l1.825-.75L18.75 7.75l1.975-2.225l2.35 1.325l-1.875 6.1q-.15.5-.45.912t-.725.688zm-10.9-8.375L6.3 5.85L7.85 4.6l2.375 2.85l-.05 1.225zm4.275-.75L9.05 2.65l1.675-1.15L13.9 6.125z"/></svg>
</template>

CSS

.icon-sign-language-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%22m11.375%2023l-9.65-.875l.2-2l5.225.475l.475-1.7l-6.8-1.275l.35-1.95l6.975%201.3l.425-1.475l-7.7-2.075l.55-1.925L9.1%2013.575l.375-1.325l-5.6-2.9l.9-1.8l6.75%203.525l.125-2.975l2.55-.5l2.55%205.9q.2.475.225.975t-.1%201L15.6%2020.1q-.375%201.4-1.575%202.213t-2.65.687m7-7.35q.125-.575.1-1.175T18.25%2013.3l-2.425-5.625l.575-.35l-2.4-5.85l1.825-.75L18.75%207.75l1.975-2.225l2.35%201.325l-1.875%206.1q-.15.5-.45.912t-.725.688zm-10.9-8.375L6.3%205.85L7.85%204.6l2.375%202.85l-.05%201.225zm4.275-.75L9.05%202.65l1.675-1.15L13.9%206.125z%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%22m11.375%2023l-9.65-.875l.2-2l5.225.475l.475-1.7l-6.8-1.275l.35-1.95l6.975%201.3l.425-1.475l-7.7-2.075l.55-1.925L9.1%2013.575l.375-1.325l-5.6-2.9l.9-1.8l6.75%203.525l.125-2.975l2.55-.5l2.55%205.9q.2.475.225.975t-.1%201L15.6%2020.1q-.375%201.4-1.575%202.213t-2.65.687m7-7.35q.125-.575.1-1.175T18.25%2013.3l-2.425-5.625l.575-.35l-2.4-5.85l1.825-.75L18.75%207.75l1.975-2.225l2.35%201.325l-1.875%206.1q-.15.5-.45.912t-.725.688zm-10.9-8.375L6.3%205.85L7.85%204.6l2.375%202.85l-.05%201.225zm4.275-.75L9.05%202.65l1.675-1.15L13.9%206.125z%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-sharp.svg?color=%231a73e8&size=48