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

Name
sign-language
Set
Material Symbols Light
Style
Regular
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.433 22l-8.202-.756q-.214-.011-.354-.17q-.14-.158-.11-.372q.031-.194.19-.332t.353-.126l3.494.318l.706-2.508l-5.152-.985q-.194-.036-.314-.21q-.119-.175-.082-.363q.055-.213.22-.332t.378-.083l5.225 1.01l.656-2.322l-6-1.613q-.208-.068-.302-.245t-.027-.384q.067-.194.231-.298q.165-.104.353-.037l6.02 1.614l.625-2.21l-4.033-2.084q-.183-.085-.25-.293t.036-.384q.104-.183.302-.24q.198-.058.375.026l6.196 3.223l.095-2.365q.025-.258.138-.463t.285-.354q.17-.135.385-.165t.467.038l.194.06l2.565 5.001q.2.379.216.793q.015.413-.11.798l-1.217 4.375q-.323 1.169-1.328 1.869T11.433 22m6.73-7.139q.03-.286.023-.578t-.09-.58l-2.982-5.759l1.42-.734l-1.87-4.502q-.073-.183.009-.369q.083-.185.266-.278q.188-.078.38-.002q.192.075.271.258l2.68 6.447l1.61-1.781q.16-.185.382-.287q.22-.102.472-.077q.272.031.497.142t.378.326l.122.188l-1.416 5.483q-.111.404-.344.73t-.58.543zm-5.875-8.105l-2.157-3.108q-.116-.177-.079-.365t.214-.318q.176-.115.374-.088t.314.204l2.465 3.544q-.28-.048-.571-.01q-.29.039-.56.14m-2.017 2.093l-1.565-.823l-1.179-1.394q-.14-.172-.112-.363q.027-.191.204-.35q.172-.122.36-.1q.188.02.329.173l2.077 2.501q-.048.085-.075.175t-.039.181"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSignLanguage(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.433 22l-8.202-.756q-.214-.011-.354-.17q-.14-.158-.11-.372q.031-.194.19-.332t.353-.126l3.494.318l.706-2.508l-5.152-.985q-.194-.036-.314-.21q-.119-.175-.082-.363q.055-.213.22-.332t.378-.083l5.225 1.01l.656-2.322l-6-1.613q-.208-.068-.302-.245t-.027-.384q.067-.194.231-.298q.165-.104.353-.037l6.02 1.614l.625-2.21l-4.033-2.084q-.183-.085-.25-.293t.036-.384q.104-.183.302-.24q.198-.058.375.026l6.196 3.223l.095-2.365q.025-.258.138-.463t.285-.354q.17-.135.385-.165t.467.038l.194.06l2.565 5.001q.2.379.216.793q.015.413-.11.798l-1.217 4.375q-.323 1.169-1.328 1.869T11.433 22m6.73-7.139q.03-.286.023-.578t-.09-.58l-2.982-5.759l1.42-.734l-1.87-4.502q-.073-.183.009-.369q.083-.185.266-.278q.188-.078.38-.002q.192.075.271.258l2.68 6.447l1.61-1.781q.16-.185.382-.287q.22-.102.472-.077q.272.031.497.142t.378.326l.122.188l-1.416 5.483q-.111.404-.344.73t-.58.543zm-5.875-8.105l-2.157-3.108q-.116-.177-.079-.365t.214-.318q.176-.115.374-.088t.314.204l2.465 3.544q-.28-.048-.571-.01q-.29.039-.56.14m-2.017 2.093l-1.565-.823l-1.179-1.394q-.14-.172-.112-.363q.027-.191.204-.35q.172-.122.36-.1q.188.02.329.173l2.077 2.501q-.048.085-.075.175t-.039.181"/></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.433 22l-8.202-.756q-.214-.011-.354-.17q-.14-.158-.11-.372q.031-.194.19-.332t.353-.126l3.494.318l.706-2.508l-5.152-.985q-.194-.036-.314-.21q-.119-.175-.082-.363q.055-.213.22-.332t.378-.083l5.225 1.01l.656-2.322l-6-1.613q-.208-.068-.302-.245t-.027-.384q.067-.194.231-.298q.165-.104.353-.037l6.02 1.614l.625-2.21l-4.033-2.084q-.183-.085-.25-.293t.036-.384q.104-.183.302-.24q.198-.058.375.026l6.196 3.223l.095-2.365q.025-.258.138-.463t.285-.354q.17-.135.385-.165t.467.038l.194.06l2.565 5.001q.2.379.216.793q.015.413-.11.798l-1.217 4.375q-.323 1.169-1.328 1.869T11.433 22m6.73-7.139q.03-.286.023-.578t-.09-.58l-2.982-5.759l1.42-.734l-1.87-4.502q-.073-.183.009-.369q.083-.185.266-.278q.188-.078.38-.002q.192.075.271.258l2.68 6.447l1.61-1.781q.16-.185.382-.287q.22-.102.472-.077q.272.031.497.142t.378.326l.122.188l-1.416 5.483q-.111.404-.344.73t-.58.543zm-5.875-8.105l-2.157-3.108q-.116-.177-.079-.365t.214-.318q.176-.115.374-.088t.314.204l2.465 3.544q-.28-.048-.571-.01q-.29.039-.56.14m-2.017 2.093l-1.565-.823l-1.179-1.394q-.14-.172-.112-.363q.027-.191.204-.35q.172-.122.36-.1q.188.02.329.173l2.077 2.501q-.048.085-.075.175t-.039.181"/></svg>
</template>

