sign language icon
sign-language-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sign-language-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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.18-.332q.15-.137.363-.126l3.494.318l.706-2.508l-5.152-.985q-.194-.036-.314-.2t-.082-.373q.055-.213.22-.332t.378-.083l5.225 1.01l.656-2.322l-6-1.613q-.208-.068-.302-.245t-.027-.384q.067-.188.231-.295t.353-.04l6.02 1.614l.625-2.21l-4.033-2.084q-.183-.085-.25-.29t.036-.387t.3-.24t.377.026l6.196 3.223l.095-2.365q.025-.252.126-.458t.297-.36q.16-.103.32-.158q.162-.055.328-.043q.165.011.284.075q.12.063.187.223l2.492 4.838q.2.379.216.783t-.11.808l-1.217 4.375q-.323 1.188-1.328 1.875T11.433 22m6.73-7.139q.03-.286.048-.578t-.115-.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.216.031.397.101t.323.18t.213.27t.01.324l-1.362 5.264q-.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 MaterialSymbolsLightSignLanguageRounded(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.18-.332q.15-.137.363-.126l3.494.318l.706-2.508l-5.152-.985q-.194-.036-.314-.2t-.082-.373q.055-.213.22-.332t.378-.083l5.225 1.01l.656-2.322l-6-1.613q-.208-.068-.302-.245t-.027-.384q.067-.188.231-.295t.353-.04l6.02 1.614l.625-2.21l-4.033-2.084q-.183-.085-.25-.29t.036-.387t.3-.24t.377.026l6.196 3.223l.095-2.365q.025-.252.126-.458t.297-.36q.16-.103.32-.158q.162-.055.328-.043q.165.011.284.075q.12.063.187.223l2.492 4.838q.2.379.216.783t-.11.808l-1.217 4.375q-.323 1.188-1.328 1.875T11.433 22m6.73-7.139q.03-.286.048-.578t-.115-.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.216.031.397.101t.323.18t.213.27t.01.324l-1.362 5.264q-.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.18-.332q.15-.137.363-.126l3.494.318l.706-2.508l-5.152-.985q-.194-.036-.314-.2t-.082-.373q.055-.213.22-.332t.378-.083l5.225 1.01l.656-2.322l-6-1.613q-.208-.068-.302-.245t-.027-.384q.067-.188.231-.295t.353-.04l6.02 1.614l.625-2.21l-4.033-2.084q-.183-.085-.25-.29t.036-.387t.3-.24t.377.026l6.196 3.223l.095-2.365q.025-.252.126-.458t.297-.36q.16-.103.32-.158q.162-.055.328-.043q.165.011.284.075q.12.063.187.223l2.492 4.838q.2.379.216.783t-.11.808l-1.217 4.375q-.323 1.188-1.328 1.875T11.433 22m6.73-7.139q.03-.286.048-.578t-.115-.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.216.031.397.101t.323.18t.213.27t.01.324l-1.362 5.264q-.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-rounded {
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.18-.332q.15-.137.363-.126l3.494.318l.706-2.508l-5.152-.985q-.194-.036-.314-.2t-.082-.373q.055-.213.22-.332t.378-.083l5.225%201.01l.656-2.322l-6-1.613q-.208-.068-.302-.245t-.027-.384q.067-.188.231-.295t.353-.04l6.02%201.614l.625-2.21l-4.033-2.084q-.183-.085-.25-.29t.036-.387t.3-.24t.377.026l6.196%203.223l.095-2.365q.025-.252.126-.458t.297-.36q.16-.103.32-.158q.162-.055.328-.043q.165.011.284.075q.12.063.187.223l2.492%204.838q.2.379.216.783t-.11.808l-1.217%204.375q-.323%201.188-1.328%201.875T11.433%2022m6.73-7.139q.03-.286.048-.578t-.115-.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.216.031.397.101t.323.18t.213.27t.01.324l-1.362%205.264q-.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.18-.332q.15-.137.363-.126l3.494.318l.706-2.508l-5.152-.985q-.194-.036-.314-.2t-.082-.373q.055-.213.22-.332t.378-.083l5.225%201.01l.656-2.322l-6-1.613q-.208-.068-.302-.245t-.027-.384q.067-.188.231-.295t.353-.04l6.02%201.614l.625-2.21l-4.033-2.084q-.183-.085-.25-.29t.036-.387t.3-.24t.377.026l6.196%203.223l.095-2.365q.025-.252.126-.458t.297-.36q.16-.103.32-.158q.162-.055.328-.043q.165.011.284.075q.12.063.187.223l2.492%204.838q.2.379.216.783t-.11.808l-1.217%204.375q-.323%201.188-1.328%201.875T11.433%2022m6.73-7.139q.03-.286.048-.578t-.115-.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.216.031.397.101t.323.18t.213.27t.01.324l-1.362%205.264q-.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-rounded.svg?color=%231a73e8&size=48