Quizizz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quizizz 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/331834.svg" alt="Quizizz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331834.svg" alt="Quizizz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331834.svg" alt="Quizizz icon" :width="24" :height="24" />
CSS background
.icon-quizizz {
background-image: url('https://proicons.com/icon/331834.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="i" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="c" class="i" d="M42.5,32.8671c0,5.5053-3.9326,7.2602-6.8815,7.2538l-23.3121-.1251c-3.1042-.105-6.8064-1.7035-6.8064-7.1287"/><path id="d" class="i" d="M33.542,40.1098v2.3902"/><path id="e" class="i" d="M23.9625,40.0584v2.4416"/><path id="f" class="i" d="M14.4822,40.0075v2.4925"/><path id="g" class="i" d="M29.2712,29.5062c-3.9153,2.4181-9.0241,1.4932-11.843-2.1442-2.8189-3.6374-2.4398-8.8154.8788-12.0035,3.3187-3.188,8.5077-3.3591,12.0291-.3964,3.5214,2.9626,4.2406,8.1044,1.6672,11.9196"/><circle id="h" class="i" cx="33.8301" cy="31.3477" r="2"/></svg>
Copied!