Quote Right Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Quote Right 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/306304.svg" alt="Quote Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306304.svg" alt="Quote Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306304.svg" alt="Quote Right icon" :width="24" :height="24" />
CSS background
.icon-quote-right {
background-image: url('https://proicons.com/icon/306304.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="M602 132h267c38 0 69 31 69 69v242c0 115-24 205-72 271-39 54-100 103-183 147-34 17-77 2-94-32l-23-44c-18-33-4-73 28-92 40-23 68-45 87-68 14-17 25-35 32-55 13-33-17-63-55-63h-56c-38 0-69-30-69-68V201c0-38 31-69 69-69zm-471 0h267c38 0 69 31 69 69v242c0 115-24 205-72 271-39 54-100 103-183 147-34 17-76 2-94-32l-23-44c-18-33-4-73 28-92 40-23 69-45 87-68 14-17 25-35 32-55 13-33-17-63-55-63h-56c-38 0-68-30-68-68V201c0-38 30-69 68-69z"/></svg>
Copied!