chat round icon

chat-round-bold-duotone from Solar by 480 Design · Bold Duotone · Messages · CC-BY-4.0 Attribution required.

Name
chat-round-bold-duotone
Set
Solar
Style
Bold Duotone
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

Use the chat round icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.45648 3.08984C4.21754 4.74468 2 8.1136 2 12.0004C2 13.6001 2.37562 15.1121 3.04346 16.4529C3.22094 16.8092 3.28001 17.2165 3.17712 17.6011L2.58151 19.8271C2.32295 20.7934 3.20701 21.6775 4.17335 21.4189L6.39939 20.8233C6.78393 20.7204 7.19121 20.7795 7.54753 20.957C8.88836 21.6248 10.4003 22.0005 12 22.0005C16.8853 22.0005 20.9524 18.4973 21.8263 13.866C20.1758 15.7851 17.7298 17.0004 15 17.0004C10.0294 17.0004 6 12.971 6 8.00045C6 6.18869 6.53534 4.50197 7.45648 3.08984Z"/><path d="M21.8263 13.8655C21.9403 13.2611 22 12.6375 22 12C22 6.47715 17.5228 2 12 2C10.4467 2 8.97611 2.35415 7.66459 2.98611C7.59476 3.01975 7.52539 3.05419 7.45648 3.08939C6.53534 4.50152 6 6.18824 6 8C6 12.9706 10.0294 17 15 17C17.7298 17 20.1758 15.7847 21.8263 13.8655Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarChatRoundBoldDuotone(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="M7.45648 3.08984C4.21754 4.74468 2 8.1136 2 12.0004C2 13.6001 2.37562 15.1121 3.04346 16.4529C3.22094 16.8092 3.28001 17.2165 3.17712 17.6011L2.58151 19.8271C2.32295 20.7934 3.20701 21.6775 4.17335 21.4189L6.39939 20.8233C6.78393 20.7204 7.19121 20.7795 7.54753 20.957C8.88836 21.6248 10.4003 22.0005 12 22.0005C16.8853 22.0005 20.9524 18.4973 21.8263 13.866C20.1758 15.7851 17.7298 17.0004 15 17.0004C10.0294 17.0004 6 12.971 6 8.00045C6 6.18869 6.53534 4.50197 7.45648 3.08984Z"/><path d="M21.8263 13.8655C21.9403 13.2611 22 12.6375 22 12C22 6.47715 17.5228 2 12 2C10.4467 2 8.97611 2.35415 7.66459 2.98611C7.59476 3.01975 7.52539 3.05419 7.45648 3.08939C6.53534 4.50152 6 6.18824 6 8C6 12.9706 10.0294 17 15 17C17.7298 17 20.1758 15.7847 21.8263 13.8655Z" opacity=".5"/></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="M7.45648 3.08984C4.21754 4.74468 2 8.1136 2 12.0004C2 13.6001 2.37562 15.1121 3.04346 16.4529C3.22094 16.8092 3.28001 17.2165 3.17712 17.6011L2.58151 19.8271C2.32295 20.7934 3.20701 21.6775 4.17335 21.4189L6.39939 20.8233C6.78393 20.7204 7.19121 20.7795 7.54753 20.957C8.88836 21.6248 10.4003 22.0005 12 22.0005C16.8853 22.0005 20.9524 18.4973 21.8263 13.866C20.1758 15.7851 17.7298 17.0004 15 17.0004C10.0294 17.0004 6 12.971 6 8.00045C6 6.18869 6.53534 4.50197 7.45648 3.08984Z"/><path d="M21.8263 13.8655C21.9403 13.2611 22 12.6375 22 12C22 6.47715 17.5228 2 12 2C10.4467 2 8.97611 2.35415 7.66459 2.98611C7.59476 3.01975 7.52539 3.05419 7.45648 3.08939C6.53534 4.50152 6 6.18824 6 8C6 12.9706 10.0294 17 15 17C17.7298 17 20.1758 15.7847 21.8263 13.8655Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-chat-round-bold-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%20d%3D%22M7.45648%203.08984C4.21754%204.74468%202%208.1136%202%2012.0004C2%2013.6001%202.37562%2015.1121%203.04346%2016.4529C3.22094%2016.8092%203.28001%2017.2165%203.17712%2017.6011L2.58151%2019.8271C2.32295%2020.7934%203.20701%2021.6775%204.17335%2021.4189L6.39939%2020.8233C6.78393%2020.7204%207.19121%2020.7795%207.54753%2020.957C8.88836%2021.6248%2010.4003%2022.0005%2012%2022.0005C16.8853%2022.0005%2020.9524%2018.4973%2021.8263%2013.866C20.1758%2015.7851%2017.7298%2017.0004%2015%2017.0004C10.0294%2017.0004%206%2012.971%206%208.00045C6%206.18869%206.53534%204.50197%207.45648%203.08984Z%22%2F%3E%3Cpath%20d%3D%22M21.8263%2013.8655C21.9403%2013.2611%2022%2012.6375%2022%2012C22%206.47715%2017.5228%202%2012%202C10.4467%202%208.97611%202.35415%207.66459%202.98611C7.59476%203.01975%207.52539%203.05419%207.45648%203.08939C6.53534%204.50152%206%206.18824%206%208C6%2012.9706%2010.0294%2017%2015%2017C17.7298%2017%2020.1758%2015.7847%2021.8263%2013.8655Z%22%20opacity%3D%22.5%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%22M7.45648%203.08984C4.21754%204.74468%202%208.1136%202%2012.0004C2%2013.6001%202.37562%2015.1121%203.04346%2016.4529C3.22094%2016.8092%203.28001%2017.2165%203.17712%2017.6011L2.58151%2019.8271C2.32295%2020.7934%203.20701%2021.6775%204.17335%2021.4189L6.39939%2020.8233C6.78393%2020.7204%207.19121%2020.7795%207.54753%2020.957C8.88836%2021.6248%2010.4003%2022.0005%2012%2022.0005C16.8853%2022.0005%2020.9524%2018.4973%2021.8263%2013.866C20.1758%2015.7851%2017.7298%2017.0004%2015%2017.0004C10.0294%2017.0004%206%2012.971%206%208.00045C6%206.18869%206.53534%204.50197%207.45648%203.08984Z%22%2F%3E%3Cpath%20d%3D%22M21.8263%2013.8655C21.9403%2013.2611%2022%2012.6375%2022%2012C22%206.47715%2017.5228%202%2012%202C10.4467%202%208.97611%202.35415%207.66459%202.98611C7.59476%203.01975%207.52539%203.05419%207.45648%203.08939C6.53534%204.50152%206%206.18824%206%208C6%2012.9706%2010.0294%2017%2015%2017C17.7298%2017%2020.1758%2015.7847%2021.8263%2013.8655Z%22%20opacity%3D%22.5%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-bold-duotone.svg?color=%231a73e8&size=48