sign language off icon
sign-language-off-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sign-language-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M3.23 21.244q-.213-.011-.363-.17q-.15-.158-.1-.372q.012-.194.18-.329q.168-.134.362-.129l3.495.318l.725-2.521l-5.171-.972q-.194-.036-.323-.207q-.13-.171-.073-.366q.036-.207.21-.33q.174-.122.388-.085l5.244.99l.656-2.257l-6.02-1.658q-.213-.062-.304-.229q-.092-.167-.024-.4q.067-.188.219-.283t.365-.052l6.039 1.639l.817-2.844l-7.106-7.125q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.692 17.692q.14.14.153.342t-.153.366q-.16.16-.354.15t-.353-.15l-4.477-4.452l-.677 2.46q-.318 1.175-1.325 1.869q-1.008.694-2.227.569zm14.662-6.202l-5.107-5.134l.984-.71l-3.638-5.55q-.135-.158-.089-.353t.224-.33q.157-.11.352-.076q.196.034.336.192l3.619 5.555l1.962-1.426l-1.871-4.502q-.08-.177-.003-.363q.076-.186.278-.284q.188-.072.38 0t.272.256l2.678 6.447l1.612-1.781q.16-.166.38-.28q.222-.114.474-.084q.513.05.757.354q.245.304.097.868l-1.273 4.917q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSignLanguageOffRounded(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="M3.23 21.244q-.213-.011-.363-.17q-.15-.158-.1-.372q.012-.194.18-.329q.168-.134.362-.129l3.495.318l.725-2.521l-5.171-.972q-.194-.036-.323-.207q-.13-.171-.073-.366q.036-.207.21-.33q.174-.122.388-.085l5.244.99l.656-2.257l-6.02-1.658q-.213-.062-.304-.229q-.092-.167-.024-.4q.067-.188.219-.283t.365-.052l6.039 1.639l.817-2.844l-7.106-7.125q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.692 17.692q.14.14.153.342t-.153.366q-.16.16-.354.15t-.353-.15l-4.477-4.452l-.677 2.46q-.318 1.175-1.325 1.869q-1.008.694-2.227.569zm14.662-6.202l-5.107-5.134l.984-.71l-3.638-5.55q-.135-.158-.089-.353t.224-.33q.157-.11.352-.076q.196.034.336.192l3.619 5.555l1.962-1.426l-1.871-4.502q-.08-.177-.003-.363q.076-.186.278-.284q.188-.072.38 0t.272.256l2.678 6.447l1.612-1.781q.16-.166.38-.28q.222-.114.474-.084q.513.05.757.354q.245.304.097.868l-1.273 4.917q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.23 21.244q-.213-.011-.363-.17q-.15-.158-.1-.372q.012-.194.18-.329q.168-.134.362-.129l3.495.318l.725-2.521l-5.171-.972q-.194-.036-.323-.207q-.13-.171-.073-.366q.036-.207.21-.33q.174-.122.388-.085l5.244.99l.656-2.257l-6.02-1.658q-.213-.062-.304-.229q-.092-.167-.024-.4q.067-.188.219-.283t.365-.052l6.039 1.639l.817-2.844l-7.106-7.125q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.692 17.692q.14.14.153.342t-.153.366q-.16.16-.354.15t-.353-.15l-4.477-4.452l-.677 2.46q-.318 1.175-1.325 1.869q-1.008.694-2.227.569zm14.662-6.202l-5.107-5.134l.984-.71l-3.638-5.55q-.135-.158-.089-.353t.224-.33q.157-.11.352-.076q.196.034.336.192l3.619 5.555l1.962-1.426l-1.871-4.502q-.08-.177-.003-.363q.076-.186.278-.284q.188-.072.38 0t.272.256l2.678 6.447l1.612-1.781q.16-.166.38-.28q.222-.114.474-.084q.513.05.757.354q.245.304.097.868l-1.273 4.917q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094z"/></svg> </template>
CSS
.icon-sign-language-off-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%22M3.23%2021.244q-.213-.011-.363-.17q-.15-.158-.1-.372q.012-.194.18-.329q.168-.134.362-.129l3.495.318l.725-2.521l-5.171-.972q-.194-.036-.323-.207q-.13-.171-.073-.366q.036-.207.21-.33q.174-.122.388-.085l5.244.99l.656-2.257l-6.02-1.658q-.213-.062-.304-.229q-.092-.167-.024-.4q.067-.188.219-.283t.365-.052l6.039%201.639l.817-2.844l-7.106-7.125q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.692%2017.692q.14.14.153.342t-.153.366q-.16.16-.354.15t-.353-.15l-4.477-4.452l-.677%202.46q-.318%201.175-1.325%201.869q-1.008.694-2.227.569zm14.662-6.202l-5.107-5.134l.984-.71l-3.638-5.55q-.135-.158-.089-.353t.224-.33q.157-.11.352-.076q.196.034.336.192l3.619%205.555l1.962-1.426l-1.871-4.502q-.08-.177-.003-.363q.076-.186.278-.284q.188-.072.38%200t.272.256l2.678%206.447l1.612-1.781q.16-.166.38-.28q.222-.114.474-.084q.513.05.757.354q.245.304.097.868l-1.273%204.917q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L5.308%209.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92%203.094z%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%22M3.23%2021.244q-.213-.011-.363-.17q-.15-.158-.1-.372q.012-.194.18-.329q.168-.134.362-.129l3.495.318l.725-2.521l-5.171-.972q-.194-.036-.323-.207q-.13-.171-.073-.366q.036-.207.21-.33q.174-.122.388-.085l5.244.99l.656-2.257l-6.02-1.658q-.213-.062-.304-.229q-.092-.167-.024-.4q.067-.188.219-.283t.365-.052l6.039%201.639l.817-2.844l-7.106-7.125q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.692%2017.692q.14.14.153.342t-.153.366q-.16.16-.354.15t-.353-.15l-4.477-4.452l-.677%202.46q-.318%201.175-1.325%201.869q-1.008.694-2.227.569zm14.662-6.202l-5.107-5.134l.984-.71l-3.638-5.55q-.135-.158-.089-.353t.224-.33q.157-.11.352-.076q.196.034.336.192l3.619%205.555l1.962-1.426l-1.871-4.502q-.08-.177-.003-.363q.076-.186.278-.284q.188-.072.38%200t.272.256l2.678%206.447l1.612-1.781q.16-.166.38-.28q.222-.114.474-.084q.513.05.757.354q.245.304.097.868l-1.273%204.917q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L5.308%209.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92%203.094z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sign-language-off-rounded.svg?color=%231a73e8&size=48