chat square warning icon
chat-square-warning-bold from Solar by 480 Design · Bold · Messages · CC-BY-4.0 Attribution required.
- Name
- chat-square-warning-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
chat-round-add-boldchat-round-boldchat-round-call-boldchat-round-check-boldchat-round-close-boldchat-round-code-boldchat-round-dots-boldchat-round-like-boldchat-round-line-boldchat-round-money-boldchat-round-off-boldchat-round-question-mark-boldchat-round-quote-boldchat-round-replay-boldchat-round-unread-boldchat-round-video-boldchat-round-warning-boldchat-square-add-boldchat-square-arrow-boldchat-square-boldchat-square-call-boldchat-square-check-boldchat-square-close-boldchat-square-code-bold
Use the chat square warning 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 14.2324C11.5858 14.2324 11.25 14.5682 11.25 14.9824C11.25 15.3966 11.5858 15.7324 12 15.7324C12.4142 15.7324 12.75 15.3966 12.75 14.9824C12.75 14.5682 12.4142 14.2324 12 14.2324ZM12 5.23242C11.5858 5.23242 11.25 5.56821 11.25 5.98242V11.9824C11.25 12.3966 11.5858 12.7324 12 12.7324C12.4142 12.7324 12.75 12.3966 12.75 11.9824V5.98242C12.75 5.56821 12.4142 5.23242 12 5.23242Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarChatSquareWarningBold(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 14.2324C11.5858 14.2324 11.25 14.5682 11.25 14.9824C11.25 15.3966 11.5858 15.7324 12 15.7324C12.4142 15.7324 12.75 15.3966 12.75 14.9824C12.75 14.5682 12.4142 14.2324 12 14.2324ZM12 5.23242C11.5858 5.23242 11.25 5.56821 11.25 5.98242V11.9824C11.25 12.3966 11.5858 12.7324 12 12.7324C12.4142 12.7324 12.75 12.3966 12.75 11.9824V5.98242C12.75 5.56821 12.4142 5.23242 12 5.23242Z" 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 14.2324C11.5858 14.2324 11.25 14.5682 11.25 14.9824C11.25 15.3966 11.5858 15.7324 12 15.7324C12.4142 15.7324 12.75 15.3966 12.75 14.9824C12.75 14.5682 12.4142 14.2324 12 14.2324ZM12 5.23242C11.5858 5.23242 11.25 5.56821 11.25 5.98242V11.9824C11.25 12.3966 11.5858 12.7324 12 12.7324C12.4142 12.7324 12.75 12.3966 12.75 11.9824V5.98242C12.75 5.56821 12.4142 5.23242 12 5.23242Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-chat-square-warning-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%2014.2324C11.5858%2014.2324%2011.25%2014.5682%2011.25%2014.9824C11.25%2015.3966%2011.5858%2015.7324%2012%2015.7324C12.4142%2015.7324%2012.75%2015.3966%2012.75%2014.9824C12.75%2014.5682%2012.4142%2014.2324%2012%2014.2324ZM12%205.23242C11.5858%205.23242%2011.25%205.56821%2011.25%205.98242V11.9824C11.25%2012.3966%2011.5858%2012.7324%2012%2012.7324C12.4142%2012.7324%2012.75%2012.3966%2012.75%2011.9824V5.98242C12.75%205.56821%2012.4142%205.23242%2012%205.23242Z%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%2014.2324C11.5858%2014.2324%2011.25%2014.5682%2011.25%2014.9824C11.25%2015.3966%2011.5858%2015.7324%2012%2015.7324C12.4142%2015.7324%2012.75%2015.3966%2012.75%2014.9824C12.75%2014.5682%2012.4142%2014.2324%2012%2014.2324ZM12%205.23242C11.5858%205.23242%2011.25%205.56821%2011.25%205.98242V11.9824C11.25%2012.3966%2011.5858%2012.7324%2012%2012.7324C12.4142%2012.7324%2012.75%2012.3966%2012.75%2011.9824V5.98242C12.75%205.56821%2012.4142%205.23242%2012%205.23242Z%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-warning-bold.svg?color=%231a73e8&size=48