dialog icon

dialog from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.

Name
dialog
Set
Reicon
Style
Outline
Category
Messages
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More messages icons from Reicon

Use the dialog 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="M8.989 5.308a7.25 7.25 0 0 1 13.109 6.202c-.11.239-.131.465-.082.647l.127.476c.408 1.524-.986 2.918-2.51 2.51l-.476-.127a.9.9 0 0 0-.467.015a8.75 8.75 0 0 1-12.464 6.865a.92.92 0 0 0-.633-.081l-1.226.328c-1.524.408-2.918-.986-2.51-2.51l.328-1.226a.92.92 0 0 0-.081-.633A8.75 8.75 0 0 1 8.989 5.308m1.746-.028a8.75 8.75 0 0 1 8.001 8.222a2.3 2.3 0 0 1 .808.065l.476.127a.55.55 0 0 0 .674-.674l-.127-.476c-.157-.587-.055-1.173.166-1.658a5.75 5.75 0 0 0-9.998-5.606M10 6.75a7.25 7.25 0 0 0-6.543 10.376a2.42 2.42 0 0 1 .177 1.668l-.328 1.226a.55.55 0 0 0 .673.674l1.227-.328a2.42 2.42 0 0 1 1.668.177A7.25 7.25 0 1 0 10 6.75" clip-rule="evenodd"/><path d="M7.5 14a1 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 ReiconDialog(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="M8.989 5.308a7.25 7.25 0 0 1 13.109 6.202c-.11.239-.131.465-.082.647l.127.476c.408 1.524-.986 2.918-2.51 2.51l-.476-.127a.9.9 0 0 0-.467.015a8.75 8.75 0 0 1-12.464 6.865a.92.92 0 0 0-.633-.081l-1.226.328c-1.524.408-2.918-.986-2.51-2.51l.328-1.226a.92.92 0 0 0-.081-.633A8.75 8.75 0 0 1 8.989 5.308m1.746-.028a8.75 8.75 0 0 1 8.001 8.222a2.3 2.3 0 0 1 .808.065l.476.127a.55.55 0 0 0 .674-.674l-.127-.476c-.157-.587-.055-1.173.166-1.658a5.75 5.75 0 0 0-9.998-5.606M10 6.75a7.25 7.25 0 0 0-6.543 10.376a2.42 2.42 0 0 1 .177 1.668l-.328 1.226a.55.55 0 0 0 .673.674l1.227-.328a2.42 2.42 0 0 1 1.668.177A7.25 7.25 0 1 0 10 6.75" clipRule="evenodd"/><path d="M7.5 14a1 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="M8.989 5.308a7.25 7.25 0 0 1 13.109 6.202c-.11.239-.131.465-.082.647l.127.476c.408 1.524-.986 2.918-2.51 2.51l-.476-.127a.9.9 0 0 0-.467.015a8.75 8.75 0 0 1-12.464 6.865a.92.92 0 0 0-.633-.081l-1.226.328c-1.524.408-2.918-.986-2.51-2.51l.328-1.226a.92.92 0 0 0-.081-.633A8.75 8.75 0 0 1 8.989 5.308m1.746-.028a8.75 8.75 0 0 1 8.001 8.222a2.3 2.3 0 0 1 .808.065l.476.127a.55.55 0 0 0 .674-.674l-.127-.476c-.157-.587-.055-1.173.166-1.658a5.75 5.75 0 0 0-9.998-5.606M10 6.75a7.25 7.25 0 0 0-6.543 10.376a2.42 2.42 0 0 1 .177 1.668l-.328 1.226a.55.55 0 0 0 .673.674l1.227-.328a2.42 2.42 0 0 1 1.668.177A7.25 7.25 0 1 0 10 6.75" clip-rule="evenodd"/><path d="M7.5 14a1 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-dialog {
  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%22M8.989%205.308a7.25%207.25%200%200%201%2013.109%206.202c-.11.239-.131.465-.082.647l.127.476c.408%201.524-.986%202.918-2.51%202.51l-.476-.127a.9.9%200%200%200-.467.015a8.75%208.75%200%200%201-12.464%206.865a.92.92%200%200%200-.633-.081l-1.226.328c-1.524.408-2.918-.986-2.51-2.51l.328-1.226a.92.92%200%200%200-.081-.633A8.75%208.75%200%200%201%208.989%205.308m1.746-.028a8.75%208.75%200%200%201%208.001%208.222a2.3%202.3%200%200%201%20.808.065l.476.127a.55.55%200%200%200%20.674-.674l-.127-.476c-.157-.587-.055-1.173.166-1.658a5.75%205.75%200%200%200-9.998-5.606M10%206.75a7.25%207.25%200%200%200-6.543%2010.376a2.42%202.42%200%200%201%20.177%201.668l-.328%201.226a.55.55%200%200%200%20.673.674l1.227-.328a2.42%202.42%200%200%201%201.668.177A7.25%207.25%200%201%200%2010%206.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.5%2014a1%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%22M8.989%205.308a7.25%207.25%200%200%201%2013.109%206.202c-.11.239-.131.465-.082.647l.127.476c.408%201.524-.986%202.918-2.51%202.51l-.476-.127a.9.9%200%200%200-.467.015a8.75%208.75%200%200%201-12.464%206.865a.92.92%200%200%200-.633-.081l-1.226.328c-1.524.408-2.918-.986-2.51-2.51l.328-1.226a.92.92%200%200%200-.081-.633A8.75%208.75%200%200%201%208.989%205.308m1.746-.028a8.75%208.75%200%200%201%208.001%208.222a2.3%202.3%200%200%201%20.808.065l.476.127a.55.55%200%200%200%20.674-.674l-.127-.476c-.157-.587-.055-1.173.166-1.658a5.75%205.75%200%200%200-9.998-5.606M10%206.75a7.25%207.25%200%200%200-6.543%2010.376a2.42%202.42%200%200%201%20.177%201.668l-.328%201.226a.55.55%200%200%200%20.673.674l1.227-.328a2.42%202.42%200%200%201%201.668.177A7.25%207.25%200%201%200%2010%206.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.5%2014a1%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/dialog.svg?color=%231a73e8&size=48