chat round close icon

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

Name
chat-round-close-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 chat round close icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88867 21.6239 7.54785 20.9561C7.19153 20.7786 6.78396 20.7204 6.39941 20.8232L4.17383 21.4189C3.20749 21.6775 2.3225 20.7925 2.58105 19.8262L3.17676 17.6006C3.27965 17.216 3.22142 16.8085 3.04395 16.4521C2.37612 15.1113 2 13.5997 2 12C2 6.47715 6.47715 2 12 2ZM15.0303 8.96973C14.7374 8.67684 14.2626 8.67685 13.9697 8.96973L12 10.9395L10.0303 8.96973C9.73738 8.67684 9.26262 8.67684 8.96973 8.96973C8.67684 9.26262 8.67683 9.73738 8.96973 10.0303L10.9395 12L8.96973 13.9697C8.67684 14.2626 8.67683 14.7374 8.96973 15.0303C9.26262 15.3231 9.7374 15.3231 10.0303 15.0303L12 13.0605L13.9697 15.0303C14.2626 15.3231 14.7374 15.3231 15.0303 15.0303C15.3231 14.7374 15.3231 14.2626 15.0303 13.9697L13.0605 12L15.0303 10.0303C15.3231 9.7374 15.3231 9.26262 15.0303 8.96973Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarChatRoundCloseBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88867 21.6239 7.54785 20.9561C7.19153 20.7786 6.78396 20.7204 6.39941 20.8232L4.17383 21.4189C3.20749 21.6775 2.3225 20.7925 2.58105 19.8262L3.17676 17.6006C3.27965 17.216 3.22142 16.8085 3.04395 16.4521C2.37612 15.1113 2 13.5997 2 12C2 6.47715 6.47715 2 12 2ZM15.0303 8.96973C14.7374 8.67684 14.2626 8.67685 13.9697 8.96973L12 10.9395L10.0303 8.96973C9.73738 8.67684 9.26262 8.67684 8.96973 8.96973C8.67684 9.26262 8.67683 9.73738 8.96973 10.0303L10.9395 12L8.96973 13.9697C8.67684 14.2626 8.67683 14.7374 8.96973 15.0303C9.26262 15.3231 9.7374 15.3231 10.0303 15.0303L12 13.0605L13.9697 15.0303C14.2626 15.3231 14.7374 15.3231 15.0303 15.0303C15.3231 14.7374 15.3231 14.2626 15.0303 13.9697L13.0605 12L15.0303 10.0303C15.3231 9.7374 15.3231 9.26262 15.0303 8.96973Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88867 21.6239 7.54785 20.9561C7.19153 20.7786 6.78396 20.7204 6.39941 20.8232L4.17383 21.4189C3.20749 21.6775 2.3225 20.7925 2.58105 19.8262L3.17676 17.6006C3.27965 17.216 3.22142 16.8085 3.04395 16.4521C2.37612 15.1113 2 13.5997 2 12C2 6.47715 6.47715 2 12 2ZM15.0303 8.96973C14.7374 8.67684 14.2626 8.67685 13.9697 8.96973L12 10.9395L10.0303 8.96973C9.73738 8.67684 9.26262 8.67684 8.96973 8.96973C8.67684 9.26262 8.67683 9.73738 8.96973 10.0303L10.9395 12L8.96973 13.9697C8.67684 14.2626 8.67683 14.7374 8.96973 15.0303C9.26262 15.3231 9.7374 15.3231 10.0303 15.0303L12 13.0605L13.9697 15.0303C14.2626 15.3231 14.7374 15.3231 15.0303 15.0303C15.3231 14.7374 15.3231 14.2626 15.0303 13.9697L13.0605 12L15.0303 10.0303C15.3231 9.7374 15.3231 9.26262 15.0303 8.96973Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-chat-round-close-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C10.4003%2022%208.88867%2021.6239%207.54785%2020.9561C7.19153%2020.7786%206.78396%2020.7204%206.39941%2020.8232L4.17383%2021.4189C3.20749%2021.6775%202.3225%2020.7925%202.58105%2019.8262L3.17676%2017.6006C3.27965%2017.216%203.22142%2016.8085%203.04395%2016.4521C2.37612%2015.1113%202%2013.5997%202%2012C2%206.47715%206.47715%202%2012%202ZM15.0303%208.96973C14.7374%208.67684%2014.2626%208.67685%2013.9697%208.96973L12%2010.9395L10.0303%208.96973C9.73738%208.67684%209.26262%208.67684%208.96973%208.96973C8.67684%209.26262%208.67683%209.73738%208.96973%2010.0303L10.9395%2012L8.96973%2013.9697C8.67684%2014.2626%208.67683%2014.7374%208.96973%2015.0303C9.26262%2015.3231%209.7374%2015.3231%2010.0303%2015.0303L12%2013.0605L13.9697%2015.0303C14.2626%2015.3231%2014.7374%2015.3231%2015.0303%2015.0303C15.3231%2014.7374%2015.3231%2014.2626%2015.0303%2013.9697L13.0605%2012L15.0303%2010.0303C15.3231%209.7374%2015.3231%209.26262%2015.0303%208.96973Z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C10.4003%2022%208.88867%2021.6239%207.54785%2020.9561C7.19153%2020.7786%206.78396%2020.7204%206.39941%2020.8232L4.17383%2021.4189C3.20749%2021.6775%202.3225%2020.7925%202.58105%2019.8262L3.17676%2017.6006C3.27965%2017.216%203.22142%2016.8085%203.04395%2016.4521C2.37612%2015.1113%202%2013.5997%202%2012C2%206.47715%206.47715%202%2012%202ZM15.0303%208.96973C14.7374%208.67684%2014.2626%208.67685%2013.9697%208.96973L12%2010.9395L10.0303%208.96973C9.73738%208.67684%209.26262%208.67684%208.96973%208.96973C8.67684%209.26262%208.67683%209.73738%208.96973%2010.0303L10.9395%2012L8.96973%2013.9697C8.67684%2014.2626%208.67683%2014.7374%208.96973%2015.0303C9.26262%2015.3231%209.7374%2015.3231%2010.0303%2015.0303L12%2013.0605L13.9697%2015.0303C14.2626%2015.3231%2014.7374%2015.3231%2015.0303%2015.0303C15.3231%2014.7374%2015.3231%2014.2626%2015.0303%2013.9697L13.0605%2012L15.0303%2010.0303C15.3231%209.7374%2015.3231%209.26262%2015.0303%208.96973Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/chat-round-close-bold.svg?color=%231a73e8&size=48