mouth off icon
mouth-off from Lucide by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- mouth-off
- Set
- Lucide
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
Use the mouth off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M13.074 7.417a2.6 2.6 0 0 1 2.989.099c1.829 1.36 3.053 2.076 5.479 3.644a1 1 0 0 1 .308 1.368a11.6 11.6 0 0 1-1.617 2.05M2 12a50.5 50.5 0 0 0 10.99.99M2 2l20 20"/><path d="M21 11a1 1 0 0 1 1 1a51 51 0 0 1-3.734.61M7.695 7.695c-1.7 1.247-2.92 1.967-5.238 3.464a1 1 0 0 0-.307 1.369a11.6 11.6 0 0 0 14.766 4.388"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideMouthOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M13.074 7.417a2.6 2.6 0 0 1 2.989.099c1.829 1.36 3.053 2.076 5.479 3.644a1 1 0 0 1 .308 1.368a11.6 11.6 0 0 1-1.617 2.05M2 12a50.5 50.5 0 0 0 10.99.99M2 2l20 20"/><path d="M21 11a1 1 0 0 1 1 1a51 51 0 0 1-3.734.61M7.695 7.695c-1.7 1.247-2.92 1.967-5.238 3.464a1 1 0 0 0-.307 1.369a11.6 11.6 0 0 0 14.766 4.388"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M13.074 7.417a2.6 2.6 0 0 1 2.989.099c1.829 1.36 3.053 2.076 5.479 3.644a1 1 0 0 1 .308 1.368a11.6 11.6 0 0 1-1.617 2.05M2 12a50.5 50.5 0 0 0 10.99.99M2 2l20 20"/><path d="M21 11a1 1 0 0 1 1 1a51 51 0 0 1-3.734.61M7.695 7.695c-1.7 1.247-2.92 1.967-5.238 3.464a1 1 0 0 0-.307 1.369a11.6 11.6 0 0 0 14.766 4.388"/></g></svg> </template>
CSS
.icon-mouth-off {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M13.074%207.417a2.6%202.6%200%200%201%202.989.099c1.829%201.36%203.053%202.076%205.479%203.644a1%201%200%200%201%20.308%201.368a11.6%2011.6%200%200%201-1.617%202.05M2%2012a50.5%2050.5%200%200%200%2010.99.99M2%202l20%2020%22%2F%3E%3Cpath%20d%3D%22M21%2011a1%201%200%200%201%201%201a51%2051%200%200%201-3.734.61M7.695%207.695c-1.7%201.247-2.92%201.967-5.238%203.464a1%201%200%200%200-.307%201.369a11.6%2011.6%200%200%200%2014.766%204.388%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M13.074%207.417a2.6%202.6%200%200%201%202.989.099c1.829%201.36%203.053%202.076%205.479%203.644a1%201%200%200%201%20.308%201.368a11.6%2011.6%200%200%201-1.617%202.05M2%2012a50.5%2050.5%200%200%200%2010.99.99M2%202l20%2020%22%2F%3E%3Cpath%20d%3D%22M21%2011a1%201%200%200%201%201%201a51%2051%200%200%201-3.734.61M7.695%207.695c-1.7%201.247-2.92%201.967-5.238%203.464a1%201%200%200%200-.307%201.369a11.6%2011.6%200%200%200%2014.766%204.388%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide/mouth-off.svg?color=%231a73e8&size=48