message square off icon

message-square-off-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
message-square-off-two-tone
Set
Keyline Icons
Style
Two Tone
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 square 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" fill-opacity=".4" d="M18 18L7.4142 18L3.7071 21.7071C3.5196 21.8946 3.2652 22 3 22C2.4477 22 2 21.5523 2 21L2 6C2 4.9391 2.4214 3.9217 3.1716 3.1716ZM8.6569 2L18 2C20.2091 2 22 3.7909 22 6L22 14C22 14.5138 21.901 15.0229 21.7084 15.4993C21.5556 15.8771 21.1889 16.1244 20.7813 16.1244C20.5161 16.1244 20.2617 16.0191 20.0742 15.8316L7.9497 3.7071C7.7622 3.5196 7.6569 3.2652 7.6569 3C7.6569 2.4477 8.1046 2 8.6569 2Z" stroke="none"/><path d="M17 17L7 17L3 21L3 6C3 5.2044 3.3161 4.4413 3.8787 3.8787M2 2L22 22"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsMessageSquareOffTwoTone(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" fillOpacity=".4" d="M18 18L7.4142 18L3.7071 21.7071C3.5196 21.8946 3.2652 22 3 22C2.4477 22 2 21.5523 2 21L2 6C2 4.9391 2.4214 3.9217 3.1716 3.1716ZM8.6569 2L18 2C20.2091 2 22 3.7909 22 6L22 14C22 14.5138 21.901 15.0229 21.7084 15.4993C21.5556 15.8771 21.1889 16.1244 20.7813 16.1244C20.5161 16.1244 20.2617 16.0191 20.0742 15.8316L7.9497 3.7071C7.7622 3.5196 7.6569 3.2652 7.6569 3C7.6569 2.4477 8.1046 2 8.6569 2Z" stroke="none"/><path d="M17 17L7 17L3 21L3 6C3 5.2044 3.3161 4.4413 3.8787 3.8787M2 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" fill-opacity=".4" d="M18 18L7.4142 18L3.7071 21.7071C3.5196 21.8946 3.2652 22 3 22C2.4477 22 2 21.5523 2 21L2 6C2 4.9391 2.4214 3.9217 3.1716 3.1716ZM8.6569 2L18 2C20.2091 2 22 3.7909 22 6L22 14C22 14.5138 21.901 15.0229 21.7084 15.4993C21.5556 15.8771 21.1889 16.1244 20.7813 16.1244C20.5161 16.1244 20.2617 16.0191 20.0742 15.8316L7.9497 3.7071C7.7622 3.5196 7.6569 3.2652 7.6569 3C7.6569 2.4477 8.1046 2 8.6569 2Z" stroke="none"/><path d="M17 17L7 17L3 21L3 6C3 5.2044 3.3161 4.4413 3.8787 3.8787M2 2L22 22"/></g></svg>
</template>

CSS

.icon-message-square-off-two-tone {
  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%20fill-opacity%3D%22.4%22%20d%3D%22M18%2018L7.4142%2018L3.7071%2021.7071C3.5196%2021.8946%203.2652%2022%203%2022C2.4477%2022%202%2021.5523%202%2021L2%206C2%204.9391%202.4214%203.9217%203.1716%203.1716ZM8.6569%202L18%202C20.2091%202%2022%203.7909%2022%206L22%2014C22%2014.5138%2021.901%2015.0229%2021.7084%2015.4993C21.5556%2015.8771%2021.1889%2016.1244%2020.7813%2016.1244C20.5161%2016.1244%2020.2617%2016.0191%2020.0742%2015.8316L7.9497%203.7071C7.7622%203.5196%207.6569%203.2652%207.6569%203C7.6569%202.4477%208.1046%202%208.6569%202Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M17%2017L7%2017L3%2021L3%206C3%205.2044%203.3161%204.4413%203.8787%203.8787M2%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%20fill-opacity%3D%22.4%22%20d%3D%22M18%2018L7.4142%2018L3.7071%2021.7071C3.5196%2021.8946%203.2652%2022%203%2022C2.4477%2022%202%2021.5523%202%2021L2%206C2%204.9391%202.4214%203.9217%203.1716%203.1716ZM8.6569%202L18%202C20.2091%202%2022%203.7909%2022%206L22%2014C22%2014.5138%2021.901%2015.0229%2021.7084%2015.4993C21.5556%2015.8771%2021.1889%2016.1244%2020.7813%2016.1244C20.5161%2016.1244%2020.2617%2016.0191%2020.0742%2015.8316L7.9497%203.7071C7.7622%203.5196%207.6569%203.2652%207.6569%203C7.6569%202.4477%208.1046%202%208.6569%202Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M17%2017L7%2017L3%2021L3%206C3%205.2044%203.3161%204.4413%203.8787%203.8787M2%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-square-off-two-tone.svg?color=%231a73e8&size=48