chat square add icon

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

Name
chat-square-add-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 square add 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="M13.5 2C16.7731 2 18.41 1.99974 19.6123 2.73633C20.2851 3.14861 20.8514 3.71492 21.2637 4.3877C22.0003 5.59001 22 7.22688 22 10.5V11.5C22 13.8295 21.9997 14.9943 21.6191 15.9131C21.1117 17.1382 20.1382 18.1117 18.9131 18.6191C18.2528 18.8926 17.4652 18.9696 16.21 18.9912C15.3599 19.0059 14.9343 19.0136 14.5967 19.21C14.2593 19.4064 14.0491 19.7617 13.6289 20.4717L13.0869 21.3877C12.6037 22.204 11.3963 22.204 10.9131 21.3877L10.3711 20.4717C9.95068 19.7614 9.74002 19.4064 9.40234 19.21C9.06475 19.0137 8.63984 19.0059 7.79004 18.9912C6.5348 18.9696 5.74718 18.8926 5.08691 18.6191C3.86177 18.1117 2.88833 17.1382 2.38086 15.9131C2.00034 14.9943 2 13.8295 2 11.5V10.5C2 7.22688 1.99974 5.59001 2.73633 4.3877C3.14861 3.71492 3.71492 3.14861 4.3877 2.73633C5.59001 1.99974 7.22688 2 10.5 2H13.5ZM12 6.73242C11.5858 6.73242 11.25 7.06821 11.25 7.48242V9.73242H9C8.58579 9.73242 8.25001 10.0682 8.25 10.4824C8.25 10.8966 8.58579 11.2324 9 11.2324H11.25V13.4824C11.25 13.8966 11.5858 14.2324 12 14.2324C12.4142 14.2324 12.75 13.8966 12.75 13.4824V11.2324H15C15.4142 11.2324 15.75 10.8966 15.75 10.4824C15.75 10.0682 15.4142 9.73242 15 9.73242H12.75V7.48242C12.75 7.06821 12.4142 6.73242 12 6.73242Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarChatSquareAddBold(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="M13.5 2C16.7731 2 18.41 1.99974 19.6123 2.73633C20.2851 3.14861 20.8514 3.71492 21.2637 4.3877C22.0003 5.59001 22 7.22688 22 10.5V11.5C22 13.8295 21.9997 14.9943 21.6191 15.9131C21.1117 17.1382 20.1382 18.1117 18.9131 18.6191C18.2528 18.8926 17.4652 18.9696 16.21 18.9912C15.3599 19.0059 14.9343 19.0136 14.5967 19.21C14.2593 19.4064 14.0491 19.7617 13.6289 20.4717L13.0869 21.3877C12.6037 22.204 11.3963 22.204 10.9131 21.3877L10.3711 20.4717C9.95068 19.7614 9.74002 19.4064 9.40234 19.21C9.06475 19.0137 8.63984 19.0059 7.79004 18.9912C6.5348 18.9696 5.74718 18.8926 5.08691 18.6191C3.86177 18.1117 2.88833 17.1382 2.38086 15.9131C2.00034 14.9943 2 13.8295 2 11.5V10.5C2 7.22688 1.99974 5.59001 2.73633 4.3877C3.14861 3.71492 3.71492 3.14861 4.3877 2.73633C5.59001 1.99974 7.22688 2 10.5 2H13.5ZM12 6.73242C11.5858 6.73242 11.25 7.06821 11.25 7.48242V9.73242H9C8.58579 9.73242 8.25001 10.0682 8.25 10.4824C8.25 10.8966 8.58579 11.2324 9 11.2324H11.25V13.4824C11.25 13.8966 11.5858 14.2324 12 14.2324C12.4142 14.2324 12.75 13.8966 12.75 13.4824V11.2324H15C15.4142 11.2324 15.75 10.8966 15.75 10.4824C15.75 10.0682 15.4142 9.73242 15 9.73242H12.75V7.48242C12.75 7.06821 12.4142 6.73242 12 6.73242Z" 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="M13.5 2C16.7731 2 18.41 1.99974 19.6123 2.73633C20.2851 3.14861 20.8514 3.71492 21.2637 4.3877C22.0003 5.59001 22 7.22688 22 10.5V11.5C22 13.8295 21.9997 14.9943 21.6191 15.9131C21.1117 17.1382 20.1382 18.1117 18.9131 18.6191C18.2528 18.8926 17.4652 18.9696 16.21 18.9912C15.3599 19.0059 14.9343 19.0136 14.5967 19.21C14.2593 19.4064 14.0491 19.7617 13.6289 20.4717L13.0869 21.3877C12.6037 22.204 11.3963 22.204 10.9131 21.3877L10.3711 20.4717C9.95068 19.7614 9.74002 19.4064 9.40234 19.21C9.06475 19.0137 8.63984 19.0059 7.79004 18.9912C6.5348 18.9696 5.74718 18.8926 5.08691 18.6191C3.86177 18.1117 2.88833 17.1382 2.38086 15.9131C2.00034 14.9943 2 13.8295 2 11.5V10.5C2 7.22688 1.99974 5.59001 2.73633 4.3877C3.14861 3.71492 3.71492 3.14861 4.3877 2.73633C5.59001 1.99974 7.22688 2 10.5 2H13.5ZM12 6.73242C11.5858 6.73242 11.25 7.06821 11.25 7.48242V9.73242H9C8.58579 9.73242 8.25001 10.0682 8.25 10.4824C8.25 10.8966 8.58579 11.2324 9 11.2324H11.25V13.4824C11.25 13.8966 11.5858 14.2324 12 14.2324C12.4142 14.2324 12.75 13.8966 12.75 13.4824V11.2324H15C15.4142 11.2324 15.75 10.8966 15.75 10.4824C15.75 10.0682 15.4142 9.73242 15 9.73242H12.75V7.48242C12.75 7.06821 12.4142 6.73242 12 6.73242Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-chat-square-add-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%22M13.5%202C16.7731%202%2018.41%201.99974%2019.6123%202.73633C20.2851%203.14861%2020.8514%203.71492%2021.2637%204.3877C22.0003%205.59001%2022%207.22688%2022%2010.5V11.5C22%2013.8295%2021.9997%2014.9943%2021.6191%2015.9131C21.1117%2017.1382%2020.1382%2018.1117%2018.9131%2018.6191C18.2528%2018.8926%2017.4652%2018.9696%2016.21%2018.9912C15.3599%2019.0059%2014.9343%2019.0136%2014.5967%2019.21C14.2593%2019.4064%2014.0491%2019.7617%2013.6289%2020.4717L13.0869%2021.3877C12.6037%2022.204%2011.3963%2022.204%2010.9131%2021.3877L10.3711%2020.4717C9.95068%2019.7614%209.74002%2019.4064%209.40234%2019.21C9.06475%2019.0137%208.63984%2019.0059%207.79004%2018.9912C6.5348%2018.9696%205.74718%2018.8926%205.08691%2018.6191C3.86177%2018.1117%202.88833%2017.1382%202.38086%2015.9131C2.00034%2014.9943%202%2013.8295%202%2011.5V10.5C2%207.22688%201.99974%205.59001%202.73633%204.3877C3.14861%203.71492%203.71492%203.14861%204.3877%202.73633C5.59001%201.99974%207.22688%202%2010.5%202H13.5ZM12%206.73242C11.5858%206.73242%2011.25%207.06821%2011.25%207.48242V9.73242H9C8.58579%209.73242%208.25001%2010.0682%208.25%2010.4824C8.25%2010.8966%208.58579%2011.2324%209%2011.2324H11.25V13.4824C11.25%2013.8966%2011.5858%2014.2324%2012%2014.2324C12.4142%2014.2324%2012.75%2013.8966%2012.75%2013.4824V11.2324H15C15.4142%2011.2324%2015.75%2010.8966%2015.75%2010.4824C15.75%2010.0682%2015.4142%209.73242%2015%209.73242H12.75V7.48242C12.75%207.06821%2012.4142%206.73242%2012%206.73242Z%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%22M13.5%202C16.7731%202%2018.41%201.99974%2019.6123%202.73633C20.2851%203.14861%2020.8514%203.71492%2021.2637%204.3877C22.0003%205.59001%2022%207.22688%2022%2010.5V11.5C22%2013.8295%2021.9997%2014.9943%2021.6191%2015.9131C21.1117%2017.1382%2020.1382%2018.1117%2018.9131%2018.6191C18.2528%2018.8926%2017.4652%2018.9696%2016.21%2018.9912C15.3599%2019.0059%2014.9343%2019.0136%2014.5967%2019.21C14.2593%2019.4064%2014.0491%2019.7617%2013.6289%2020.4717L13.0869%2021.3877C12.6037%2022.204%2011.3963%2022.204%2010.9131%2021.3877L10.3711%2020.4717C9.95068%2019.7614%209.74002%2019.4064%209.40234%2019.21C9.06475%2019.0137%208.63984%2019.0059%207.79004%2018.9912C6.5348%2018.9696%205.74718%2018.8926%205.08691%2018.6191C3.86177%2018.1117%202.88833%2017.1382%202.38086%2015.9131C2.00034%2014.9943%202%2013.8295%202%2011.5V10.5C2%207.22688%201.99974%205.59001%202.73633%204.3877C3.14861%203.71492%203.71492%203.14861%204.3877%202.73633C5.59001%201.99974%207.22688%202%2010.5%202H13.5ZM12%206.73242C11.5858%206.73242%2011.25%207.06821%2011.25%207.48242V9.73242H9C8.58579%209.73242%208.25001%2010.0682%208.25%2010.4824C8.25%2010.8966%208.58579%2011.2324%209%2011.2324H11.25V13.4824C11.25%2013.8966%2011.5858%2014.2324%2012%2014.2324C12.4142%2014.2324%2012.75%2013.8966%2012.75%2013.4824V11.2324H15C15.4142%2011.2324%2015.75%2010.8966%2015.75%2010.4824C15.75%2010.0682%2015.4142%209.73242%2015%209.73242H12.75V7.48242C12.75%207.06821%2012.4142%206.73242%2012%206.73242Z%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-square-add-bold.svg?color=%231a73e8&size=48