chat round close icon

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

Name
chat-round-close-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Messages
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More messages icons from Solar

Use the chat round close icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.5997 2.37562 15.1116 3.04346 16.4525C3.22094 16.8088 3.28001 17.2161 3.17712 17.6006L2.58151 19.8267C2.32295 20.793 3.20701 21.677 4.17335 21.4185L6.39939 20.8229C6.78393 20.72 7.19121 20.7791 7.54753 20.9565C8.88837 21.6244 10.4003 22 12 22Z" opacity=".5"/><path d="M13.9697 8.96966C14.2626 8.67679 14.7373 8.67678 15.0302 8.96966C15.3231 9.26255 15.3231 9.73732 15.0302 10.0302L13.0605 11.9999L15.0302 13.9697C15.3231 14.2626 15.3231 14.7373 15.0302 15.0302C14.7373 15.3231 14.2626 15.3231 13.9697 15.0302L11.9999 13.0605L10.0302 15.0302C9.73732 15.3231 9.26256 15.3231 8.96967 15.0302C8.67678 14.7373 8.67678 14.2626 8.96967 13.9697L10.9394 11.9999L8.96967 10.0302C8.67678 9.73732 8.67678 9.26256 8.96967 8.96966C9.26256 8.67678 9.73733 8.67677 10.0302 8.96966L11.9999 10.9394L13.9697 8.96966Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarChatRoundCloseBoldDuotone(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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.5997 2.37562 15.1116 3.04346 16.4525C3.22094 16.8088 3.28001 17.2161 3.17712 17.6006L2.58151 19.8267C2.32295 20.793 3.20701 21.677 4.17335 21.4185L6.39939 20.8229C6.78393 20.72 7.19121 20.7791 7.54753 20.9565C8.88837 21.6244 10.4003 22 12 22Z" opacity=".5"/><path d="M13.9697 8.96966C14.2626 8.67679 14.7373 8.67678 15.0302 8.96966C15.3231 9.26255 15.3231 9.73732 15.0302 10.0302L13.0605 11.9999L15.0302 13.9697C15.3231 14.2626 15.3231 14.7373 15.0302 15.0302C14.7373 15.3231 14.2626 15.3231 13.9697 15.0302L11.9999 13.0605L10.0302 15.0302C9.73732 15.3231 9.26256 15.3231 8.96967 15.0302C8.67678 14.7373 8.67678 14.2626 8.96967 13.9697L10.9394 11.9999L8.96967 10.0302C8.67678 9.73732 8.67678 9.26256 8.96967 8.96966C9.26256 8.67678 9.73733 8.67677 10.0302 8.96966L11.9999 10.9394L13.9697 8.96966Z"/></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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.5997 2.37562 15.1116 3.04346 16.4525C3.22094 16.8088 3.28001 17.2161 3.17712 17.6006L2.58151 19.8267C2.32295 20.793 3.20701 21.677 4.17335 21.4185L6.39939 20.8229C6.78393 20.72 7.19121 20.7791 7.54753 20.9565C8.88837 21.6244 10.4003 22 12 22Z" opacity=".5"/><path d="M13.9697 8.96966C14.2626 8.67679 14.7373 8.67678 15.0302 8.96966C15.3231 9.26255 15.3231 9.73732 15.0302 10.0302L13.0605 11.9999L15.0302 13.9697C15.3231 14.2626 15.3231 14.7373 15.0302 15.0302C14.7373 15.3231 14.2626 15.3231 13.9697 15.0302L11.9999 13.0605L10.0302 15.0302C9.73732 15.3231 9.26256 15.3231 8.96967 15.0302C8.67678 14.7373 8.67678 14.2626 8.96967 13.9697L10.9394 11.9999L8.96967 10.0302C8.67678 9.73732 8.67678 9.26256 8.96967 8.96966C9.26256 8.67678 9.73733 8.67677 10.0302 8.96966L11.9999 10.9394L13.9697 8.96966Z"/></g></svg>
</template>

CSS

.icon-chat-round-close-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%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2013.5997%202.37562%2015.1116%203.04346%2016.4525C3.22094%2016.8088%203.28001%2017.2161%203.17712%2017.6006L2.58151%2019.8267C2.32295%2020.793%203.20701%2021.677%204.17335%2021.4185L6.39939%2020.8229C6.78393%2020.72%207.19121%2020.7791%207.54753%2020.9565C8.88837%2021.6244%2010.4003%2022%2012%2022Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.9697%208.96966C14.2626%208.67679%2014.7373%208.67678%2015.0302%208.96966C15.3231%209.26255%2015.3231%209.73732%2015.0302%2010.0302L13.0605%2011.9999L15.0302%2013.9697C15.3231%2014.2626%2015.3231%2014.7373%2015.0302%2015.0302C14.7373%2015.3231%2014.2626%2015.3231%2013.9697%2015.0302L11.9999%2013.0605L10.0302%2015.0302C9.73732%2015.3231%209.26256%2015.3231%208.96967%2015.0302C8.67678%2014.7373%208.67678%2014.2626%208.96967%2013.9697L10.9394%2011.9999L8.96967%2010.0302C8.67678%209.73732%208.67678%209.26256%208.96967%208.96966C9.26256%208.67678%209.73733%208.67677%2010.0302%208.96966L11.9999%2010.9394L13.9697%208.96966Z%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%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2013.5997%202.37562%2015.1116%203.04346%2016.4525C3.22094%2016.8088%203.28001%2017.2161%203.17712%2017.6006L2.58151%2019.8267C2.32295%2020.793%203.20701%2021.677%204.17335%2021.4185L6.39939%2020.8229C6.78393%2020.72%207.19121%2020.7791%207.54753%2020.9565C8.88837%2021.6244%2010.4003%2022%2012%2022Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.9697%208.96966C14.2626%208.67679%2014.7373%208.67678%2015.0302%208.96966C15.3231%209.26255%2015.3231%209.73732%2015.0302%2010.0302L13.0605%2011.9999L15.0302%2013.9697C15.3231%2014.2626%2015.3231%2014.7373%2015.0302%2015.0302C14.7373%2015.3231%2014.2626%2015.3231%2013.9697%2015.0302L11.9999%2013.0605L10.0302%2015.0302C9.73732%2015.3231%209.26256%2015.3231%208.96967%2015.0302C8.67678%2014.7373%208.67678%2014.2626%208.96967%2013.9697L10.9394%2011.9999L8.96967%2010.0302C8.67678%209.73732%208.67678%209.26256%208.96967%208.96966C9.26256%208.67678%209.73733%208.67677%2010.0302%208.96966L11.9999%2010.9394L13.9697%208.96966Z%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-close-bold-duotone.svg?color=%231a73e8&size=48