dialog icon

dialog-bold from Solar by 480 Design · Bold · Messages · CC-BY-4.0 Attribution required.

Name
dialog-bold
Set
Solar
Style
Bold
Category
Messages
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More messages icons from Solar

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 d="M22 8.5C22 4.91015 19.0899 2 15.5 2C13.4171 2 11.5631 2.9823 10.3735 4.50721C15.4471 4.70336 19.5 8.87838 19.5 14C19.5 14.1103 19.4981 14.2202 19.4944 14.3296L19.8267 14.4185C20.793 14.677 21.677 13.793 21.4185 12.8267L21.2911 12.3506C21.1882 11.9661 21.2501 11.5598 21.4155 11.1977C21.7908 10.376 22 9.46242 22 8.5Z"/><path fill-rule="evenodd" d="M18 14C18 18.4183 14.4183 22 10 22C8.76449 22 7.5944 21.7199 6.54976 21.2198C6.19071 21.0479 5.78393 20.9876 5.39939 21.0904L4.17335 21.4185C3.20701 21.677 2.32295 20.793 2.58151 19.8267L2.90955 18.6006C3.01245 18.2161 2.95209 17.8093 2.7802 17.4502C2.28008 16.4056 2 15.2355 2 14C2 9.58172 5.58172 6 10 6C14.4183 6 18 9.58172 18 14ZM6.5 15C7.05228 15 7.5 14.5523 7.5 14C7.5 13.4477 7.05228 13 6.5 13C5.94772 13 5.5 13.4477 5.5 14C5.5 14.5523 5.94772 15 6.5 15ZM10 15C10.5523 15 11 14.5523 11 14C11 13.4477 10.5523 13 10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15ZM13.5 15C14.0523 15 14.5 14.5523 14.5 14C14.5 13.4477 14.0523 13 13.5 13C12.9477 13 12.5 13.4477 12.5 14C12.5 14.5523 12.9477 15 13.5 15Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDialogBold(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="M22 8.5C22 4.91015 19.0899 2 15.5 2C13.4171 2 11.5631 2.9823 10.3735 4.50721C15.4471 4.70336 19.5 8.87838 19.5 14C19.5 14.1103 19.4981 14.2202 19.4944 14.3296L19.8267 14.4185C20.793 14.677 21.677 13.793 21.4185 12.8267L21.2911 12.3506C21.1882 11.9661 21.2501 11.5598 21.4155 11.1977C21.7908 10.376 22 9.46242 22 8.5Z"/><path fillRule="evenodd" d="M18 14C18 18.4183 14.4183 22 10 22C8.76449 22 7.5944 21.7199 6.54976 21.2198C6.19071 21.0479 5.78393 20.9876 5.39939 21.0904L4.17335 21.4185C3.20701 21.677 2.32295 20.793 2.58151 19.8267L2.90955 18.6006C3.01245 18.2161 2.95209 17.8093 2.7802 17.4502C2.28008 16.4056 2 15.2355 2 14C2 9.58172 5.58172 6 10 6C14.4183 6 18 9.58172 18 14ZM6.5 15C7.05228 15 7.5 14.5523 7.5 14C7.5 13.4477 7.05228 13 6.5 13C5.94772 13 5.5 13.4477 5.5 14C5.5 14.5523 5.94772 15 6.5 15ZM10 15C10.5523 15 11 14.5523 11 14C11 13.4477 10.5523 13 10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15ZM13.5 15C14.0523 15 14.5 14.5523 14.5 14C14.5 13.4477 14.0523 13 13.5 13C12.9477 13 12.5 13.4477 12.5 14C12.5 14.5523 12.9477 15 13.5 15Z" clipRule="evenodd"/></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="M22 8.5C22 4.91015 19.0899 2 15.5 2C13.4171 2 11.5631 2.9823 10.3735 4.50721C15.4471 4.70336 19.5 8.87838 19.5 14C19.5 14.1103 19.4981 14.2202 19.4944 14.3296L19.8267 14.4185C20.793 14.677 21.677 13.793 21.4185 12.8267L21.2911 12.3506C21.1882 11.9661 21.2501 11.5598 21.4155 11.1977C21.7908 10.376 22 9.46242 22 8.5Z"/><path fill-rule="evenodd" d="M18 14C18 18.4183 14.4183 22 10 22C8.76449 22 7.5944 21.7199 6.54976 21.2198C6.19071 21.0479 5.78393 20.9876 5.39939 21.0904L4.17335 21.4185C3.20701 21.677 2.32295 20.793 2.58151 19.8267L2.90955 18.6006C3.01245 18.2161 2.95209 17.8093 2.7802 17.4502C2.28008 16.4056 2 15.2355 2 14C2 9.58172 5.58172 6 10 6C14.4183 6 18 9.58172 18 14ZM6.5 15C7.05228 15 7.5 14.5523 7.5 14C7.5 13.4477 7.05228 13 6.5 13C5.94772 13 5.5 13.4477 5.5 14C5.5 14.5523 5.94772 15 6.5 15ZM10 15C10.5523 15 11 14.5523 11 14C11 13.4477 10.5523 13 10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15ZM13.5 15C14.0523 15 14.5 14.5523 14.5 14C14.5 13.4477 14.0523 13 13.5 13C12.9477 13 12.5 13.4477 12.5 14C12.5 14.5523 12.9477 15 13.5 15Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-dialog-bold {
  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%22M22%208.5C22%204.91015%2019.0899%202%2015.5%202C13.4171%202%2011.5631%202.9823%2010.3735%204.50721C15.4471%204.70336%2019.5%208.87838%2019.5%2014C19.5%2014.1103%2019.4981%2014.2202%2019.4944%2014.3296L19.8267%2014.4185C20.793%2014.677%2021.677%2013.793%2021.4185%2012.8267L21.2911%2012.3506C21.1882%2011.9661%2021.2501%2011.5598%2021.4155%2011.1977C21.7908%2010.376%2022%209.46242%2022%208.5Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2014C18%2018.4183%2014.4183%2022%2010%2022C8.76449%2022%207.5944%2021.7199%206.54976%2021.2198C6.19071%2021.0479%205.78393%2020.9876%205.39939%2021.0904L4.17335%2021.4185C3.20701%2021.677%202.32295%2020.793%202.58151%2019.8267L2.90955%2018.6006C3.01245%2018.2161%202.95209%2017.8093%202.7802%2017.4502C2.28008%2016.4056%202%2015.2355%202%2014C2%209.58172%205.58172%206%2010%206C14.4183%206%2018%209.58172%2018%2014ZM6.5%2015C7.05228%2015%207.5%2014.5523%207.5%2014C7.5%2013.4477%207.05228%2013%206.5%2013C5.94772%2013%205.5%2013.4477%205.5%2014C5.5%2014.5523%205.94772%2015%206.5%2015ZM10%2015C10.5523%2015%2011%2014.5523%2011%2014C11%2013.4477%2010.5523%2013%2010%2013C9.44772%2013%209%2013.4477%209%2014C9%2014.5523%209.44772%2015%2010%2015ZM13.5%2015C14.0523%2015%2014.5%2014.5523%2014.5%2014C14.5%2013.4477%2014.0523%2013%2013.5%2013C12.9477%2013%2012.5%2013.4477%2012.5%2014C12.5%2014.5523%2012.9477%2015%2013.5%2015Z%22%20clip-rule%3D%22evenodd%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%22M22%208.5C22%204.91015%2019.0899%202%2015.5%202C13.4171%202%2011.5631%202.9823%2010.3735%204.50721C15.4471%204.70336%2019.5%208.87838%2019.5%2014C19.5%2014.1103%2019.4981%2014.2202%2019.4944%2014.3296L19.8267%2014.4185C20.793%2014.677%2021.677%2013.793%2021.4185%2012.8267L21.2911%2012.3506C21.1882%2011.9661%2021.2501%2011.5598%2021.4155%2011.1977C21.7908%2010.376%2022%209.46242%2022%208.5Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2014C18%2018.4183%2014.4183%2022%2010%2022C8.76449%2022%207.5944%2021.7199%206.54976%2021.2198C6.19071%2021.0479%205.78393%2020.9876%205.39939%2021.0904L4.17335%2021.4185C3.20701%2021.677%202.32295%2020.793%202.58151%2019.8267L2.90955%2018.6006C3.01245%2018.2161%202.95209%2017.8093%202.7802%2017.4502C2.28008%2016.4056%202%2015.2355%202%2014C2%209.58172%205.58172%206%2010%206C14.4183%206%2018%209.58172%2018%2014ZM6.5%2015C7.05228%2015%207.5%2014.5523%207.5%2014C7.5%2013.4477%207.05228%2013%206.5%2013C5.94772%2013%205.5%2013.4477%205.5%2014C5.5%2014.5523%205.94772%2015%206.5%2015ZM10%2015C10.5523%2015%2011%2014.5523%2011%2014C11%2013.4477%2010.5523%2013%2010%2013C9.44772%2013%209%2013.4477%209%2014C9%2014.5523%209.44772%2015%2010%2015ZM13.5%2015C14.0523%2015%2014.5%2014.5523%2014.5%2014C14.5%2013.4477%2014.0523%2013%2013.5%2013C12.9477%2013%2012.5%2013.4477%2012.5%2014C12.5%2014.5523%2012.9477%2015%2013.5%2015Z%22%20clip-rule%3D%22evenodd%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/dialog-bold.svg?color=%231a73e8&size=48