chat round off icon
chat-round-off-outline from Solar by 480 Design · Outline · Messages · CC-BY-4.0 Attribution required.
- Name
- chat-round-off-outline
- Set
- Solar
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More messages icons from Solar
chat-round-add-boldchat-round-boldchat-round-call-boldchat-round-check-boldchat-round-close-boldchat-round-code-boldchat-round-dots-boldchat-round-like-boldchat-round-line-boldchat-round-money-boldchat-round-question-mark-boldchat-round-quote-boldchat-round-replay-boldchat-round-unread-boldchat-round-video-boldchat-round-warning-boldchat-square-add-boldchat-square-arrow-boldchat-square-boldchat-square-call-boldchat-square-check-boldchat-square-close-boldchat-square-code-boldchat-square-dots-bold
Use the chat round off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75006 12.0009C2.75006 9.4464 3.78527 7.13465 5.46002 5.4599C5.75255 5.16708 5.75255 4.69218 5.46002 4.39936C5.16712 4.10646 4.69139 4.10646 4.39849 4.39936C2.45408 6.34389 1.25006 9.03271 1.25006 12.0009C1.25009 13.7191 1.65374 15.3457 2.37213 16.788C2.47915 17.003 2.50251 17.2224 2.45318 17.4072L1.85748 19.6337C1.44992 21.1574 2.84353 22.5511 4.36724 22.1435L6.59381 21.5478C6.77855 21.4985 6.99793 21.5218 7.21295 21.6288C8.65526 22.3472 10.2818 22.7509 12.0001 22.7509C14.9683 22.7509 17.6571 21.5469 19.6016 19.6025C19.8945 19.3096 19.8945 18.8339 19.6016 18.541C19.3088 18.2484 18.8339 18.2484 18.5411 18.541C16.8663 20.2157 14.5546 21.2509 12.0001 21.2509C10.5191 21.2509 9.12113 20.9033 7.88189 20.2861C7.38457 20.0384 6.79019 19.9433 6.20611 20.0996L3.97955 20.6943C3.57079 20.8036 3.19741 20.4302 3.3067 20.0214L3.90142 17.7949C4.05766 17.2108 3.96256 16.6164 3.7149 16.1191C3.09766 14.8798 2.75009 13.4819 2.75006 12.0009Z"/><path d="M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C9.9817 1.25 8.09145 1.80738 6.47656 2.77637C6.12149 2.98943 6.00588 3.44956 6.21875 3.80469C6.43188 4.15986 6.89287 4.27562 7.24805 4.0625C8.63636 3.22943 10.261 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 13.739 20.7706 15.3636 19.9375 16.752C19.7244 17.1071 19.8401 17.5681 20.1953 17.7812C20.5504 17.9941 21.0106 17.8785 21.2236 17.5234C22.1926 15.9086 22.75 14.0183 22.75 12Z"/><path d="M2.53033 1.46967C2.23744 1.17678 1.76268 1.17678 1.46978 1.46967C1.17689 1.76256 1.17689 2.23732 1.46978 2.53022L21.4698 22.5302C21.7627 22.8231 22.2374 22.8231 22.5303 22.5302C22.8232 22.2373 22.8232 21.7626 22.5303 21.4697L2.53033 1.46967Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarChatRoundOffOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75006 12.0009C2.75006 9.4464 3.78527 7.13465 5.46002 5.4599C5.75255 5.16708 5.75255 4.69218 5.46002 4.39936C5.16712 4.10646 4.69139 4.10646 4.39849 4.39936C2.45408 6.34389 1.25006 9.03271 1.25006 12.0009C1.25009 13.7191 1.65374 15.3457 2.37213 16.788C2.47915 17.003 2.50251 17.2224 2.45318 17.4072L1.85748 19.6337C1.44992 21.1574 2.84353 22.5511 4.36724 22.1435L6.59381 21.5478C6.77855 21.4985 6.99793 21.5218 7.21295 21.6288C8.65526 22.3472 10.2818 22.7509 12.0001 22.7509C14.9683 22.7509 17.6571 21.5469 19.6016 19.6025C19.8945 19.3096 19.8945 18.8339 19.6016 18.541C19.3088 18.2484 18.8339 18.2484 18.5411 18.541C16.8663 20.2157 14.5546 21.2509 12.0001 21.2509C10.5191 21.2509 9.12113 20.9033 7.88189 20.2861C7.38457 20.0384 6.79019 19.9433 6.20611 20.0996L3.97955 20.6943C3.57079 20.8036 3.19741 20.4302 3.3067 20.0214L3.90142 17.7949C4.05766 17.2108 3.96256 16.6164 3.7149 16.1191C3.09766 14.8798 2.75009 13.4819 2.75006 12.0009Z"/><path d="M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C9.9817 1.25 8.09145 1.80738 6.47656 2.77637C6.12149 2.98943 6.00588 3.44956 6.21875 3.80469C6.43188 4.15986 6.89287 4.27562 7.24805 4.0625C8.63636 3.22943 10.261 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 13.739 20.7706 15.3636 19.9375 16.752C19.7244 17.1071 19.8401 17.5681 20.1953 17.7812C20.5504 17.9941 21.0106 17.8785 21.2236 17.5234C22.1926 15.9086 22.75 14.0183 22.75 12Z"/><path d="M2.53033 1.46967C2.23744 1.17678 1.76268 1.17678 1.46978 1.46967C1.17689 1.76256 1.17689 2.23732 1.46978 2.53022L21.4698 22.5302C21.7627 22.8231 22.2374 22.8231 22.5303 22.5302C22.8232 22.2373 22.8232 21.7626 22.5303 21.4697L2.53033 1.46967Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75006 12.0009C2.75006 9.4464 3.78527 7.13465 5.46002 5.4599C5.75255 5.16708 5.75255 4.69218 5.46002 4.39936C5.16712 4.10646 4.69139 4.10646 4.39849 4.39936C2.45408 6.34389 1.25006 9.03271 1.25006 12.0009C1.25009 13.7191 1.65374 15.3457 2.37213 16.788C2.47915 17.003 2.50251 17.2224 2.45318 17.4072L1.85748 19.6337C1.44992 21.1574 2.84353 22.5511 4.36724 22.1435L6.59381 21.5478C6.77855 21.4985 6.99793 21.5218 7.21295 21.6288C8.65526 22.3472 10.2818 22.7509 12.0001 22.7509C14.9683 22.7509 17.6571 21.5469 19.6016 19.6025C19.8945 19.3096 19.8945 18.8339 19.6016 18.541C19.3088 18.2484 18.8339 18.2484 18.5411 18.541C16.8663 20.2157 14.5546 21.2509 12.0001 21.2509C10.5191 21.2509 9.12113 20.9033 7.88189 20.2861C7.38457 20.0384 6.79019 19.9433 6.20611 20.0996L3.97955 20.6943C3.57079 20.8036 3.19741 20.4302 3.3067 20.0214L3.90142 17.7949C4.05766 17.2108 3.96256 16.6164 3.7149 16.1191C3.09766 14.8798 2.75009 13.4819 2.75006 12.0009Z"/><path d="M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C9.9817 1.25 8.09145 1.80738 6.47656 2.77637C6.12149 2.98943 6.00588 3.44956 6.21875 3.80469C6.43188 4.15986 6.89287 4.27562 7.24805 4.0625C8.63636 3.22943 10.261 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 13.739 20.7706 15.3636 19.9375 16.752C19.7244 17.1071 19.8401 17.5681 20.1953 17.7812C20.5504 17.9941 21.0106 17.8785 21.2236 17.5234C22.1926 15.9086 22.75 14.0183 22.75 12Z"/><path d="M2.53033 1.46967C2.23744 1.17678 1.76268 1.17678 1.46978 1.46967C1.17689 1.76256 1.17689 2.23732 1.46978 2.53022L21.4698 22.5302C21.7627 22.8231 22.2374 22.8231 22.5303 22.5302C22.8232 22.2373 22.8232 21.7626 22.5303 21.4697L2.53033 1.46967Z"/></g></svg> </template>
CSS
.icon-chat-round-off-outline {
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%22currentColor%22%3E%3Cpath%20d%3D%22M2.75006%2012.0009C2.75006%209.4464%203.78527%207.13465%205.46002%205.4599C5.75255%205.16708%205.75255%204.69218%205.46002%204.39936C5.16712%204.10646%204.69139%204.10646%204.39849%204.39936C2.45408%206.34389%201.25006%209.03271%201.25006%2012.0009C1.25009%2013.7191%201.65374%2015.3457%202.37213%2016.788C2.47915%2017.003%202.50251%2017.2224%202.45318%2017.4072L1.85748%2019.6337C1.44992%2021.1574%202.84353%2022.5511%204.36724%2022.1435L6.59381%2021.5478C6.77855%2021.4985%206.99793%2021.5218%207.21295%2021.6288C8.65526%2022.3472%2010.2818%2022.7509%2012.0001%2022.7509C14.9683%2022.7509%2017.6571%2021.5469%2019.6016%2019.6025C19.8945%2019.3096%2019.8945%2018.8339%2019.6016%2018.541C19.3088%2018.2484%2018.8339%2018.2484%2018.5411%2018.541C16.8663%2020.2157%2014.5546%2021.2509%2012.0001%2021.2509C10.5191%2021.2509%209.12113%2020.9033%207.88189%2020.2861C7.38457%2020.0384%206.79019%2019.9433%206.20611%2020.0996L3.97955%2020.6943C3.57079%2020.8036%203.19741%2020.4302%203.3067%2020.0214L3.90142%2017.7949C4.05766%2017.2108%203.96256%2016.6164%203.7149%2016.1191C3.09766%2014.8798%202.75009%2013.4819%202.75006%2012.0009Z%22%2F%3E%3Cpath%20d%3D%22M22.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25C9.9817%201.25%208.09145%201.80738%206.47656%202.77637C6.12149%202.98943%206.00588%203.44956%206.21875%203.80469C6.43188%204.15986%206.89287%204.27562%207.24805%204.0625C8.63636%203.22943%2010.261%202.75%2012%202.75C17.1086%202.75%2021.25%206.89137%2021.25%2012C21.25%2013.739%2020.7706%2015.3636%2019.9375%2016.752C19.7244%2017.1071%2019.8401%2017.5681%2020.1953%2017.7812C20.5504%2017.9941%2021.0106%2017.8785%2021.2236%2017.5234C22.1926%2015.9086%2022.75%2014.0183%2022.75%2012Z%22%2F%3E%3Cpath%20d%3D%22M2.53033%201.46967C2.23744%201.17678%201.76268%201.17678%201.46978%201.46967C1.17689%201.76256%201.17689%202.23732%201.46978%202.53022L21.4698%2022.5302C21.7627%2022.8231%2022.2374%2022.8231%2022.5303%2022.5302C22.8232%2022.2373%2022.8232%2021.7626%2022.5303%2021.4697L2.53033%201.46967Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M2.75006%2012.0009C2.75006%209.4464%203.78527%207.13465%205.46002%205.4599C5.75255%205.16708%205.75255%204.69218%205.46002%204.39936C5.16712%204.10646%204.69139%204.10646%204.39849%204.39936C2.45408%206.34389%201.25006%209.03271%201.25006%2012.0009C1.25009%2013.7191%201.65374%2015.3457%202.37213%2016.788C2.47915%2017.003%202.50251%2017.2224%202.45318%2017.4072L1.85748%2019.6337C1.44992%2021.1574%202.84353%2022.5511%204.36724%2022.1435L6.59381%2021.5478C6.77855%2021.4985%206.99793%2021.5218%207.21295%2021.6288C8.65526%2022.3472%2010.2818%2022.7509%2012.0001%2022.7509C14.9683%2022.7509%2017.6571%2021.5469%2019.6016%2019.6025C19.8945%2019.3096%2019.8945%2018.8339%2019.6016%2018.541C19.3088%2018.2484%2018.8339%2018.2484%2018.5411%2018.541C16.8663%2020.2157%2014.5546%2021.2509%2012.0001%2021.2509C10.5191%2021.2509%209.12113%2020.9033%207.88189%2020.2861C7.38457%2020.0384%206.79019%2019.9433%206.20611%2020.0996L3.97955%2020.6943C3.57079%2020.8036%203.19741%2020.4302%203.3067%2020.0214L3.90142%2017.7949C4.05766%2017.2108%203.96256%2016.6164%203.7149%2016.1191C3.09766%2014.8798%202.75009%2013.4819%202.75006%2012.0009Z%22%2F%3E%3Cpath%20d%3D%22M22.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25C9.9817%201.25%208.09145%201.80738%206.47656%202.77637C6.12149%202.98943%206.00588%203.44956%206.21875%203.80469C6.43188%204.15986%206.89287%204.27562%207.24805%204.0625C8.63636%203.22943%2010.261%202.75%2012%202.75C17.1086%202.75%2021.25%206.89137%2021.25%2012C21.25%2013.739%2020.7706%2015.3636%2019.9375%2016.752C19.7244%2017.1071%2019.8401%2017.5681%2020.1953%2017.7812C20.5504%2017.9941%2021.0106%2017.8785%2021.2236%2017.5234C22.1926%2015.9086%2022.75%2014.0183%2022.75%2012Z%22%2F%3E%3Cpath%20d%3D%22M2.53033%201.46967C2.23744%201.17678%201.76268%201.17678%201.46978%201.46967C1.17689%201.76256%201.17689%202.23732%201.46978%202.53022L21.4698%2022.5302C21.7627%2022.8231%2022.2374%2022.8231%2022.5303%2022.5302C22.8232%2022.2373%2022.8232%2021.7626%2022.5303%2021.4697L2.53033%201.46967Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/chat-round-off-outline.svg?color=%231a73e8&size=48