sign language icon
sign-language-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sign-language-outline
- Set
- Material Symbols
- Style
- Outline
- 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="M7.625 18.925L1.8 17.8q-.425-.075-.65-.413T1 16.65q.075-.425.413-.65t.762-.15l6 1.125zm.95-3.4l-6.75-1.85q-.4-.125-.6-.475t-.075-.75q.125-.425.463-.625t.737-.075L9.1 13.6zm-5.825 6.7q-.425-.05-.7-.363t-.225-.737t.363-.687t.737-.213L11.55 21q.725.075 1.325-.337t.8-1.113l1.275-4.625q.05-.15.038-.325t-.088-.325l-1.375-3.25L13.4 14.3L4.75 9.8q-.375-.2-.5-.6t.075-.75q.2-.375.6-.5t.75.075l5.85 3.05l.075-1.75q.025-.45.225-.8t.525-.575q.325-.25.713-.337t.812.037l.425.175l2.45 5.675q.2.475.225.975t-.1 1L15.6 20.1q-.4 1.4-1.588 2.225T11.375 23zm4.35-17q.325-.275.725-.225t.675.375l2 2.425q-.125.2-.2.425t-.125.45l-2.7-1.4l-.525-.625q-.275-.325-.237-.737t.387-.688M9.9 2.1q.35-.25.75-.175t.65.425l2.6 3.775q-.55-.125-1.1 0t-1.05.4l-2.1-3.05q-.25-.35-.175-.75T9.9 2.1m5-1q.4-.175.775-.012t.55.537l2.525 6.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8 5.925q-.15.5-.45.913t-.725.687l-1.65 1.1q.125-.575.1-1.175T18.25 13.3l.65-.4q.15-.1.238-.238t.137-.312L20.3 9l-2.2 2.425L14.375 2.4q-.15-.375 0-.762T14.9 1.1m3.2 10.325"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSignLanguageOutline(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="M7.625 18.925L1.8 17.8q-.425-.075-.65-.413T1 16.65q.075-.425.413-.65t.762-.15l6 1.125zm.95-3.4l-6.75-1.85q-.4-.125-.6-.475t-.075-.75q.125-.425.463-.625t.737-.075L9.1 13.6zm-5.825 6.7q-.425-.05-.7-.363t-.225-.737t.363-.687t.737-.213L11.55 21q.725.075 1.325-.337t.8-1.113l1.275-4.625q.05-.15.038-.325t-.088-.325l-1.375-3.25L13.4 14.3L4.75 9.8q-.375-.2-.5-.6t.075-.75q.2-.375.6-.5t.75.075l5.85 3.05l.075-1.75q.025-.45.225-.8t.525-.575q.325-.25.713-.337t.812.037l.425.175l2.45 5.675q.2.475.225.975t-.1 1L15.6 20.1q-.4 1.4-1.588 2.225T11.375 23zm4.35-17q.325-.275.725-.225t.675.375l2 2.425q-.125.2-.2.425t-.125.45l-2.7-1.4l-.525-.625q-.275-.325-.237-.737t.387-.688M9.9 2.1q.35-.25.75-.175t.65.425l2.6 3.775q-.55-.125-1.1 0t-1.05.4l-2.1-3.05q-.25-.35-.175-.75T9.9 2.1m5-1q.4-.175.775-.012t.55.537l2.525 6.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8 5.925q-.15.5-.45.913t-.725.687l-1.65 1.1q.125-.575.1-1.175T18.25 13.3l.65-.4q.15-.1.238-.238t.137-.312L20.3 9l-2.2 2.425L14.375 2.4q-.15-.375 0-.762T14.9 1.1m3.2 10.325"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.625 18.925L1.8 17.8q-.425-.075-.65-.413T1 16.65q.075-.425.413-.65t.762-.15l6 1.125zm.95-3.4l-6.75-1.85q-.4-.125-.6-.475t-.075-.75q.125-.425.463-.625t.737-.075L9.1 13.6zm-5.825 6.7q-.425-.05-.7-.363t-.225-.737t.363-.687t.737-.213L11.55 21q.725.075 1.325-.337t.8-1.113l1.275-4.625q.05-.15.038-.325t-.088-.325l-1.375-3.25L13.4 14.3L4.75 9.8q-.375-.2-.5-.6t.075-.75q.2-.375.6-.5t.75.075l5.85 3.05l.075-1.75q.025-.45.225-.8t.525-.575q.325-.25.713-.337t.812.037l.425.175l2.45 5.675q.2.475.225.975t-.1 1L15.6 20.1q-.4 1.4-1.588 2.225T11.375 23zm4.35-17q.325-.275.725-.225t.675.375l2 2.425q-.125.2-.2.425t-.125.45l-2.7-1.4l-.525-.625q-.275-.325-.237-.737t.387-.688M9.9 2.1q.35-.25.75-.175t.65.425l2.6 3.775q-.55-.125-1.1 0t-1.05.4l-2.1-3.05q-.25-.35-.175-.75T9.9 2.1m5-1q.4-.175.775-.012t.55.537l2.525 6.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8 5.925q-.15.5-.45.913t-.725.687l-1.65 1.1q.125-.575.1-1.175T18.25 13.3l.65-.4q.15-.1.238-.238t.137-.312L20.3 9l-2.2 2.425L14.375 2.4q-.15-.375 0-.762T14.9 1.1m3.2 10.325"/></svg> </template>
CSS
.icon-sign-language-outline {
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%22M7.625%2018.925L1.8%2017.8q-.425-.075-.65-.413T1%2016.65q.075-.425.413-.65t.762-.15l6%201.125zm.95-3.4l-6.75-1.85q-.4-.125-.6-.475t-.075-.75q.125-.425.463-.625t.737-.075L9.1%2013.6zm-5.825%206.7q-.425-.05-.7-.363t-.225-.737t.363-.687t.737-.213L11.55%2021q.725.075%201.325-.337t.8-1.113l1.275-4.625q.05-.15.038-.325t-.088-.325l-1.375-3.25L13.4%2014.3L4.75%209.8q-.375-.2-.5-.6t.075-.75q.2-.375.6-.5t.75.075l5.85%203.05l.075-1.75q.025-.45.225-.8t.525-.575q.325-.25.713-.337t.812.037l.425.175l2.45%205.675q.2.475.225.975t-.1%201L15.6%2020.1q-.4%201.4-1.588%202.225T11.375%2023zm4.35-17q.325-.275.725-.225t.675.375l2%202.425q-.125.2-.2.425t-.125.45l-2.7-1.4l-.525-.625q-.275-.325-.237-.737t.387-.688M9.9%202.1q.35-.25.75-.175t.65.425l2.6%203.775q-.55-.125-1.1%200t-1.05.4l-2.1-3.05q-.25-.35-.175-.75T9.9%202.1m5-1q.4-.175.775-.012t.55.537l2.525%206.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8%205.925q-.15.5-.45.913t-.725.687l-1.65%201.1q.125-.575.1-1.175T18.25%2013.3l.65-.4q.15-.1.238-.238t.137-.312L20.3%209l-2.2%202.425L14.375%202.4q-.15-.375%200-.762T14.9%201.1m3.2%2010.325%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%22M7.625%2018.925L1.8%2017.8q-.425-.075-.65-.413T1%2016.65q.075-.425.413-.65t.762-.15l6%201.125zm.95-3.4l-6.75-1.85q-.4-.125-.6-.475t-.075-.75q.125-.425.463-.625t.737-.075L9.1%2013.6zm-5.825%206.7q-.425-.05-.7-.363t-.225-.737t.363-.687t.737-.213L11.55%2021q.725.075%201.325-.337t.8-1.113l1.275-4.625q.05-.15.038-.325t-.088-.325l-1.375-3.25L13.4%2014.3L4.75%209.8q-.375-.2-.5-.6t.075-.75q.2-.375.6-.5t.75.075l5.85%203.05l.075-1.75q.025-.45.225-.8t.525-.575q.325-.25.713-.337t.812.037l.425.175l2.45%205.675q.2.475.225.975t-.1%201L15.6%2020.1q-.4%201.4-1.588%202.225T11.375%2023zm4.35-17q.325-.275.725-.225t.675.375l2%202.425q-.125.2-.2.425t-.125.45l-2.7-1.4l-.525-.625q-.275-.325-.237-.737t.387-.688M9.9%202.1q.35-.25.75-.175t.65.425l2.6%203.775q-.55-.125-1.1%200t-1.05.4l-2.1-3.05q-.25-.35-.175-.75T9.9%202.1m5-1q.4-.175.775-.012t.55.537l2.525%206.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8%205.925q-.15.5-.45.913t-.725.687l-1.65%201.1q.125-.575.1-1.175T18.25%2013.3l.65-.4q.15-.1.238-.238t.137-.312L20.3%209l-2.2%202.425L14.375%202.4q-.15-.375%200-.762T14.9%201.1m3.2%2010.325%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-outline.svg?color=%231a73e8&size=48