Quad9 Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Quad9 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/315745.svg" alt="Quad9 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315745.svg" alt="Quad9 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315745.svg" alt="Quad9 icon" :width="24" :height="24" />
CSS background
.icon-quad9 {
background-image: url('https://proicons.com/icon/315745.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>Quad9</title><path d="M6.822 24h5.608l6.331-9.48c1.463-2.185 2.288-4.197 2.288-6.4C21.05 3.458 17.144 0 12 0 6.822 0 2.95 3.493 2.95 8.207c0 4.507 3.459 8 8.345 8 .413 0 .757-.018 1.083-.07zM12 12.129c-2.426 0-4.215-1.634-4.215-3.957 0-2.34 1.79-3.957 4.215-3.957 2.409 0 4.215 1.617 4.215 3.957 0 2.323-1.806 3.957-4.215 3.957z"/></svg>
Copied!