message off icon
message-off-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- message-off-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline Icons
Use the message 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 fill="currentColor" d="M18.35 18.35C16.5288 19.3982 14.3202 20 12 20C11.2351 20 10.4723 19.9337 9.7236 19.8047L5.4385 21.8984C5.1434 22.0425 4.7961 22.0329 4.5098 21.8721C4.2235 21.7112 4.0344 21.4197 4.0039 21.0928L3.6084 16.8252C1.9521 15.2269 1 13.1718 1 11C1 8.355 2.3479 6.0598 4.4492 4.4492ZM8.3114 4.0687C8.0568 3.8141 7.9587 3.4423 8.0546 3.0953C8.1505 2.7482 8.4256 2.4795 8.7748 2.3918C9.8049 2.1378 10.8897 2 12 2C17.8553 2 23 5.8327 23 11C23 12.7075 22.4383 14.2693 21.4747 15.5952C21.3015 15.8336 21.0326 15.9841 20.7389 16.0072C20.4451 16.0303 20.156 15.9236 19.9477 15.7153L8.3114 4.0687Z" stroke="none"/><path d="M2 2L22 22"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsMessageOffFill(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 fill="currentColor" d="M18.35 18.35C16.5288 19.3982 14.3202 20 12 20C11.2351 20 10.4723 19.9337 9.7236 19.8047L5.4385 21.8984C5.1434 22.0425 4.7961 22.0329 4.5098 21.8721C4.2235 21.7112 4.0344 21.4197 4.0039 21.0928L3.6084 16.8252C1.9521 15.2269 1 13.1718 1 11C1 8.355 2.3479 6.0598 4.4492 4.4492ZM8.3114 4.0687C8.0568 3.8141 7.9587 3.4423 8.0546 3.0953C8.1505 2.7482 8.4256 2.4795 8.7748 2.3918C9.8049 2.1378 10.8897 2 12 2C17.8553 2 23 5.8327 23 11C23 12.7075 22.4383 14.2693 21.4747 15.5952C21.3015 15.8336 21.0326 15.9841 20.7389 16.0072C20.4451 16.0303 20.156 15.9236 19.9477 15.7153L8.3114 4.0687Z" stroke="none"/><path d="M2 2L22 22"/></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 fill="currentColor" d="M18.35 18.35C16.5288 19.3982 14.3202 20 12 20C11.2351 20 10.4723 19.9337 9.7236 19.8047L5.4385 21.8984C5.1434 22.0425 4.7961 22.0329 4.5098 21.8721C4.2235 21.7112 4.0344 21.4197 4.0039 21.0928L3.6084 16.8252C1.9521 15.2269 1 13.1718 1 11C1 8.355 2.3479 6.0598 4.4492 4.4492ZM8.3114 4.0687C8.0568 3.8141 7.9587 3.4423 8.0546 3.0953C8.1505 2.7482 8.4256 2.4795 8.7748 2.3918C9.8049 2.1378 10.8897 2 12 2C17.8553 2 23 5.8327 23 11C23 12.7075 22.4383 14.2693 21.4747 15.5952C21.3015 15.8336 21.0326 15.9841 20.7389 16.0072C20.4451 16.0303 20.156 15.9236 19.9477 15.7153L8.3114 4.0687Z" stroke="none"/><path d="M2 2L22 22"/></g></svg> </template>
CSS
.icon-message-off-fill {
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%20fill%3D%22currentColor%22%20d%3D%22M18.35%2018.35C16.5288%2019.3982%2014.3202%2020%2012%2020C11.2351%2020%2010.4723%2019.9337%209.7236%2019.8047L5.4385%2021.8984C5.1434%2022.0425%204.7961%2022.0329%204.5098%2021.8721C4.2235%2021.7112%204.0344%2021.4197%204.0039%2021.0928L3.6084%2016.8252C1.9521%2015.2269%201%2013.1718%201%2011C1%208.355%202.3479%206.0598%204.4492%204.4492ZM8.3114%204.0687C8.0568%203.8141%207.9587%203.4423%208.0546%203.0953C8.1505%202.7482%208.4256%202.4795%208.7748%202.3918C9.8049%202.1378%2010.8897%202%2012%202C17.8553%202%2023%205.8327%2023%2011C23%2012.7075%2022.4383%2014.2693%2021.4747%2015.5952C21.3015%2015.8336%2021.0326%2015.9841%2020.7389%2016.0072C20.4451%2016.0303%2020.156%2015.9236%2019.9477%2015.7153L8.3114%204.0687Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%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%20fill%3D%22currentColor%22%20d%3D%22M18.35%2018.35C16.5288%2019.3982%2014.3202%2020%2012%2020C11.2351%2020%2010.4723%2019.9337%209.7236%2019.8047L5.4385%2021.8984C5.1434%2022.0425%204.7961%2022.0329%204.5098%2021.8721C4.2235%2021.7112%204.0344%2021.4197%204.0039%2021.0928L3.6084%2016.8252C1.9521%2015.2269%201%2013.1718%201%2011C1%208.355%202.3479%206.0598%204.4492%204.4492ZM8.3114%204.0687C8.0568%203.8141%207.9587%203.4423%208.0546%203.0953C8.1505%202.7482%208.4256%202.4795%208.7748%202.3918C9.8049%202.1378%2010.8897%202%2012%202C17.8553%202%2023%205.8327%2023%2011C23%2012.7075%2022.4383%2014.2693%2021.4747%2015.5952C21.3015%2015.8336%2021.0326%2015.9841%2020.7389%2016.0072C20.4451%2016.0303%2020.156%2015.9236%2019.9477%2015.7153L8.3114%204.0687Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/message-off-fill.svg?color=%231a73e8&size=48