dialog2 icon
dialog2 from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- dialog2
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the dialog2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M13.337 1.25h2.326c1.195 0 2.146 0 2.908.072c.781.075 1.442.23 2.03.591A4.5 4.5 0 0 1 22.087 3.4c.36.588.516 1.249.59 2.03c.073.762.073 1.713.073 2.908v.815c0 .85 0 1.527-.038 2.076c-.038.561-.118 1.043-.305 1.494a4.5 4.5 0 0 1-2.435 2.436c-.38.157-.783.239-1.241.284q-.009.21-.02.398c-.041.596-.126 1.104-.323 1.578a4.75 4.75 0 0 1-2.57 2.57c-.597.248-1.255.32-2.083.347c-.446.014-.73.024-.947.05c-.204.025-.281.058-.323.083c-.046.027-.11.077-.22.23c-.12.165-.256.393-.47.756l-.26.438c-.677 1.144-2.353 1.144-3.03 0l-.26-.438c-.214-.363-.35-.591-.47-.756c-.11-.153-.174-.203-.22-.23c-.042-.025-.119-.058-.323-.083a12 12 0 0 0-.947-.05c-.828-.027-1.486-.1-2.083-.347a4.75 4.75 0 0 1-2.57-2.57c-.197-.474-.282-.982-.322-1.578c-.04-.584-.04-1.304-.04-2.213v-.866c0-1.276 0-2.288.077-3.098c.079-.83.244-1.526.623-2.145A4.75 4.75 0 0 1 3.518 5.95c.619-.38 1.315-.544 2.145-.623q.315-.03.675-.046c.08-.72.24-1.334.575-1.882A4.5 4.5 0 0 1 8.4 1.913c.588-.36 1.249-.516 2.03-.59c.762-.073 1.713-.073 2.907-.073M7.852 5.251l.908-.001h2.478c1.276 0 2.288 0 3.098.077c.83.079 1.526.244 2.145.623a4.75 4.75 0 0 1 1.568 1.568c.38.619.544 1.315.623 2.145c.077.81.077 1.822.077 3.098v1.169a2.5 2.5 0 0 0 .648-.158a3 3 0 0 0 1.624-1.624c.098-.238.16-.537.194-1.022c.034-.492.034-1.117.034-2.001v-.75c0-1.242 0-2.12-.066-2.804c-.064-.671-.184-1.075-.376-1.388a3 3 0 0 0-.99-.99c-.314-.193-.718-.313-1.39-.377c-.682-.065-1.561-.066-2.803-.066h-2.25c-1.242 0-2.121 0-2.804.066c-.671.064-1.075.184-1.389.376a3 3 0 0 0-.99.99c-.16.263-.27.585-.339 1.07m-2.048 1.57c-.72.068-1.16.198-1.503.408a3.25 3.25 0 0 0-1.073 1.073c-.21.343-.34.783-.409 1.503c-.07.73-.07 1.671-.07 2.995v.8c0 .942 0 1.611.036 2.138c.036.52.103.845.211 1.106a3.25 3.25 0 0 0 1.76 1.759c.333.138.764.207 1.556.232l.031.001c.406.013.758.025 1.05.06c.31.038.615.11.904.28c.285.17.491.393.67.64c.167.23.338.519.533.847l.275.465a.25.25 0 0 0 .224.122a.25.25 0 0 0 .224-.122l.275-.465c.194-.328.366-.618.532-.847a2.2 2.2 0 0 1 .67-.64c.29-.17.595-.242.906-.28a13 13 0 0 1 1.049-.06h.03c.793-.026 1.223-.095 1.558-.233a3.25 3.25 0 0 0 1.759-1.76c.108-.26.175-.586.21-1.105c.037-.527.037-1.196.037-2.138v-.8c0-1.324 0-2.264-.07-2.995c-.069-.72-.199-1.16-.409-1.503a3.25 3.25 0 0 0-1.073-1.073c-.343-.21-.783-.34-1.503-.409c-.73-.07-1.671-.07-2.995-.07H8.8c-1.324 0-2.264 0-2.995.07" clip-rule="evenodd"/><path d="M7.5 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3.5 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3.5 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDialog2(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 fillRule="evenodd" d="M13.337 1.25h2.326c1.195 0 2.146 0 2.908.072c.781.075 1.442.23 2.03.591A4.5 4.5 0 0 1 22.087 3.4c.36.588.516 1.249.59 2.03c.073.762.073 1.713.073 2.908v.815c0 .85 0 1.527-.038 2.076c-.038.561-.118 1.043-.305 1.494a4.5 4.5 0 0 1-2.435 2.436c-.38.157-.783.239-1.241.284q-.009.21-.02.398c-.041.596-.126 1.104-.323 1.578a4.75 4.75 0 0 1-2.57 2.57c-.597.248-1.255.32-2.083.347c-.446.014-.73.024-.947.05c-.204.025-.281.058-.323.083c-.046.027-.11.077-.22.23c-.12.165-.256.393-.47.756l-.26.438c-.677 1.144-2.353 1.144-3.03 0l-.26-.438c-.214-.363-.35-.591-.47-.756c-.11-.153-.174-.203-.22-.23c-.042-.025-.119-.058-.323-.083a12 12 0 0 0-.947-.05c-.828-.027-1.486-.1-2.083-.347a4.75 4.75 0 0 1-2.57-2.57c-.197-.474-.282-.982-.322-1.578c-.04-.584-.04-1.304-.04-2.213v-.866c0-1.276 0-2.288.077-3.098c.079-.83.244-1.526.623-2.145A4.75 4.75 0 0 1 3.518 5.95c.619-.38 1.315-.544 2.145-.623q.315-.03.675-.046c.08-.72.24-1.334.575-1.882A4.5 4.5 0 0 1 8.4 1.913c.588-.36 1.249-.516 2.03-.59c.762-.073 1.713-.073 2.907-.073M7.852 5.251l.908-.001h2.478c1.276 0 2.288 0 3.098.077c.83.079 1.526.244 2.145.623a4.75 4.75 0 0 1 1.568 1.568c.38.619.544 1.315.623 2.145c.077.81.077 1.822.077 3.098v1.169a2.5 2.5 0 0 0 .648-.158a3 3 0 0 0 1.624-1.624c.098-.238.16-.537.194-1.022c.034-.492.034-1.117.034-2.001v-.75c0-1.242 0-2.12-.066-2.804c-.064-.671-.184-1.075-.376-1.388a3 3 0 0 0-.99-.99c-.314-.193-.718-.313-1.39-.377c-.682-.065-1.561-.066-2.803-.066h-2.25c-1.242 0-2.121 0-2.804.066c-.671.064-1.075.184-1.389.376a3 3 0 0 0-.99.99c-.16.263-.27.585-.339 1.07m-2.048 1.57c-.72.068-1.16.198-1.503.408a3.25 3.25 0 0 0-1.073 1.073c-.21.343-.34.783-.409 1.503c-.07.73-.07 1.671-.07 2.995v.8c0 .942 0 1.611.036 2.138c.036.52.103.845.211 1.106a3.25 3.25 0 0 0 1.76 1.759c.333.138.764.207 1.556.232l.031.001c.406.013.758.025 1.05.06c.31.038.615.11.904.28c.285.17.491.393.67.64c.167.23.338.519.533.847l.275.465a.25.25 0 0 0 .224.122a.25.25 0 0 0 .224-.122l.275-.465c.194-.328.366-.618.532-.847a2.2 2.2 0 0 1 .67-.64c.29-.17.595-.242.906-.28a13 13 0 0 1 1.049-.06h.03c.793-.026 1.223-.095 1.558-.233a3.25 3.25 0 0 0 1.759-1.76c.108-.26.175-.586.21-1.105c.037-.527.037-1.196.037-2.138v-.8c0-1.324 0-2.264-.07-2.995c-.069-.72-.199-1.16-.409-1.503a3.25 3.25 0 0 0-1.073-1.073c-.343-.21-.783-.34-1.503-.409c-.73-.07-1.671-.07-2.995-.07H8.8c-1.324 0-2.264 0-2.995.07" clipRule="evenodd"/><path d="M7.5 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3.5 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3.5 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></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 fill-rule="evenodd" d="M13.337 1.25h2.326c1.195 0 2.146 0 2.908.072c.781.075 1.442.23 2.03.591A4.5 4.5 0 0 1 22.087 3.4c.36.588.516 1.249.59 2.03c.073.762.073 1.713.073 2.908v.815c0 .85 0 1.527-.038 2.076c-.038.561-.118 1.043-.305 1.494a4.5 4.5 0 0 1-2.435 2.436c-.38.157-.783.239-1.241.284q-.009.21-.02.398c-.041.596-.126 1.104-.323 1.578a4.75 4.75 0 0 1-2.57 2.57c-.597.248-1.255.32-2.083.347c-.446.014-.73.024-.947.05c-.204.025-.281.058-.323.083c-.046.027-.11.077-.22.23c-.12.165-.256.393-.47.756l-.26.438c-.677 1.144-2.353 1.144-3.03 0l-.26-.438c-.214-.363-.35-.591-.47-.756c-.11-.153-.174-.203-.22-.23c-.042-.025-.119-.058-.323-.083a12 12 0 0 0-.947-.05c-.828-.027-1.486-.1-2.083-.347a4.75 4.75 0 0 1-2.57-2.57c-.197-.474-.282-.982-.322-1.578c-.04-.584-.04-1.304-.04-2.213v-.866c0-1.276 0-2.288.077-3.098c.079-.83.244-1.526.623-2.145A4.75 4.75 0 0 1 3.518 5.95c.619-.38 1.315-.544 2.145-.623q.315-.03.675-.046c.08-.72.24-1.334.575-1.882A4.5 4.5 0 0 1 8.4 1.913c.588-.36 1.249-.516 2.03-.59c.762-.073 1.713-.073 2.907-.073M7.852 5.251l.908-.001h2.478c1.276 0 2.288 0 3.098.077c.83.079 1.526.244 2.145.623a4.75 4.75 0 0 1 1.568 1.568c.38.619.544 1.315.623 2.145c.077.81.077 1.822.077 3.098v1.169a2.5 2.5 0 0 0 .648-.158a3 3 0 0 0 1.624-1.624c.098-.238.16-.537.194-1.022c.034-.492.034-1.117.034-2.001v-.75c0-1.242 0-2.12-.066-2.804c-.064-.671-.184-1.075-.376-1.388a3 3 0 0 0-.99-.99c-.314-.193-.718-.313-1.39-.377c-.682-.065-1.561-.066-2.803-.066h-2.25c-1.242 0-2.121 0-2.804.066c-.671.064-1.075.184-1.389.376a3 3 0 0 0-.99.99c-.16.263-.27.585-.339 1.07m-2.048 1.57c-.72.068-1.16.198-1.503.408a3.25 3.25 0 0 0-1.073 1.073c-.21.343-.34.783-.409 1.503c-.07.73-.07 1.671-.07 2.995v.8c0 .942 0 1.611.036 2.138c.036.52.103.845.211 1.106a3.25 3.25 0 0 0 1.76 1.759c.333.138.764.207 1.556.232l.031.001c.406.013.758.025 1.05.06c.31.038.615.11.904.28c.285.17.491.393.67.64c.167.23.338.519.533.847l.275.465a.25.25 0 0 0 .224.122a.25.25 0 0 0 .224-.122l.275-.465c.194-.328.366-.618.532-.847a2.2 2.2 0 0 1 .67-.64c.29-.17.595-.242.906-.28a13 13 0 0 1 1.049-.06h.03c.793-.026 1.223-.095 1.558-.233a3.25 3.25 0 0 0 1.759-1.76c.108-.26.175-.586.21-1.105c.037-.527.037-1.196.037-2.138v-.8c0-1.324 0-2.264-.07-2.995c-.069-.72-.199-1.16-.409-1.503a3.25 3.25 0 0 0-1.073-1.073c-.343-.21-.783-.34-1.503-.409c-.73-.07-1.671-.07-2.995-.07H8.8c-1.324 0-2.264 0-2.995.07" clip-rule="evenodd"/><path d="M7.5 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3.5 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3.5 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg> </template>
CSS
.icon-dialog2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.337%201.25h2.326c1.195%200%202.146%200%202.908.072c.781.075%201.442.23%202.03.591A4.5%204.5%200%200%201%2022.087%203.4c.36.588.516%201.249.59%202.03c.073.762.073%201.713.073%202.908v.815c0%20.85%200%201.527-.038%202.076c-.038.561-.118%201.043-.305%201.494a4.5%204.5%200%200%201-2.435%202.436c-.38.157-.783.239-1.241.284q-.009.21-.02.398c-.041.596-.126%201.104-.323%201.578a4.75%204.75%200%200%201-2.57%202.57c-.597.248-1.255.32-2.083.347c-.446.014-.73.024-.947.05c-.204.025-.281.058-.323.083c-.046.027-.11.077-.22.23c-.12.165-.256.393-.47.756l-.26.438c-.677%201.144-2.353%201.144-3.03%200l-.26-.438c-.214-.363-.35-.591-.47-.756c-.11-.153-.174-.203-.22-.23c-.042-.025-.119-.058-.323-.083a12%2012%200%200%200-.947-.05c-.828-.027-1.486-.1-2.083-.347a4.75%204.75%200%200%201-2.57-2.57c-.197-.474-.282-.982-.322-1.578c-.04-.584-.04-1.304-.04-2.213v-.866c0-1.276%200-2.288.077-3.098c.079-.83.244-1.526.623-2.145A4.75%204.75%200%200%201%203.518%205.95c.619-.38%201.315-.544%202.145-.623q.315-.03.675-.046c.08-.72.24-1.334.575-1.882A4.5%204.5%200%200%201%208.4%201.913c.588-.36%201.249-.516%202.03-.59c.762-.073%201.713-.073%202.907-.073M7.852%205.251l.908-.001h2.478c1.276%200%202.288%200%203.098.077c.83.079%201.526.244%202.145.623a4.75%204.75%200%200%201%201.568%201.568c.38.619.544%201.315.623%202.145c.077.81.077%201.822.077%203.098v1.169a2.5%202.5%200%200%200%20.648-.158a3%203%200%200%200%201.624-1.624c.098-.238.16-.537.194-1.022c.034-.492.034-1.117.034-2.001v-.75c0-1.242%200-2.12-.066-2.804c-.064-.671-.184-1.075-.376-1.388a3%203%200%200%200-.99-.99c-.314-.193-.718-.313-1.39-.377c-.682-.065-1.561-.066-2.803-.066h-2.25c-1.242%200-2.121%200-2.804.066c-.671.064-1.075.184-1.389.376a3%203%200%200%200-.99.99c-.16.263-.27.585-.339%201.07m-2.048%201.57c-.72.068-1.16.198-1.503.408a3.25%203.25%200%200%200-1.073%201.073c-.21.343-.34.783-.409%201.503c-.07.73-.07%201.671-.07%202.995v.8c0%20.942%200%201.611.036%202.138c.036.52.103.845.211%201.106a3.25%203.25%200%200%200%201.76%201.759c.333.138.764.207%201.556.232l.031.001c.406.013.758.025%201.05.06c.31.038.615.11.904.28c.285.17.491.393.67.64c.167.23.338.519.533.847l.275.465a.25.25%200%200%200%20.224.122a.25.25%200%200%200%20.224-.122l.275-.465c.194-.328.366-.618.532-.847a2.2%202.2%200%200%201%20.67-.64c.29-.17.595-.242.906-.28a13%2013%200%200%201%201.049-.06h.03c.793-.026%201.223-.095%201.558-.233a3.25%203.25%200%200%200%201.759-1.76c.108-.26.175-.586.21-1.105c.037-.527.037-1.196.037-2.138v-.8c0-1.324%200-2.264-.07-2.995c-.069-.72-.199-1.16-.409-1.503a3.25%203.25%200%200%200-1.073-1.073c-.343-.21-.783-.34-1.503-.409c-.73-.07-1.671-.07-2.995-.07H8.8c-1.324%200-2.264%200-2.995.07%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.5%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3.5%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3.5%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.337%201.25h2.326c1.195%200%202.146%200%202.908.072c.781.075%201.442.23%202.03.591A4.5%204.5%200%200%201%2022.087%203.4c.36.588.516%201.249.59%202.03c.073.762.073%201.713.073%202.908v.815c0%20.85%200%201.527-.038%202.076c-.038.561-.118%201.043-.305%201.494a4.5%204.5%200%200%201-2.435%202.436c-.38.157-.783.239-1.241.284q-.009.21-.02.398c-.041.596-.126%201.104-.323%201.578a4.75%204.75%200%200%201-2.57%202.57c-.597.248-1.255.32-2.083.347c-.446.014-.73.024-.947.05c-.204.025-.281.058-.323.083c-.046.027-.11.077-.22.23c-.12.165-.256.393-.47.756l-.26.438c-.677%201.144-2.353%201.144-3.03%200l-.26-.438c-.214-.363-.35-.591-.47-.756c-.11-.153-.174-.203-.22-.23c-.042-.025-.119-.058-.323-.083a12%2012%200%200%200-.947-.05c-.828-.027-1.486-.1-2.083-.347a4.75%204.75%200%200%201-2.57-2.57c-.197-.474-.282-.982-.322-1.578c-.04-.584-.04-1.304-.04-2.213v-.866c0-1.276%200-2.288.077-3.098c.079-.83.244-1.526.623-2.145A4.75%204.75%200%200%201%203.518%205.95c.619-.38%201.315-.544%202.145-.623q.315-.03.675-.046c.08-.72.24-1.334.575-1.882A4.5%204.5%200%200%201%208.4%201.913c.588-.36%201.249-.516%202.03-.59c.762-.073%201.713-.073%202.907-.073M7.852%205.251l.908-.001h2.478c1.276%200%202.288%200%203.098.077c.83.079%201.526.244%202.145.623a4.75%204.75%200%200%201%201.568%201.568c.38.619.544%201.315.623%202.145c.077.81.077%201.822.077%203.098v1.169a2.5%202.5%200%200%200%20.648-.158a3%203%200%200%200%201.624-1.624c.098-.238.16-.537.194-1.022c.034-.492.034-1.117.034-2.001v-.75c0-1.242%200-2.12-.066-2.804c-.064-.671-.184-1.075-.376-1.388a3%203%200%200%200-.99-.99c-.314-.193-.718-.313-1.39-.377c-.682-.065-1.561-.066-2.803-.066h-2.25c-1.242%200-2.121%200-2.804.066c-.671.064-1.075.184-1.389.376a3%203%200%200%200-.99.99c-.16.263-.27.585-.339%201.07m-2.048%201.57c-.72.068-1.16.198-1.503.408a3.25%203.25%200%200%200-1.073%201.073c-.21.343-.34.783-.409%201.503c-.07.73-.07%201.671-.07%202.995v.8c0%20.942%200%201.611.036%202.138c.036.52.103.845.211%201.106a3.25%203.25%200%200%200%201.76%201.759c.333.138.764.207%201.556.232l.031.001c.406.013.758.025%201.05.06c.31.038.615.11.904.28c.285.17.491.393.67.64c.167.23.338.519.533.847l.275.465a.25.25%200%200%200%20.224.122a.25.25%200%200%200%20.224-.122l.275-.465c.194-.328.366-.618.532-.847a2.2%202.2%200%200%201%20.67-.64c.29-.17.595-.242.906-.28a13%2013%200%200%201%201.049-.06h.03c.793-.026%201.223-.095%201.558-.233a3.25%203.25%200%200%200%201.759-1.76c.108-.26.175-.586.21-1.105c.037-.527.037-1.196.037-2.138v-.8c0-1.324%200-2.264-.07-2.995c-.069-.72-.199-1.16-.409-1.503a3.25%203.25%200%200%200-1.073-1.073c-.343-.21-.783-.34-1.503-.409c-.73-.07-1.671-.07-2.995-.07H8.8c-1.324%200-2.264%200-2.995.07%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.5%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3.5%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3.5%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/dialog2.svg?color=%231a73e8&size=48