quote square icon

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

Name
quote-square-bold-duotone
Set
Solar
Style
Bold Duotone
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"><g fill="currentColor"><path d="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z" opacity=".5"/><path d="M11.2578 10.3074C11.2578 10.6963 11.27 11.1205 11.2568 11.4226C11.2568 11.9756 11.2185 12.2655 11.1924 12.5349C11.1795 12.6672 11.1695 12.7497 11.1582 12.822C11.1526 12.8581 11.1473 12.8882 11.1426 12.9138C11.1378 12.9398 11.134 12.9615 11.1289 12.991L11.127 12.9998L11.125 13.0095C10.97 13.7874 10.6985 14.7607 9.93945 15.5261C9.15985 16.3123 7.98401 16.7664 6.26172 16.7664C5.94269 16.7664 5.65875 16.5647 5.55371 16.2634C5.44883 15.9624 5.54535 15.6278 5.79492 15.4294C6.04556 15.2305 6.45884 14.7892 6.84473 14.2712C7.09199 13.9393 7.29215 13.6232 7.42578 13.363C7.25385 13.3515 7.08864 13.3317 6.93457 13.2986C6.60272 13.2272 6.28147 13.0844 6.01856 12.7966C5.71317 12.4622 5.60428 12.0615 5.55664 11.6736C5.51086 11.3008 5.51172 10.8357 5.51172 10.3074C5.51172 9.7792 5.5109 9.31393 5.55664 8.94117C5.60427 8.55336 5.71331 8.15249 6.01856 7.81812C6.33281 7.47412 6.72515 7.34069 7.11035 7.28394C7.46665 7.2315 7.90751 7.23316 8.38477 7.23316C8.86203 7.23316 9.30288 7.2315 9.65918 7.28394C10.0444 7.34069 10.4367 7.47412 10.751 7.81812C11.0562 8.15249 11.1653 8.55336 11.2129 8.94117C11.2586 9.31393 11.2578 9.7792 11.2578 10.3074Z"/><path d="M18.4814 10.3074C18.4815 10.6963 18.4936 11.1205 18.4805 11.4226C18.4805 11.9756 18.4422 12.2655 18.416 12.5349C18.4032 12.6672 18.3931 12.7497 18.3818 12.822C18.3762 12.8581 18.3709 12.8882 18.3662 12.9138C18.3614 12.9398 18.3576 12.9615 18.3525 12.991L18.3506 12.9998L18.3486 13.0095C18.1936 13.7874 17.9221 14.7607 17.1631 15.5261C16.3835 16.3123 15.2076 16.7664 13.4854 16.7664C13.1663 16.7664 12.8824 16.5647 12.7773 16.2634C12.6725 15.9624 12.769 15.6278 13.0186 15.4294C13.2692 15.2305 13.6825 14.7892 14.0684 14.2712C14.3156 13.9393 14.5158 13.6232 14.6494 13.363C14.4775 13.3515 14.3123 13.3317 14.1582 13.2986C13.8263 13.2272 13.5051 13.0844 13.2422 12.7966C12.9368 12.4622 12.8279 12.0615 12.7803 11.6736C12.7345 11.3008 12.7354 10.8357 12.7354 10.3074C12.7354 9.7792 12.7345 9.31393 12.7803 8.94117C12.8279 8.55336 12.9369 8.15249 13.2422 7.81812C13.5564 7.47412 13.9488 7.34069 14.334 7.28394C14.6903 7.2315 15.1311 7.23316 15.6084 7.23316C16.0857 7.23316 16.5265 7.2315 16.8828 7.28394C17.268 7.34069 17.6604 7.47412 17.9746 7.81812C18.2799 8.15249 18.3889 8.55336 18.4365 8.94117C18.4823 9.31393 18.4814 9.7792 18.4814 10.3074Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarQuoteSquareBoldDuotone(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="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z" opacity=".5"/><path d="M11.2578 10.3074C11.2578 10.6963 11.27 11.1205 11.2568 11.4226C11.2568 11.9756 11.2185 12.2655 11.1924 12.5349C11.1795 12.6672 11.1695 12.7497 11.1582 12.822C11.1526 12.8581 11.1473 12.8882 11.1426 12.9138C11.1378 12.9398 11.134 12.9615 11.1289 12.991L11.127 12.9998L11.125 13.0095C10.97 13.7874 10.6985 14.7607 9.93945 15.5261C9.15985 16.3123 7.98401 16.7664 6.26172 16.7664C5.94269 16.7664 5.65875 16.5647 5.55371 16.2634C5.44883 15.9624 5.54535 15.6278 5.79492 15.4294C6.04556 15.2305 6.45884 14.7892 6.84473 14.2712C7.09199 13.9393 7.29215 13.6232 7.42578 13.363C7.25385 13.3515 7.08864 13.3317 6.93457 13.2986C6.60272 13.2272 6.28147 13.0844 6.01856 12.7966C5.71317 12.4622 5.60428 12.0615 5.55664 11.6736C5.51086 11.3008 5.51172 10.8357 5.51172 10.3074C5.51172 9.7792 5.5109 9.31393 5.55664 8.94117C5.60427 8.55336 5.71331 8.15249 6.01856 7.81812C6.33281 7.47412 6.72515 7.34069 7.11035 7.28394C7.46665 7.2315 7.90751 7.23316 8.38477 7.23316C8.86203 7.23316 9.30288 7.2315 9.65918 7.28394C10.0444 7.34069 10.4367 7.47412 10.751 7.81812C11.0562 8.15249 11.1653 8.55336 11.2129 8.94117C11.2586 9.31393 11.2578 9.7792 11.2578 10.3074Z"/><path d="M18.4814 10.3074C18.4815 10.6963 18.4936 11.1205 18.4805 11.4226C18.4805 11.9756 18.4422 12.2655 18.416 12.5349C18.4032 12.6672 18.3931 12.7497 18.3818 12.822C18.3762 12.8581 18.3709 12.8882 18.3662 12.9138C18.3614 12.9398 18.3576 12.9615 18.3525 12.991L18.3506 12.9998L18.3486 13.0095C18.1936 13.7874 17.9221 14.7607 17.1631 15.5261C16.3835 16.3123 15.2076 16.7664 13.4854 16.7664C13.1663 16.7664 12.8824 16.5647 12.7773 16.2634C12.6725 15.9624 12.769 15.6278 13.0186 15.4294C13.2692 15.2305 13.6825 14.7892 14.0684 14.2712C14.3156 13.9393 14.5158 13.6232 14.6494 13.363C14.4775 13.3515 14.3123 13.3317 14.1582 13.2986C13.8263 13.2272 13.5051 13.0844 13.2422 12.7966C12.9368 12.4622 12.8279 12.0615 12.7803 11.6736C12.7345 11.3008 12.7354 10.8357 12.7354 10.3074C12.7354 9.7792 12.7345 9.31393 12.7803 8.94117C12.8279 8.55336 12.9369 8.15249 13.2422 7.81812C13.5564 7.47412 13.9488 7.34069 14.334 7.28394C14.6903 7.2315 15.1311 7.23316 15.6084 7.23316C16.0857 7.23316 16.5265 7.2315 16.8828 7.28394C17.268 7.34069 17.6604 7.47412 17.9746 7.81812C18.2799 8.15249 18.3889 8.55336 18.4365 8.94117C18.4823 9.31393 18.4814 9.7792 18.4814 10.3074Z"/></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="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z" opacity=".5"/><path d="M11.2578 10.3074C11.2578 10.6963 11.27 11.1205 11.2568 11.4226C11.2568 11.9756 11.2185 12.2655 11.1924 12.5349C11.1795 12.6672 11.1695 12.7497 11.1582 12.822C11.1526 12.8581 11.1473 12.8882 11.1426 12.9138C11.1378 12.9398 11.134 12.9615 11.1289 12.991L11.127 12.9998L11.125 13.0095C10.97 13.7874 10.6985 14.7607 9.93945 15.5261C9.15985 16.3123 7.98401 16.7664 6.26172 16.7664C5.94269 16.7664 5.65875 16.5647 5.55371 16.2634C5.44883 15.9624 5.54535 15.6278 5.79492 15.4294C6.04556 15.2305 6.45884 14.7892 6.84473 14.2712C7.09199 13.9393 7.29215 13.6232 7.42578 13.363C7.25385 13.3515 7.08864 13.3317 6.93457 13.2986C6.60272 13.2272 6.28147 13.0844 6.01856 12.7966C5.71317 12.4622 5.60428 12.0615 5.55664 11.6736C5.51086 11.3008 5.51172 10.8357 5.51172 10.3074C5.51172 9.7792 5.5109 9.31393 5.55664 8.94117C5.60427 8.55336 5.71331 8.15249 6.01856 7.81812C6.33281 7.47412 6.72515 7.34069 7.11035 7.28394C7.46665 7.2315 7.90751 7.23316 8.38477 7.23316C8.86203 7.23316 9.30288 7.2315 9.65918 7.28394C10.0444 7.34069 10.4367 7.47412 10.751 7.81812C11.0562 8.15249 11.1653 8.55336 11.2129 8.94117C11.2586 9.31393 11.2578 9.7792 11.2578 10.3074Z"/><path d="M18.4814 10.3074C18.4815 10.6963 18.4936 11.1205 18.4805 11.4226C18.4805 11.9756 18.4422 12.2655 18.416 12.5349C18.4032 12.6672 18.3931 12.7497 18.3818 12.822C18.3762 12.8581 18.3709 12.8882 18.3662 12.9138C18.3614 12.9398 18.3576 12.9615 18.3525 12.991L18.3506 12.9998L18.3486 13.0095C18.1936 13.7874 17.9221 14.7607 17.1631 15.5261C16.3835 16.3123 15.2076 16.7664 13.4854 16.7664C13.1663 16.7664 12.8824 16.5647 12.7773 16.2634C12.6725 15.9624 12.769 15.6278 13.0186 15.4294C13.2692 15.2305 13.6825 14.7892 14.0684 14.2712C14.3156 13.9393 14.5158 13.6232 14.6494 13.363C14.4775 13.3515 14.3123 13.3317 14.1582 13.2986C13.8263 13.2272 13.5051 13.0844 13.2422 12.7966C12.9368 12.4622 12.8279 12.0615 12.7803 11.6736C12.7345 11.3008 12.7354 10.8357 12.7354 10.3074C12.7354 9.7792 12.7345 9.31393 12.7803 8.94117C12.8279 8.55336 12.9369 8.15249 13.2422 7.81812C13.5564 7.47412 13.9488 7.34069 14.334 7.28394C14.6903 7.2315 15.1311 7.23316 15.6084 7.23316C16.0857 7.23316 16.5265 7.2315 16.8828 7.28394C17.268 7.34069 17.6604 7.47412 17.9746 7.81812C18.2799 8.15249 18.3889 8.55336 18.4365 8.94117C18.4823 9.31393 18.4814 9.7792 18.4814 10.3074Z"/></g></svg>
</template>

CSS

.icon-quote-square-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%22M2%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28595%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.2578%2010.3074C11.2578%2010.6963%2011.27%2011.1205%2011.2568%2011.4226C11.2568%2011.9756%2011.2185%2012.2655%2011.1924%2012.5349C11.1795%2012.6672%2011.1695%2012.7497%2011.1582%2012.822C11.1526%2012.8581%2011.1473%2012.8882%2011.1426%2012.9138C11.1378%2012.9398%2011.134%2012.9615%2011.1289%2012.991L11.127%2012.9998L11.125%2013.0095C10.97%2013.7874%2010.6985%2014.7607%209.93945%2015.5261C9.15985%2016.3123%207.98401%2016.7664%206.26172%2016.7664C5.94269%2016.7664%205.65875%2016.5647%205.55371%2016.2634C5.44883%2015.9624%205.54535%2015.6278%205.79492%2015.4294C6.04556%2015.2305%206.45884%2014.7892%206.84473%2014.2712C7.09199%2013.9393%207.29215%2013.6232%207.42578%2013.363C7.25385%2013.3515%207.08864%2013.3317%206.93457%2013.2986C6.60272%2013.2272%206.28147%2013.0844%206.01856%2012.7966C5.71317%2012.4622%205.60428%2012.0615%205.55664%2011.6736C5.51086%2011.3008%205.51172%2010.8357%205.51172%2010.3074C5.51172%209.7792%205.5109%209.31393%205.55664%208.94117C5.60427%208.55336%205.71331%208.15249%206.01856%207.81812C6.33281%207.47412%206.72515%207.34069%207.11035%207.28394C7.46665%207.2315%207.90751%207.23316%208.38477%207.23316C8.86203%207.23316%209.30288%207.2315%209.65918%207.28394C10.0444%207.34069%2010.4367%207.47412%2010.751%207.81812C11.0562%208.15249%2011.1653%208.55336%2011.2129%208.94117C11.2586%209.31393%2011.2578%209.7792%2011.2578%2010.3074Z%22%2F%3E%3Cpath%20d%3D%22M18.4814%2010.3074C18.4815%2010.6963%2018.4936%2011.1205%2018.4805%2011.4226C18.4805%2011.9756%2018.4422%2012.2655%2018.416%2012.5349C18.4032%2012.6672%2018.3931%2012.7497%2018.3818%2012.822C18.3762%2012.8581%2018.3709%2012.8882%2018.3662%2012.9138C18.3614%2012.9398%2018.3576%2012.9615%2018.3525%2012.991L18.3506%2012.9998L18.3486%2013.0095C18.1936%2013.7874%2017.9221%2014.7607%2017.1631%2015.5261C16.3835%2016.3123%2015.2076%2016.7664%2013.4854%2016.7664C13.1663%2016.7664%2012.8824%2016.5647%2012.7773%2016.2634C12.6725%2015.9624%2012.769%2015.6278%2013.0186%2015.4294C13.2692%2015.2305%2013.6825%2014.7892%2014.0684%2014.2712C14.3156%2013.9393%2014.5158%2013.6232%2014.6494%2013.363C14.4775%2013.3515%2014.3123%2013.3317%2014.1582%2013.2986C13.8263%2013.2272%2013.5051%2013.0844%2013.2422%2012.7966C12.9368%2012.4622%2012.8279%2012.0615%2012.7803%2011.6736C12.7345%2011.3008%2012.7354%2010.8357%2012.7354%2010.3074C12.7354%209.7792%2012.7345%209.31393%2012.7803%208.94117C12.8279%208.55336%2012.9369%208.15249%2013.2422%207.81812C13.5564%207.47412%2013.9488%207.34069%2014.334%207.28394C14.6903%207.2315%2015.1311%207.23316%2015.6084%207.23316C16.0857%207.23316%2016.5265%207.2315%2016.8828%207.28394C17.268%207.34069%2017.6604%207.47412%2017.9746%207.81812C18.2799%208.15249%2018.3889%208.55336%2018.4365%208.94117C18.4823%209.31393%2018.4814%209.7792%2018.4814%2010.3074Z%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%22M2%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28595%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.2578%2010.3074C11.2578%2010.6963%2011.27%2011.1205%2011.2568%2011.4226C11.2568%2011.9756%2011.2185%2012.2655%2011.1924%2012.5349C11.1795%2012.6672%2011.1695%2012.7497%2011.1582%2012.822C11.1526%2012.8581%2011.1473%2012.8882%2011.1426%2012.9138C11.1378%2012.9398%2011.134%2012.9615%2011.1289%2012.991L11.127%2012.9998L11.125%2013.0095C10.97%2013.7874%2010.6985%2014.7607%209.93945%2015.5261C9.15985%2016.3123%207.98401%2016.7664%206.26172%2016.7664C5.94269%2016.7664%205.65875%2016.5647%205.55371%2016.2634C5.44883%2015.9624%205.54535%2015.6278%205.79492%2015.4294C6.04556%2015.2305%206.45884%2014.7892%206.84473%2014.2712C7.09199%2013.9393%207.29215%2013.6232%207.42578%2013.363C7.25385%2013.3515%207.08864%2013.3317%206.93457%2013.2986C6.60272%2013.2272%206.28147%2013.0844%206.01856%2012.7966C5.71317%2012.4622%205.60428%2012.0615%205.55664%2011.6736C5.51086%2011.3008%205.51172%2010.8357%205.51172%2010.3074C5.51172%209.7792%205.5109%209.31393%205.55664%208.94117C5.60427%208.55336%205.71331%208.15249%206.01856%207.81812C6.33281%207.47412%206.72515%207.34069%207.11035%207.28394C7.46665%207.2315%207.90751%207.23316%208.38477%207.23316C8.86203%207.23316%209.30288%207.2315%209.65918%207.28394C10.0444%207.34069%2010.4367%207.47412%2010.751%207.81812C11.0562%208.15249%2011.1653%208.55336%2011.2129%208.94117C11.2586%209.31393%2011.2578%209.7792%2011.2578%2010.3074Z%22%2F%3E%3Cpath%20d%3D%22M18.4814%2010.3074C18.4815%2010.6963%2018.4936%2011.1205%2018.4805%2011.4226C18.4805%2011.9756%2018.4422%2012.2655%2018.416%2012.5349C18.4032%2012.6672%2018.3931%2012.7497%2018.3818%2012.822C18.3762%2012.8581%2018.3709%2012.8882%2018.3662%2012.9138C18.3614%2012.9398%2018.3576%2012.9615%2018.3525%2012.991L18.3506%2012.9998L18.3486%2013.0095C18.1936%2013.7874%2017.9221%2014.7607%2017.1631%2015.5261C16.3835%2016.3123%2015.2076%2016.7664%2013.4854%2016.7664C13.1663%2016.7664%2012.8824%2016.5647%2012.7773%2016.2634C12.6725%2015.9624%2012.769%2015.6278%2013.0186%2015.4294C13.2692%2015.2305%2013.6825%2014.7892%2014.0684%2014.2712C14.3156%2013.9393%2014.5158%2013.6232%2014.6494%2013.363C14.4775%2013.3515%2014.3123%2013.3317%2014.1582%2013.2986C13.8263%2013.2272%2013.5051%2013.0844%2013.2422%2012.7966C12.9368%2012.4622%2012.8279%2012.0615%2012.7803%2011.6736C12.7345%2011.3008%2012.7354%2010.8357%2012.7354%2010.3074C12.7354%209.7792%2012.7345%209.31393%2012.7803%208.94117C12.8279%208.55336%2012.9369%208.15249%2013.2422%207.81812C13.5564%207.47412%2013.9488%207.34069%2014.334%207.28394C14.6903%207.2315%2015.1311%207.23316%2015.6084%207.23316C16.0857%207.23316%2016.5265%207.2315%2016.8828%207.28394C17.268%207.34069%2017.6604%207.47412%2017.9746%207.81812C18.2799%208.15249%2018.3889%208.55336%2018.4365%208.94117C18.4823%209.31393%2018.4814%209.7792%2018.4814%2010.3074Z%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/quote-square-bold-duotone.svg?color=%231a73e8&size=48