Quora Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Quora 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/315761.svg" alt="Quora icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315761.svg" alt="Quora icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315761.svg" alt="Quora icon" :width="24" :height="24" />
CSS background
.icon-quora {
background-image: url('https://proicons.com/icon/315761.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Quora</title><path d="M7.3799.9483A11.9628 11.9628 0 0 1 21.248 19.5397l2.4096 2.4225c.7322.7362.21 1.9905-.8272 1.9905l-10.7105.01a12.52 12.52 0 0 1-.304 0h-.02A11.9628 11.9628 0 0 1 7.3818.9503Zm7.3217 4.428a7.1717 7.1717 0 1 0-5.4873 13.2512 7.1717 7.1717 0 0 0 5.4883-13.2511Z"/></svg>
Copied!