sign language off icon
sign-language-off-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sign-language-off-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 off 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-.4T1 16.65q.075-.4.412-.637t.763-.163l6 1.125zm.95-3.4l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1 13.6zm5.05-6.325L9.65 3.475q-.25-.35-.175-.738T9.9 2.1q.35-.225.738-.162t.662.412l3.975 5.775zm4.825 6.4l-1.525-1.475L18.9 12.9q.15-.075.238-.213t.137-.337L20.3 9l-2.2 2.425L14.375 2.4q-.175-.35-.012-.737T14.9 1.1q.4-.15.775 0t.55.525l2.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.687zm-3.175-.3L4.75 9.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9 2.575zM2.75 22.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225L11.55 21q.725.075 1.325-.325t.8-1.125l.65-2.4L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275l-3.15-3.125l-.35 1.325q-.4 1.425-1.587 2.225T11.375 23zm14.175-8.1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSignLanguageOffOutlineRounded(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-.4T1 16.65q.075-.4.412-.637t.763-.163l6 1.125zm.95-3.4l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1 13.6zm5.05-6.325L9.65 3.475q-.25-.35-.175-.738T9.9 2.1q.35-.225.738-.162t.662.412l3.975 5.775zm4.825 6.4l-1.525-1.475L18.9 12.9q.15-.075.238-.213t.137-.337L20.3 9l-2.2 2.425L14.375 2.4q-.175-.35-.012-.737T14.9 1.1q.4-.15.775 0t.55.525l2.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.687zm-3.175-.3L4.75 9.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9 2.575zM2.75 22.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225L11.55 21q.725.075 1.325-.325t.8-1.125l.65-2.4L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275l-3.15-3.125l-.35 1.325q-.4 1.425-1.587 2.225T11.375 23zm14.175-8.1"/></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-.4T1 16.65q.075-.4.412-.637t.763-.163l6 1.125zm.95-3.4l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1 13.6zm5.05-6.325L9.65 3.475q-.25-.35-.175-.738T9.9 2.1q.35-.225.738-.162t.662.412l3.975 5.775zm4.825 6.4l-1.525-1.475L18.9 12.9q.15-.075.238-.213t.137-.337L20.3 9l-2.2 2.425L14.375 2.4q-.175-.35-.012-.737T14.9 1.1q.4-.15.775 0t.55.525l2.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.687zm-3.175-.3L4.75 9.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9 2.575zM2.75 22.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225L11.55 21q.725.075 1.325-.325t.8-1.125l.65-2.4L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275l-3.15-3.125l-.35 1.325q-.4 1.425-1.587 2.225T11.375 23zm14.175-8.1"/></svg> </template>
CSS
.icon-sign-language-off-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%22M7.625%2018.925L1.8%2017.8q-.425-.075-.65-.4T1%2016.65q.075-.4.412-.637t.763-.163l6%201.125zm.95-3.4l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1%2013.6zm5.05-6.325L9.65%203.475q-.25-.35-.175-.738T9.9%202.1q.35-.225.738-.162t.662.412l3.975%205.775zm4.825%206.4l-1.525-1.475L18.9%2012.9q.15-.075.238-.213t.137-.337L20.3%209l-2.2%202.425L14.375%202.4q-.175-.35-.012-.737T14.9%201.1q.4-.15.775%200t.55.525l2.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.687zm-3.175-.3L4.75%209.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9%202.575zM2.75%2022.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225L11.55%2021q.725.075%201.325-.325t.8-1.125l.65-2.4L2.1%204.9q-.275-.275-.288-.687T2.1%203.5q.275-.275.7-.275t.7.275l17%2017q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275l-3.15-3.125l-.35%201.325q-.4%201.425-1.587%202.225T11.375%2023zm14.175-8.1%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-.4T1%2016.65q.075-.4.412-.637t.763-.163l6%201.125zm.95-3.4l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1%2013.6zm5.05-6.325L9.65%203.475q-.25-.35-.175-.738T9.9%202.1q.35-.225.738-.162t.662.412l3.975%205.775zm4.825%206.4l-1.525-1.475L18.9%2012.9q.15-.075.238-.213t.137-.337L20.3%209l-2.2%202.425L14.375%202.4q-.175-.35-.012-.737T14.9%201.1q.4-.15.775%200t.55.525l2.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.687zm-3.175-.3L4.75%209.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9%202.575zM2.75%2022.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225L11.55%2021q.725.075%201.325-.325t.8-1.125l.65-2.4L2.1%204.9q-.275-.275-.288-.687T2.1%203.5q.275-.275.7-.275t.7.275l17%2017q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275l-3.15-3.125l-.35%201.325q-.4%201.425-1.587%202.225T11.375%2023zm14.175-8.1%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-off-outline-rounded.svg?color=%231a73e8&size=48