dialog icon

dialog-duotone from Reicon by REICON · Duotone · Messages · MIT Free for personal and commercial use.

Name
dialog-duotone
Set
Reicon
Style
Duotone
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="M18 14a8 8 0 0 1-11.45 7.22a1.67 1.67 0 0 0-1.15-.13l-1.227.329a1.3 1.3 0 0 1-1.591-1.592L2.91 18.6a1.67 1.67 0 0 0-.13-1.15A8 8 0 1 1 18 14M6.5 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.5 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.5 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/><path d="M17.984 14.508a6 6 0 0 0 .32-.142c.291-.14.622-.189.934-.105l.996.267a1.056 1.056 0 0 0 1.294-1.294l-.267-.996a1.36 1.36 0 0 1 .105-.935A6.5 6.5 0 1 0 9.492 6.016Q9.744 6 10 6a8 8 0 0 1 7.984 8.508" opacity=".6"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDialogDuotone(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="M18 14a8 8 0 0 1-11.45 7.22a1.67 1.67 0 0 0-1.15-.13l-1.227.329a1.3 1.3 0 0 1-1.591-1.592L2.91 18.6a1.67 1.67 0 0 0-.13-1.15A8 8 0 1 1 18 14M6.5 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.5 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.5 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/><path d="M17.984 14.508a6 6 0 0 0 .32-.142c.291-.14.622-.189.934-.105l.996.267a1.056 1.056 0 0 0 1.294-1.294l-.267-.996a1.36 1.36 0 0 1 .105-.935A6.5 6.5 0 1 0 9.492 6.016Q9.744 6 10 6a8 8 0 0 1 7.984 8.508" opacity=".6"/></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="M18 14a8 8 0 0 1-11.45 7.22a1.67 1.67 0 0 0-1.15-.13l-1.227.329a1.3 1.3 0 0 1-1.591-1.592L2.91 18.6a1.67 1.67 0 0 0-.13-1.15A8 8 0 1 1 18 14M6.5 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.5 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.5 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/><path d="M17.984 14.508a6 6 0 0 0 .32-.142c.291-.14.622-.189.934-.105l.996.267a1.056 1.056 0 0 0 1.294-1.294l-.267-.996a1.36 1.36 0 0 1 .105-.935A6.5 6.5 0 1 0 9.492 6.016Q9.744 6 10 6a8 8 0 0 1 7.984 8.508" opacity=".6"/></g></svg>
</template>

CSS

.icon-dialog-duotone {
  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%22M18%2014a8%208%200%200%201-11.45%207.22a1.67%201.67%200%200%200-1.15-.13l-1.227.329a1.3%201.3%200%200%201-1.591-1.592L2.91%2018.6a1.67%201.67%200%200%200-.13-1.15A8%208%200%201%201%2018%2014M6.5%2015a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3.5%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3.5%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.984%2014.508a6%206%200%200%200%20.32-.142c.291-.14.622-.189.934-.105l.996.267a1.056%201.056%200%200%200%201.294-1.294l-.267-.996a1.36%201.36%200%200%201%20.105-.935A6.5%206.5%200%201%200%209.492%206.016Q9.744%206%2010%206a8%208%200%200%201%207.984%208.508%22%20opacity%3D%22.6%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%22M18%2014a8%208%200%200%201-11.45%207.22a1.67%201.67%200%200%200-1.15-.13l-1.227.329a1.3%201.3%200%200%201-1.591-1.592L2.91%2018.6a1.67%201.67%200%200%200-.13-1.15A8%208%200%201%201%2018%2014M6.5%2015a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3.5%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3.5%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.984%2014.508a6%206%200%200%200%20.32-.142c.291-.14.622-.189.934-.105l.996.267a1.056%201.056%200%200%200%201.294-1.294l-.267-.996a1.36%201.36%200%200%201%20.105-.935A6.5%206.5%200%201%200%209.492%206.016Q9.744%206%2010%206a8%208%200%200%201%207.984%208.508%22%20opacity%3D%22.6%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-duotone.svg?color=%231a73e8&size=48