sign language icon
sign-language from Font Awesome Solid by Dave Gandy · Solid · Accessibility · CC-BY-4.0 Attribution required.
- Name
- sign-language
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Accessibility
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More accessibility icons from Font Awesome Solid
Use the sign language icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m576 224l-.1 72.6c0 44.8-17.6 87.1-47.9 118.4c-.3-77-40.1-148.4-105.4-189.3l-1.9-1.2c2.5-3.7 2.8-8.6.4-12.7l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8s26.1-2.6 32.7 8.9l68 117.8l43.3 75l.1-49.3c0-17.7 14.4-32 32-32s32 14.4 32 32m-213.6-35.8c-14.1-8.8-29.8-12.7-45.2-12.1l-36.5-63.3c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8L389.4 205l-27-16.9zm-86.5-35.7l16.4 28.4c-15.1 5.5-28.6 15.6-38.3 29.7l-19.7-34.2c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l12.5 21.7c-2 8.6-2.5 17.5-1.7 26.1h-38.7l-13.7-23.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8m63.4 22.8c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C448.7 298.7 480 355.2 480 416v8c0 83.9-68.1 152-152 152H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h124c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h156c6.6 0 12-5.4 12-12s-5.4-12-12-12H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h229.2L303 283.1c-15-9.4-19.5-29.1-10.2-44.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidSignLanguage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m576 224l-.1 72.6c0 44.8-17.6 87.1-47.9 118.4c-.3-77-40.1-148.4-105.4-189.3l-1.9-1.2c2.5-3.7 2.8-8.6.4-12.7l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8s26.1-2.6 32.7 8.9l68 117.8l43.3 75l.1-49.3c0-17.7 14.4-32 32-32s32 14.4 32 32m-213.6-35.8c-14.1-8.8-29.8-12.7-45.2-12.1l-36.5-63.3c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8L389.4 205l-27-16.9zm-86.5-35.7l16.4 28.4c-15.1 5.5-28.6 15.6-38.3 29.7l-19.7-34.2c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l12.5 21.7c-2 8.6-2.5 17.5-1.7 26.1h-38.7l-13.7-23.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8m63.4 22.8c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C448.7 298.7 480 355.2 480 416v8c0 83.9-68.1 152-152 152H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h124c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h156c6.6 0 12-5.4 12-12s-5.4-12-12-12H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h229.2L303 283.1c-15-9.4-19.5-29.1-10.2-44.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m576 224l-.1 72.6c0 44.8-17.6 87.1-47.9 118.4c-.3-77-40.1-148.4-105.4-189.3l-1.9-1.2c2.5-3.7 2.8-8.6.4-12.7l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8s26.1-2.6 32.7 8.9l68 117.8l43.3 75l.1-49.3c0-17.7 14.4-32 32-32s32 14.4 32 32m-213.6-35.8c-14.1-8.8-29.8-12.7-45.2-12.1l-36.5-63.3c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8L389.4 205l-27-16.9zm-86.5-35.7l16.4 28.4c-15.1 5.5-28.6 15.6-38.3 29.7l-19.7-34.2c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l12.5 21.7c-2 8.6-2.5 17.5-1.7 26.1h-38.7l-13.7-23.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8m63.4 22.8c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C448.7 298.7 480 355.2 480 416v8c0 83.9-68.1 152-152 152H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h124c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h156c6.6 0 12-5.4 12-12s-5.4-12-12-12H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h229.2L303 283.1c-15-9.4-19.5-29.1-10.2-44.1z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m576%20224l-.1%2072.6c0%2044.8-17.6%2087.1-47.9%20118.4c-.3-77-40.1-148.4-105.4-189.3l-1.9-1.2c2.5-3.7%202.8-8.6.4-12.7l-62-107.4c-6.6-11.5-2.7-26.2%208.8-32.8s26.1-2.6%2032.7%208.9l68%20117.8l43.3%2075l.1-49.3c0-17.7%2014.4-32%2032-32s32%2014.4%2032%2032m-213.6-35.8c-14.1-8.8-29.8-12.7-45.2-12.1l-36.5-63.3c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8L389.4%20205l-27-16.9zm-86.5-35.7l16.4%2028.4c-15.1%205.5-28.6%2015.6-38.3%2029.7l-19.7-34.2c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8zm-46.4%2063.7l12.5%2021.7c-2%208.6-2.5%2017.5-1.7%2026.1h-38.7l-13.7-23.8c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8m63.4%2022.8c9.4-15%2029.1-19.5%2044.1-10.2l60.2%2037.6C448.7%20298.7%20480%20355.2%20480%20416v8c0%2083.9-68.1%20152-152%20152H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24h92c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H120c-13.3%200-24-10.7-24-24s10.7-24%2024-24h124c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H88c-13.3%200-24-10.7-24-24s10.7-24%2024-24h156c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H120c-13.3%200-24-10.7-24-24s10.7-24%2024-24h229.2L303%20283.1c-15-9.4-19.5-29.1-10.2-44.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m576%20224l-.1%2072.6c0%2044.8-17.6%2087.1-47.9%20118.4c-.3-77-40.1-148.4-105.4-189.3l-1.9-1.2c2.5-3.7%202.8-8.6.4-12.7l-62-107.4c-6.6-11.5-2.7-26.2%208.8-32.8s26.1-2.6%2032.7%208.9l68%20117.8l43.3%2075l.1-49.3c0-17.7%2014.4-32%2032-32s32%2014.4%2032%2032m-213.6-35.8c-14.1-8.8-29.8-12.7-45.2-12.1l-36.5-63.3c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8L389.4%20205l-27-16.9zm-86.5-35.7l16.4%2028.4c-15.1%205.5-28.6%2015.6-38.3%2029.7l-19.7-34.2c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8zm-46.4%2063.7l12.5%2021.7c-2%208.6-2.5%2017.5-1.7%2026.1h-38.7l-13.7-23.8c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8m63.4%2022.8c9.4-15%2029.1-19.5%2044.1-10.2l60.2%2037.6C448.7%20298.7%20480%20355.2%20480%20416v8c0%2083.9-68.1%20152-152%20152H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24h92c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H120c-13.3%200-24-10.7-24-24s10.7-24%2024-24h124c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H88c-13.3%200-24-10.7-24-24s10.7-24%2024-24h156c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H120c-13.3%200-24-10.7-24-24s10.7-24%2024-24h229.2L303%20283.1c-15-9.4-19.5-29.1-10.2-44.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/sign-language.svg?color=%231a73e8&size=48