CSS

.icon-sign-language {
  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.433%2022l-8.202-.756q-.214-.011-.354-.17q-.14-.158-.11-.372q.031-.194.19-.332t.353-.126l3.494.318l.706-2.508l-5.152-.985q-.194-.036-.314-.21q-.119-.175-.082-.363q.055-.213.22-.332t.378-.083l5.225%201.01l.656-2.322l-6-1.613q-.208-.068-.302-.245t-.027-.384q.067-.194.231-.298q.165-.104.353-.037l6.02%201.614l.625-2.21l-4.033-2.084q-.183-.085-.25-.293t.036-.384q.104-.183.302-.24q.198-.058.375.026l6.196%203.223l.095-2.365q.025-.258.138-.463t.285-.354q.17-.135.385-.165t.467.038l.194.06l2.565%205.001q.2.379.216.793q.015.413-.11.798l-1.217%204.375q-.323%201.169-1.328%201.869T11.433%2022m6.73-7.139q.03-.286.023-.578t-.09-.58l-2.982-5.759l1.42-.734l-1.87-4.502q-.073-.183.009-.369q.083-.185.266-.278q.188-.078.38-.002q.192.075.271.258l2.68%206.447l1.61-1.781q.16-.185.382-.287q.22-.102.472-.077q.272.031.497.142t.378.326l.122.188l-1.416%205.483q-.111.404-.344.73t-.58.543zm-5.875-8.105l-2.157-3.108q-.116-.177-.079-.365t.214-.318q.176-.115.374-.088t.314.204l2.465%203.544q-.28-.048-.571-.01q-.29.039-.56.14m-2.017%202.093l-1.565-.823l-1.179-1.394q-.14-.172-.112-.363q.027-.191.204-.35q.172-.122.36-.1q.188.02.329.173l2.077%202.501q-.048.085-.075.175t-.039.181%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.433%2022l-8.202-.756q-.214-.011-.354-.17q-.14-.158-.11-.372q.031-.194.19-.332t.353-.126l3.494.318l.706-2.508l-5.152-.985q-.194-.036-.314-.21q-.119-.175-.082-.363q.055-.213.22-.332t.378-.083l5.225%201.01l.656-2.322l-6-1.613q-.208-.068-.302-.245t-.027-.384q.067-.194.231-.298q.165-.104.353-.037l6.02%201.614l.625-2.21l-4.033-2.084q-.183-.085-.25-.293t.036-.384q.104-.183.302-.24q.198-.058.375.026l6.196%203.223l.095-2.365q.025-.258.138-.463t.285-.354q.17-.135.385-.165t.467.038l.194.06l2.565%205.001q.2.379.216.793q.015.413-.11.798l-1.217%204.375q-.323%201.169-1.328%201.869T11.433%2022m6.73-7.139q.03-.286.023-.578t-.09-.58l-2.982-5.759l1.42-.734l-1.87-4.502q-.073-.183.009-.369q.083-.185.266-.278q.188-.078.38-.002q.192.075.271.258l2.68%206.447l1.61-1.781q.16-.185.382-.287q.22-.102.472-.077q.272.031.497.142t.378.326l.122.188l-1.416%205.483q-.111.404-.344.73t-.58.543zm-5.875-8.105l-2.157-3.108q-.116-.177-.079-.365t.214-.318q.176-.115.374-.088t.314.204l2.465%203.544q-.28-.048-.571-.01q-.29.039-.56.14m-2.017%202.093l-1.565-.823l-1.179-1.394q-.14-.172-.112-.363q.027-.191.204-.35q.172-.122.36-.1q.188.02.329.173l2.077%202.501q-.048.085-.075.175t-.039.181%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.svg?color=%231a73e8&size=48