Quizzland Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quizzland 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/331837.svg" alt="Quizzland icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331837.svg" alt="Quizzland icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331837.svg" alt="Quizzland icon" :width="24" :height="24" />
CSS background
.icon-quizzland {
background-image: url('https://proicons.com/icon/331837.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><path class="b" d="M41.6107,34.44c1.8226-3.0623,2.8893-6.6244,2.8893-10.4393,0-11.3041-9.1959-20.5-20.5-20.5S3.5,12.6966,3.5,24.0007s9.1959,20.4986,20.5,20.4986c3.9163,0,7.5663-1.1235,10.6818-3.0361l1.6352,1.4419c.9359.826,2.0973,1.2314,3.2559,1.2314,1.3647,0,2.7226-.5635,3.6957-1.6685,1.799-2.0396,1.6039-5.1525-.437-6.9515l-1.2208-1.0765ZM24,34.6479c-5.8713,0-10.6486-4.7759-10.6486-10.6472s4.7773-10.6486,10.6486-10.6486,10.6486,4.7773,10.6486,10.6486c0,1.3036-.247,2.5476-.6776,3.7029l-2.9369-2.5896c-2.0382-1.799-5.1525-1.6066-6.9515.437-1.799,2.0396-1.6039,5.1525.437,6.9515l2.0598,1.8163c-.8276.207-1.6885.3291-2.5793.3291Z"/></svg>
Copied!