Quote Left Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Quote Left icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306303.svg" alt="Quote Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306303.svg" alt="Quote Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306303.svg" alt="Quote Left icon" :width="24" :height="24" />
CSS background
.icon-quote-left {
background-image: url('https://proicons.com/icon/306303.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M398 868H131c-38 0-68-31-68-69V557c0-115 23-205 71-272 39-53 100-102 183-146 34-17 77-2 94 31l24 44c17 34 4 74-29 93-39 23-68 45-87 68-14 17-25 35-32 55-13 33 17 62 55 62h56c38 0 69 31 69 69v238c0 38-31 69-69 69zm471 0H602c-38 0-69-31-69-69V557c0-115 24-205 72-272 39-53 100-102 183-146 34-17 77-2 94 31l23 44c18 34 4 74-28 93-40 23-68 45-87 68-14 17-25 35-32 55-13 33 17 62 55 62h56c38 0 69 31 69 69v238c0 38-31 69-69 69z"/></svg>
Copied!