quote square icon

quote-square-bold from Solar by 480 Design · Bold · Text Formatting · CC-BY-4.0 Attribution required.

Name
quote-square-bold
Set
Solar
Style
Bold
Category
Text Formatting
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More text formatting icons from Solar

Use the quote square 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 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.9996 4.92931 22 7.28595 22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 7.28595 2.00038 4.92931 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2ZM8.38477 7.2334C7.90751 7.2334 7.46665 7.23174 7.11035 7.28418C6.72516 7.34093 6.3328 7.47437 6.01855 7.81836C5.7134 8.15271 5.60426 8.55365 5.55664 8.94141C5.51093 9.31413 5.51172 9.77954 5.51172 10.3076C5.51172 10.8358 5.51086 11.3011 5.55664 11.6738C5.6043 12.0616 5.71323 12.4625 6.01855 12.7969C6.28145 13.0846 6.60276 13.2274 6.93457 13.2988C7.08863 13.332 7.25387 13.3517 7.42578 13.3633C7.29215 13.6234 7.09193 13.9396 6.84473 14.2715C6.45887 14.7894 6.04554 15.2307 5.79492 15.4297C5.54543 15.628 5.44885 15.9627 5.55371 16.2637C5.65881 16.5648 5.94277 16.7666 6.26172 16.7666C7.98392 16.7666 9.15985 16.3124 9.93945 15.5264C10.6984 14.761 10.97 13.7876 11.125 13.0098L11.127 13L11.1289 12.9912C11.134 12.9619 11.1378 12.94 11.1426 12.9141C11.1473 12.8885 11.1526 12.8582 11.1582 12.8223C11.1694 12.75 11.1796 12.6673 11.1924 12.5352C11.2185 12.2658 11.2568 11.9757 11.2568 11.4229C11.2699 11.1208 11.2578 10.6965 11.2578 10.3076C11.2578 9.77954 11.2586 9.31413 11.2129 8.94141C11.1653 8.55365 11.0561 8.15271 10.751 7.81836C10.4367 7.47437 10.0444 7.34093 9.65918 7.28418C9.30288 7.23174 8.86202 7.2334 8.38477 7.2334ZM15.6084 7.2334C15.1311 7.2334 14.6903 7.23174 14.334 7.28418C13.9488 7.34093 13.5564 7.47437 13.2422 7.81836C12.937 8.15271 12.8279 8.55365 12.7803 8.94141C12.7346 9.31413 12.7354 9.77954 12.7354 10.3076C12.7354 10.8358 12.7345 11.3011 12.7803 11.6738C12.8279 12.0616 12.9369 12.4625 13.2422 12.7969C13.5051 13.0846 13.8264 13.2274 14.1582 13.2988C14.3123 13.332 14.4775 13.3517 14.6494 13.3633C14.5158 13.6234 14.3156 13.9396 14.0684 14.2715C13.6825 14.7894 13.2692 15.2307 13.0186 15.4297C12.7691 15.628 12.6725 15.9627 12.7773 16.2637C12.8824 16.5648 13.1664 16.7666 13.4854 16.7666C15.2076 16.7666 16.3835 16.3124 17.1631 15.5264C17.922 14.761 18.1936 13.7876 18.3486 13.0098L18.3506 13L18.3525 12.9912C18.3576 12.9619 18.3614 12.94 18.3662 12.9141C18.3709 12.8885 18.3762 12.8582 18.3818 12.8223C18.3931 12.75 18.4032 12.6673 18.416 12.5352C18.4422 12.2658 18.4804 11.9757 18.4805 11.4229C18.4936 11.1208 18.4815 10.6965 18.4814 10.3076C18.4814 9.77954 18.4822 9.31413 18.4365 8.94141C18.3889 8.55365 18.2798 8.15271 17.9746 7.81836C17.6604 7.47437 17.268 7.34093 16.8828 7.28418C16.5265 7.23174 16.0857 7.2334 15.6084 7.2334Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarQuoteSquareBold(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 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.9996 4.92931 22 7.28595 22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 7.28595 2.00038 4.92931 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2ZM8.38477 7.2334C7.90751 7.2334 7.46665 7.23174 7.11035 7.28418C6.72516 7.34093 6.3328 7.47437 6.01855 7.81836C5.7134 8.15271 5.60426 8.55365 5.55664 8.94141C5.51093 9.31413 5.51172 9.77954 5.51172 10.3076C5.51172 10.8358 5.51086 11.3011 5.55664 11.6738C5.6043 12.0616 5.71323 12.4625 6.01855 12.7969C6.28145 13.0846 6.60276 13.2274 6.93457 13.2988C7.08863 13.332 7.25387 13.3517 7.42578 13.3633C7.29215 13.6234 7.09193 13.9396 6.84473 14.2715C6.45887 14.7894 6.04554 15.2307 5.79492 15.4297C5.54543 15.628 5.44885 15.9627 5.55371 16.2637C5.65881 16.5648 5.94277 16.7666 6.26172 16.7666C7.98392 16.7666 9.15985 16.3124 9.93945 15.5264C10.6984 14.761 10.97 13.7876 11.125 13.0098L11.127 13L11.1289 12.9912C11.134 12.9619 11.1378 12.94 11.1426 12.9141C11.1473 12.8885 11.1526 12.8582 11.1582 12.8223C11.1694 12.75 11.1796 12.6673 11.1924 12.5352C11.2185 12.2658 11.2568 11.9757 11.2568 11.4229C11.2699 11.1208 11.2578 10.6965 11.2578 10.3076C11.2578 9.77954 11.2586 9.31413 11.2129 8.94141C11.1653 8.55365 11.0561 8.15271 10.751 7.81836C10.4367 7.47437 10.0444 7.34093 9.65918 7.28418C9.30288 7.23174 8.86202 7.2334 8.38477 7.2334ZM15.6084 7.2334C15.1311 7.2334 14.6903 7.23174 14.334 7.28418C13.9488 7.34093 13.5564 7.47437 13.2422 7.81836C12.937 8.15271 12.8279 8.55365 12.7803 8.94141C12.7346 9.31413 12.7354 9.77954 12.7354 10.3076C12.7354 10.8358 12.7345 11.3011 12.7803 11.6738C12.8279 12.0616 12.9369 12.4625 13.2422 12.7969C13.5051 13.0846 13.8264 13.2274 14.1582 13.2988C14.3123 13.332 14.4775 13.3517 14.6494 13.3633C14.5158 13.6234 14.3156 13.9396 14.0684 14.2715C13.6825 14.7894 13.2692 15.2307 13.0186 15.4297C12.7691 15.628 12.6725 15.9627 12.7773 16.2637C12.8824 16.5648 13.1664 16.7666 13.4854 16.7666C15.2076 16.7666 16.3835 16.3124 17.1631 15.5264C17.922 14.761 18.1936 13.7876 18.3486 13.0098L18.3506 13L18.3525 12.9912C18.3576 12.9619 18.3614 12.94 18.3662 12.9141C18.3709 12.8885 18.3762 12.8582 18.3818 12.8223C18.3931 12.75 18.4032 12.6673 18.416 12.5352C18.4422 12.2658 18.4804 11.9757 18.4805 11.4229C18.4936 11.1208 18.4815 10.6965 18.4814 10.3076C18.4814 9.77954 18.4822 9.31413 18.4365 8.94141C18.3889 8.55365 18.2798 8.15271 17.9746 7.81836C17.6604 7.47437 17.268 7.34093 16.8828 7.28418C16.5265 7.23174 16.0857 7.2334 15.6084 7.2334Z" 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 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.9996 4.92931 22 7.28595 22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 7.28595 2.00038 4.92931 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2ZM8.38477 7.2334C7.90751 7.2334 7.46665 7.23174 7.11035 7.28418C6.72516 7.34093 6.3328 7.47437 6.01855 7.81836C5.7134 8.15271 5.60426 8.55365 5.55664 8.94141C5.51093 9.31413 5.51172 9.77954 5.51172 10.3076C5.51172 10.8358 5.51086 11.3011 5.55664 11.6738C5.6043 12.0616 5.71323 12.4625 6.01855 12.7969C6.28145 13.0846 6.60276 13.2274 6.93457 13.2988C7.08863 13.332 7.25387 13.3517 7.42578 13.3633C7.29215 13.6234 7.09193 13.9396 6.84473 14.2715C6.45887 14.7894 6.04554 15.2307 5.79492 15.4297C5.54543 15.628 5.44885 15.9627 5.55371 16.2637C5.65881 16.5648 5.94277 16.7666 6.26172 16.7666C7.98392 16.7666 9.15985 16.3124 9.93945 15.5264C10.6984 14.761 10.97 13.7876 11.125 13.0098L11.127 13L11.1289 12.9912C11.134 12.9619 11.1378 12.94 11.1426 12.9141C11.1473 12.8885 11.1526 12.8582 11.1582 12.8223C11.1694 12.75 11.1796 12.6673 11.1924 12.5352C11.2185 12.2658 11.2568 11.9757 11.2568 11.4229C11.2699 11.1208 11.2578 10.6965 11.2578 10.3076C11.2578 9.77954 11.2586 9.31413 11.2129 8.94141C11.1653 8.55365 11.0561 8.15271 10.751 7.81836C10.4367 7.47437 10.0444 7.34093 9.65918 7.28418C9.30288 7.23174 8.86202 7.2334 8.38477 7.2334ZM15.6084 7.2334C15.1311 7.2334 14.6903 7.23174 14.334 7.28418C13.9488 7.34093 13.5564 7.47437 13.2422 7.81836C12.937 8.15271 12.8279 8.55365 12.7803 8.94141C12.7346 9.31413 12.7354 9.77954 12.7354 10.3076C12.7354 10.8358 12.7345 11.3011 12.7803 11.6738C12.8279 12.0616 12.9369 12.4625 13.2422 12.7969C13.5051 13.0846 13.8264 13.2274 14.1582 13.2988C14.3123 13.332 14.4775 13.3517 14.6494 13.3633C14.5158 13.6234 14.3156 13.9396 14.0684 14.2715C13.6825 14.7894 13.2692 15.2307 13.0186 15.4297C12.7691 15.628 12.6725 15.9627 12.7773 16.2637C12.8824 16.5648 13.1664 16.7666 13.4854 16.7666C15.2076 16.7666 16.3835 16.3124 17.1631 15.5264C17.922 14.761 18.1936 13.7876 18.3486 13.0098L18.3506 13L18.3525 12.9912C18.3576 12.9619 18.3614 12.94 18.3662 12.9141C18.3709 12.8885 18.3762 12.8582 18.3818 12.8223C18.3931 12.75 18.4032 12.6673 18.416 12.5352C18.4422 12.2658 18.4804 11.9757 18.4805 11.4229C18.4936 11.1208 18.4815 10.6965 18.4814 10.3076C18.4814 9.77954 18.4822 9.31413 18.4365 8.94141C18.3889 8.55365 18.2798 8.15271 17.9746 7.81836C17.6604 7.47437 17.268 7.34093 16.8828 7.28418C16.5265 7.23174 16.0857 7.2334 15.6084 7.2334Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-quote-square-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%202C16.714%202%2019.0707%202.00038%2020.5352%203.46484C21.9996%204.92931%2022%207.28595%2022%2012C22%2016.714%2021.9996%2019.0707%2020.5352%2020.5352C19.0707%2021.9996%2016.714%2022%2012%2022C7.28595%2022%204.92931%2021.9996%203.46484%2020.5352C2.00038%2019.0707%202%2016.714%202%2012C2%207.28595%202.00038%204.92931%203.46484%203.46484C4.92931%202.00038%207.28595%202%2012%202ZM8.38477%207.2334C7.90751%207.2334%207.46665%207.23174%207.11035%207.28418C6.72516%207.34093%206.3328%207.47437%206.01855%207.81836C5.7134%208.15271%205.60426%208.55365%205.55664%208.94141C5.51093%209.31413%205.51172%209.77954%205.51172%2010.3076C5.51172%2010.8358%205.51086%2011.3011%205.55664%2011.6738C5.6043%2012.0616%205.71323%2012.4625%206.01855%2012.7969C6.28145%2013.0846%206.60276%2013.2274%206.93457%2013.2988C7.08863%2013.332%207.25387%2013.3517%207.42578%2013.3633C7.29215%2013.6234%207.09193%2013.9396%206.84473%2014.2715C6.45887%2014.7894%206.04554%2015.2307%205.79492%2015.4297C5.54543%2015.628%205.44885%2015.9627%205.55371%2016.2637C5.65881%2016.5648%205.94277%2016.7666%206.26172%2016.7666C7.98392%2016.7666%209.15985%2016.3124%209.93945%2015.5264C10.6984%2014.761%2010.97%2013.7876%2011.125%2013.0098L11.127%2013L11.1289%2012.9912C11.134%2012.9619%2011.1378%2012.94%2011.1426%2012.9141C11.1473%2012.8885%2011.1526%2012.8582%2011.1582%2012.8223C11.1694%2012.75%2011.1796%2012.6673%2011.1924%2012.5352C11.2185%2012.2658%2011.2568%2011.9757%2011.2568%2011.4229C11.2699%2011.1208%2011.2578%2010.6965%2011.2578%2010.3076C11.2578%209.77954%2011.2586%209.31413%2011.2129%208.94141C11.1653%208.55365%2011.0561%208.15271%2010.751%207.81836C10.4367%207.47437%2010.0444%207.34093%209.65918%207.28418C9.30288%207.23174%208.86202%207.2334%208.38477%207.2334ZM15.6084%207.2334C15.1311%207.2334%2014.6903%207.23174%2014.334%207.28418C13.9488%207.34093%2013.5564%207.47437%2013.2422%207.81836C12.937%208.15271%2012.8279%208.55365%2012.7803%208.94141C12.7346%209.31413%2012.7354%209.77954%2012.7354%2010.3076C12.7354%2010.8358%2012.7345%2011.3011%2012.7803%2011.6738C12.8279%2012.0616%2012.9369%2012.4625%2013.2422%2012.7969C13.5051%2013.0846%2013.8264%2013.2274%2014.1582%2013.2988C14.3123%2013.332%2014.4775%2013.3517%2014.6494%2013.3633C14.5158%2013.6234%2014.3156%2013.9396%2014.0684%2014.2715C13.6825%2014.7894%2013.2692%2015.2307%2013.0186%2015.4297C12.7691%2015.628%2012.6725%2015.9627%2012.7773%2016.2637C12.8824%2016.5648%2013.1664%2016.7666%2013.4854%2016.7666C15.2076%2016.7666%2016.3835%2016.3124%2017.1631%2015.5264C17.922%2014.761%2018.1936%2013.7876%2018.3486%2013.0098L18.3506%2013L18.3525%2012.9912C18.3576%2012.9619%2018.3614%2012.94%2018.3662%2012.9141C18.3709%2012.8885%2018.3762%2012.8582%2018.3818%2012.8223C18.3931%2012.75%2018.4032%2012.6673%2018.416%2012.5352C18.4422%2012.2658%2018.4804%2011.9757%2018.4805%2011.4229C18.4936%2011.1208%2018.4815%2010.6965%2018.4814%2010.3076C18.4814%209.77954%2018.4822%209.31413%2018.4365%208.94141C18.3889%208.55365%2018.2798%208.15271%2017.9746%207.81836C17.6604%207.47437%2017.268%207.34093%2016.8828%207.28418C16.5265%207.23174%2016.0857%207.2334%2015.6084%207.2334Z%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%202C16.714%202%2019.0707%202.00038%2020.5352%203.46484C21.9996%204.92931%2022%207.28595%2022%2012C22%2016.714%2021.9996%2019.0707%2020.5352%2020.5352C19.0707%2021.9996%2016.714%2022%2012%2022C7.28595%2022%204.92931%2021.9996%203.46484%2020.5352C2.00038%2019.0707%202%2016.714%202%2012C2%207.28595%202.00038%204.92931%203.46484%203.46484C4.92931%202.00038%207.28595%202%2012%202ZM8.38477%207.2334C7.90751%207.2334%207.46665%207.23174%207.11035%207.28418C6.72516%207.34093%206.3328%207.47437%206.01855%207.81836C5.7134%208.15271%205.60426%208.55365%205.55664%208.94141C5.51093%209.31413%205.51172%209.77954%205.51172%2010.3076C5.51172%2010.8358%205.51086%2011.3011%205.55664%2011.6738C5.6043%2012.0616%205.71323%2012.4625%206.01855%2012.7969C6.28145%2013.0846%206.60276%2013.2274%206.93457%2013.2988C7.08863%2013.332%207.25387%2013.3517%207.42578%2013.3633C7.29215%2013.6234%207.09193%2013.9396%206.84473%2014.2715C6.45887%2014.7894%206.04554%2015.2307%205.79492%2015.4297C5.54543%2015.628%205.44885%2015.9627%205.55371%2016.2637C5.65881%2016.5648%205.94277%2016.7666%206.26172%2016.7666C7.98392%2016.7666%209.15985%2016.3124%209.93945%2015.5264C10.6984%2014.761%2010.97%2013.7876%2011.125%2013.0098L11.127%2013L11.1289%2012.9912C11.134%2012.9619%2011.1378%2012.94%2011.1426%2012.9141C11.1473%2012.8885%2011.1526%2012.8582%2011.1582%2012.8223C11.1694%2012.75%2011.1796%2012.6673%2011.1924%2012.5352C11.2185%2012.2658%2011.2568%2011.9757%2011.2568%2011.4229C11.2699%2011.1208%2011.2578%2010.6965%2011.2578%2010.3076C11.2578%209.77954%2011.2586%209.31413%2011.2129%208.94141C11.1653%208.55365%2011.0561%208.15271%2010.751%207.81836C10.4367%207.47437%2010.0444%207.34093%209.65918%207.28418C9.30288%207.23174%208.86202%207.2334%208.38477%207.2334ZM15.6084%207.2334C15.1311%207.2334%2014.6903%207.23174%2014.334%207.28418C13.9488%207.34093%2013.5564%207.47437%2013.2422%207.81836C12.937%208.15271%2012.8279%208.55365%2012.7803%208.94141C12.7346%209.31413%2012.7354%209.77954%2012.7354%2010.3076C12.7354%2010.8358%2012.7345%2011.3011%2012.7803%2011.6738C12.8279%2012.0616%2012.9369%2012.4625%2013.2422%2012.7969C13.5051%2013.0846%2013.8264%2013.2274%2014.1582%2013.2988C14.3123%2013.332%2014.4775%2013.3517%2014.6494%2013.3633C14.5158%2013.6234%2014.3156%2013.9396%2014.0684%2014.2715C13.6825%2014.7894%2013.2692%2015.2307%2013.0186%2015.4297C12.7691%2015.628%2012.6725%2015.9627%2012.7773%2016.2637C12.8824%2016.5648%2013.1664%2016.7666%2013.4854%2016.7666C15.2076%2016.7666%2016.3835%2016.3124%2017.1631%2015.5264C17.922%2014.761%2018.1936%2013.7876%2018.3486%2013.0098L18.3506%2013L18.3525%2012.9912C18.3576%2012.9619%2018.3614%2012.94%2018.3662%2012.9141C18.3709%2012.8885%2018.3762%2012.8582%2018.3818%2012.8223C18.3931%2012.75%2018.4032%2012.6673%2018.416%2012.5352C18.4422%2012.2658%2018.4804%2011.9757%2018.4805%2011.4229C18.4936%2011.1208%2018.4815%2010.6965%2018.4814%2010.3076C18.4814%209.77954%2018.4822%209.31413%2018.4365%208.94141C18.3889%208.55365%2018.2798%208.15271%2017.9746%207.81836C17.6604%207.47437%2017.268%207.34093%2016.8828%207.28418C16.5265%207.23174%2016.0857%207.2334%2015.6084%207.2334Z%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/quote-square-bold.svg?color=%231a73e8&size=48