Quotes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quotes 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/331841.svg" alt="Quotes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331841.svg" alt="Quotes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331841.svg" alt="Quotes icon" :width="24" :height="24" />
CSS background
.icon-quotes {
background-image: url('https://proicons.com/icon/331841.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M23.4275,28.7112c-1.301,0-2.3556-1.0546-2.3556-2.3556v-1.5311c0-1.301,1.0546-2.3556,2.3556-2.3556s2.3556,1.0546,2.3556,2.3556v1.5311c0,1.301-1.0546,2.3556-2.3556,2.3556Z"/><path class="b" d="M14.4291,22.4689v3.8867c0,1.301,1.0546,2.3556,2.3556,2.3556s2.3556-1.0546,2.3556-2.3556v-3.8867"/><line class="b" x1="19.1403" y1="26.3556" x2="19.1403" y2="28.7112"/><path class="b" d="M37.7218,28.1845c.4301.3612.8945.5267,1.9374.5267h.5285c.86,0,1.5572-.6987,1.5572-1.5606s-.6972-1.5606-1.5572-1.5606h-1.057c-.86,0-1.5572-.6987-1.5572-1.5606h0c0-.8619.6972-1.5606,1.5572-1.5606h.5285c1.0428,0,1.5072.1655,1.9374.5267"/><line class="b" x1="28.2935" y1="20.5255" x2="28.2935" y2="28.7112"/><line class="b" x1="27.0568" y1="22.4689" x2="29.5302" y2="22.4689"/><path class="b" d="M35.3202,27.5224c-.4057.7101-1.1703,1.1888-2.0468,1.1888-1.301,0-2.3556-1.0546-2.3556-2.3556v-1.5311c0-1.301,1.0546-2.3556,2.3556-2.3556s2.3556,1.0546,2.3556,2.3556v.7656h-4.7112"/><line class="b" x1="12.4975" y1="28.7112" x2="9.3764" y2="25.6277"/><path class="b" d="M9.3764,28.7112c-1.7238,0-3.1212-1.3973-3.1212-3.1212v-3.1801c0-1.7238,1.3973-3.1212,3.1212-3.1212s3.1212,1.3973,3.1212,3.1212v3.1801c0,1.7238-1.3973,3.1212-3.1212,3.1212Z"/></svg>
Quotes in other icon packs
Copied!