Quarto Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Quarto 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/315752.svg" alt="Quarto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315752.svg" alt="Quarto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315752.svg" alt="Quarto icon" :width="24" :height="24" />
CSS background
.icon-quarto {
background-image: url('https://proicons.com/icon/315752.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>Quarto</title><path d="M12.65 12.854V24c6.042-.325 10.923-5.105 11.33-11.125H12.65Zm-1.504 0H.02c.427 5.94 5.166 10.699 11.105 11.105V12.854Zm1.505-1.505H24C23.675 5.247 18.753.325 12.65 0Zm-1.505 0V0C5.106.427.326 5.308 0 11.35Z"/></svg>
Copied!