sign language icon
sign-language-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sign-language-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="M1.8 17.8q-.425-.075-.65-.413T1 16.65q.075-.425.413-.65t.762-.15l4.925.925q.425.075.663.45t.112.8q-.125.375-.437.588t-.713.137zm.025-4.125q-.4-.125-.6-.475t-.075-.75q.125-.425.463-.625t.737-.075l5.8 1.575q.4.125.613.475t.087.75t-.487.613t-.763.087zm.925 8.55q-.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.25l-.075 1.7q-.025.55-.487.838t-.963.012L4.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-.35t.812.05q.2.075.35.213t.225.337l2.3 5.3q.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.35.05.675.188t.525.362t.3.5t0 .575L21.2 12.95q-.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 MaterialSymbolsSignLanguageOutlineRounded(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="M1.8 17.8q-.425-.075-.65-.413T1 16.65q.075-.425.413-.65t.762-.15l4.925.925q.425.075.663.45t.112.8q-.125.375-.437.588t-.713.137zm.025-4.125q-.4-.125-.6-.475t-.075-.75q.125-.425.463-.625t.737-.075l5.8 1.575q.4.125.613.475t.087.75t-.487.613t-.763.087zm.925 8.55q-.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.25l-.075 1.7q-.025.55-.487.838t-.963.012L4.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-.35t.812.05q.2.075.35.213t.225.337l2.3 5.3q.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.35.05.675.188t.525.362t.3.5t0 .575L21.2 12.95q-.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="M1.8 17.8q-.425-.075-.65-.413T1 16.65q.075-.425.413-.65t.762-.15l4.925.925q.425.075.663.45t.112.8q-.125.375-.437.588t-.713.137zm.025-4.125q-.4-.125-.6-.475t-.075-.75q.125-.425.463-.625t.737-.075l5.8 1.575q.4.125.613.475t.087.75t-.487.613t-.763.087zm.925 8.55q-.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.25l-.075 1.7q-.025.55-.487.838t-.963.012L4.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-.35t.812.05q.2.075.35.213t.225.337l2.3 5.3q.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.35.05.675.188t.525.362t.3.5t0 .575L21.2 12.95q-.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-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%22M1.8%2017.8q-.425-.075-.65-.413T1%2016.65q.075-.425.413-.65t.762-.15l4.925.925q.425.075.663.45t.112.8q-.125.375-.437.588t-.713.137zm.025-4.125q-.4-.125-.6-.475t-.075-.75q.125-.425.463-.625t.737-.075l5.8%201.575q.4.125.613.475t.087.75t-.487.613t-.763.087zm.925%208.55q-.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.25l-.075%201.7q-.025.55-.487.838t-.963.012L4.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-.35t.812.05q.2.075.35.213t.225.337l2.3%205.3q.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.35.05.675.188t.525.362t.3.5t0%20.575L21.2%2012.95q-.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%22M1.8%2017.8q-.425-.075-.65-.413T1%2016.65q.075-.425.413-.65t.762-.15l4.925.925q.425.075.663.45t.112.8q-.125.375-.437.588t-.713.137zm.025-4.125q-.4-.125-.6-.475t-.075-.75q.125-.425.463-.625t.737-.075l5.8%201.575q.4.125.613.475t.087.75t-.487.613t-.763.087zm.925%208.55q-.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.25l-.075%201.7q-.025.55-.487.838t-.963.012L4.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-.35t.812.05q.2.075.35.213t.225.337l2.3%205.3q.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.35.05.675.188t.525.362t.3.5t0%20.575L21.2%2012.95q-.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-rounded.svg?color=%231a73e8&size=48