sign language icon
sign-language from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- sign-language
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
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.5 4c.4-.4 1-.4 1.4 0l2.9 3c-.8.4-1.2.6-1.6 1.2L7.5 5.5c-.4-.4-.4-1.1 0-1.5M6.3 7.2c.4-.4 1-.4 1.4 0l1.9 2c-.2.6-.3 1.3-.2 1.8h-.8L6.3 8.6c-.4-.4-.4-1 0-1.4M19 21.5c0 1.4-1.1 2.5-2.5 2.5h-11c-.5 0-1-.5-1-1s.5-1 1-1H10v-1H4c-.5 0-1-.5-1-1s.5-1 1-1h6v-1H3c-.5 0-1-.5-1-1s.5-1 1-1h7v-1H4.5c-.5 0-1-.5-1-1s.5-1 1-1h8l-.9-1.9c-.4-.7-.1-1.6.7-2l.2-.1l5.7 5.5c.5.5.8 1.1.8 1.8zm3-10.2c0 .7-.3 1.3-.8 1.8l-.9.8c-.2-.3-.4-.6-.7-.9l-.6-.6L15.4 9l-2.7-2.4l-3.8-4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l4.8 5.1l.7-.7l-3.8-4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0L18.9 6l.7-2c.5-.6 1.4-1 2.1-.8l.3.1z"/></svg>
React
import type { SVGProps } from "react";
export function MdiSignLanguage(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.5 4c.4-.4 1-.4 1.4 0l2.9 3c-.8.4-1.2.6-1.6 1.2L7.5 5.5c-.4-.4-.4-1.1 0-1.5M6.3 7.2c.4-.4 1-.4 1.4 0l1.9 2c-.2.6-.3 1.3-.2 1.8h-.8L6.3 8.6c-.4-.4-.4-1 0-1.4M19 21.5c0 1.4-1.1 2.5-2.5 2.5h-11c-.5 0-1-.5-1-1s.5-1 1-1H10v-1H4c-.5 0-1-.5-1-1s.5-1 1-1h6v-1H3c-.5 0-1-.5-1-1s.5-1 1-1h7v-1H4.5c-.5 0-1-.5-1-1s.5-1 1-1h8l-.9-1.9c-.4-.7-.1-1.6.7-2l.2-.1l5.7 5.5c.5.5.8 1.1.8 1.8zm3-10.2c0 .7-.3 1.3-.8 1.8l-.9.8c-.2-.3-.4-.6-.7-.9l-.6-.6L15.4 9l-2.7-2.4l-3.8-4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l4.8 5.1l.7-.7l-3.8-4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0L18.9 6l.7-2c.5-.6 1.4-1 2.1-.8l.3.1z"/></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.5 4c.4-.4 1-.4 1.4 0l2.9 3c-.8.4-1.2.6-1.6 1.2L7.5 5.5c-.4-.4-.4-1.1 0-1.5M6.3 7.2c.4-.4 1-.4 1.4 0l1.9 2c-.2.6-.3 1.3-.2 1.8h-.8L6.3 8.6c-.4-.4-.4-1 0-1.4M19 21.5c0 1.4-1.1 2.5-2.5 2.5h-11c-.5 0-1-.5-1-1s.5-1 1-1H10v-1H4c-.5 0-1-.5-1-1s.5-1 1-1h6v-1H3c-.5 0-1-.5-1-1s.5-1 1-1h7v-1H4.5c-.5 0-1-.5-1-1s.5-1 1-1h8l-.9-1.9c-.4-.7-.1-1.6.7-2l.2-.1l5.7 5.5c.5.5.8 1.1.8 1.8zm3-10.2c0 .7-.3 1.3-.8 1.8l-.9.8c-.2-.3-.4-.6-.7-.9l-.6-.6L15.4 9l-2.7-2.4l-3.8-4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l4.8 5.1l.7-.7l-3.8-4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0L18.9 6l.7-2c.5-.6 1.4-1 2.1-.8l.3.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%204c.4-.4%201-.4%201.4%200l2.9%203c-.8.4-1.2.6-1.6%201.2L7.5%205.5c-.4-.4-.4-1.1%200-1.5M6.3%207.2c.4-.4%201-.4%201.4%200l1.9%202c-.2.6-.3%201.3-.2%201.8h-.8L6.3%208.6c-.4-.4-.4-1%200-1.4M19%2021.5c0%201.4-1.1%202.5-2.5%202.5h-11c-.5%200-1-.5-1-1s.5-1%201-1H10v-1H4c-.5%200-1-.5-1-1s.5-1%201-1h6v-1H3c-.5%200-1-.5-1-1s.5-1%201-1h7v-1H4.5c-.5%200-1-.5-1-1s.5-1%201-1h8l-.9-1.9c-.4-.7-.1-1.6.7-2l.2-.1l5.7%205.5c.5.5.8%201.1.8%201.8zm3-10.2c0%20.7-.3%201.3-.8%201.8l-.9.8c-.2-.3-.4-.6-.7-.9l-.6-.6L15.4%209l-2.7-2.4l-3.8-4c-.4-.4-.4-1%200-1.4s1-.4%201.4%200l4.8%205.1l.7-.7l-3.8-4c-.4-.4-.4-1%200-1.4s1-.4%201.4%200L18.9%206l.7-2c.5-.6%201.4-1%202.1-.8l.3.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%204c.4-.4%201-.4%201.4%200l2.9%203c-.8.4-1.2.6-1.6%201.2L7.5%205.5c-.4-.4-.4-1.1%200-1.5M6.3%207.2c.4-.4%201-.4%201.4%200l1.9%202c-.2.6-.3%201.3-.2%201.8h-.8L6.3%208.6c-.4-.4-.4-1%200-1.4M19%2021.5c0%201.4-1.1%202.5-2.5%202.5h-11c-.5%200-1-.5-1-1s.5-1%201-1H10v-1H4c-.5%200-1-.5-1-1s.5-1%201-1h6v-1H3c-.5%200-1-.5-1-1s.5-1%201-1h7v-1H4.5c-.5%200-1-.5-1-1s.5-1%201-1h8l-.9-1.9c-.4-.7-.1-1.6.7-2l.2-.1l5.7%205.5c.5.5.8%201.1.8%201.8zm3-10.2c0%20.7-.3%201.3-.8%201.8l-.9.8c-.2-.3-.4-.6-.7-.9l-.6-.6L15.4%209l-2.7-2.4l-3.8-4c-.4-.4-.4-1%200-1.4s1-.4%201.4%200l4.8%205.1l.7-.7l-3.8-4c-.4-.4-.4-1%200-1.4s1-.4%201.4%200L18.9%206l.7-2c.5-.6%201.4-1%202.1-.8l.3.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sign-language.svg?color=%231a73e8&size=48