quiz-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
quiz-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the quiz icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.25 3A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3zM6.75 4.5A2.25 2.25 0 0 0 4.5 6.75v14.5a2.25 2.25 0 0 0 2.25 2.25h14.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25zm14.5 15.501a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5zm0-4.003a.75.75 0 0 1 0 1.5H6.75a.75.75 0 1 1 0-1.5zM11.502 6a.75.75 0 0 1 .69.458l2.748 6.503a.75.75 0 1 1-1.38.584l-.442-1.043H9.882l-.442 1.043a.75.75 0 1 1-1.38-.585l2.75-6.503A.75.75 0 0 1 11.503 6m6.248 0a.75.75 0 0 1 .75.75V8h1.25a.75.75 0 0 1 0 1.5H18.5v1.248a.75.75 0 0 1-1.5 0V9.5h-1.248a.75.75 0 0 1 0-1.5H17V6.75a.75.75 0 0 1 .75-.75m-7.233 5.002h1.967l-.983-2.327z"/></svg>

React

import type { SVGProps } from "react";

export function FluentQuiz28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.25 3A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3zM6.75 4.5A2.25 2.25 0 0 0 4.5 6.75v14.5a2.25 2.25 0 0 0 2.25 2.25h14.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25zm14.5 15.501a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5zm0-4.003a.75.75 0 0 1 0 1.5H6.75a.75.75 0 1 1 0-1.5zM11.502 6a.75.75 0 0 1 .69.458l2.748 6.503a.75.75 0 1 1-1.38.584l-.442-1.043H9.882l-.442 1.043a.75.75 0 1 1-1.38-.585l2.75-6.503A.75.75 0 0 1 11.503 6m6.248 0a.75.75 0 0 1 .75.75V8h1.25a.75.75 0 0 1 0 1.5H18.5v1.248a.75.75 0 0 1-1.5 0V9.5h-1.248a.75.75 0 0 1 0-1.5H17V6.75a.75.75 0 0 1 .75-.75m-7.233 5.002h1.967l-.983-2.327z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.25 3A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3zM6.75 4.5A2.25 2.25 0 0 0 4.5 6.75v14.5a2.25 2.25 0 0 0 2.25 2.25h14.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25zm14.5 15.501a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5zm0-4.003a.75.75 0 0 1 0 1.5H6.75a.75.75 0 1 1 0-1.5zM11.502 6a.75.75 0 0 1 .69.458l2.748 6.503a.75.75 0 1 1-1.38.584l-.442-1.043H9.882l-.442 1.043a.75.75 0 1 1-1.38-.585l2.75-6.503A.75.75 0 0 1 11.503 6m6.248 0a.75.75 0 0 1 .75.75V8h1.25a.75.75 0 0 1 0 1.5H18.5v1.248a.75.75 0 0 1-1.5 0V9.5h-1.248a.75.75 0 0 1 0-1.5H17V6.75a.75.75 0 0 1 .75-.75m-7.233 5.002h1.967l-.983-2.327z"/></svg>
</template>

CSS

.icon-quiz-28-regular {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.25%203A3.75%203.75%200%200%201%2025%206.75v14.5A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25V6.75A3.75%203.75%200%200%201%206.75%203zM6.75%204.5A2.25%202.25%200%200%200%204.5%206.75v14.5a2.25%202.25%200%200%200%202.25%202.25h14.5a2.25%202.25%200%200%200%202.25-2.25V6.75a2.25%202.25%200%200%200-2.25-2.25zm14.5%2015.501a.75.75%200%200%201%200%201.5H6.75a.75.75%200%200%201%200-1.5zm0-4.003a.75.75%200%200%201%200%201.5H6.75a.75.75%200%201%201%200-1.5zM11.502%206a.75.75%200%200%201%20.69.458l2.748%206.503a.75.75%200%201%201-1.38.584l-.442-1.043H9.882l-.442%201.043a.75.75%200%201%201-1.38-.585l2.75-6.503A.75.75%200%200%201%2011.503%206m6.248%200a.75.75%200%200%201%20.75.75V8h1.25a.75.75%200%200%201%200%201.5H18.5v1.248a.75.75%200%200%201-1.5%200V9.5h-1.248a.75.75%200%200%201%200-1.5H17V6.75a.75.75%200%200%201%20.75-.75m-7.233%205.002h1.967l-.983-2.327z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.25%203A3.75%203.75%200%200%201%2025%206.75v14.5A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25V6.75A3.75%203.75%200%200%201%206.75%203zM6.75%204.5A2.25%202.25%200%200%200%204.5%206.75v14.5a2.25%202.25%200%200%200%202.25%202.25h14.5a2.25%202.25%200%200%200%202.25-2.25V6.75a2.25%202.25%200%200%200-2.25-2.25zm14.5%2015.501a.75.75%200%200%201%200%201.5H6.75a.75.75%200%200%201%200-1.5zm0-4.003a.75.75%200%200%201%200%201.5H6.75a.75.75%200%201%201%200-1.5zM11.502%206a.75.75%200%200%201%20.69.458l2.748%206.503a.75.75%200%201%201-1.38.584l-.442-1.043H9.882l-.442%201.043a.75.75%200%201%201-1.38-.585l2.75-6.503A.75.75%200%200%201%2011.503%206m6.248%200a.75.75%200%200%201%20.75.75V8h1.25a.75.75%200%200%201%200%201.5H18.5v1.248a.75.75%200%200%201-1.5%200V9.5h-1.248a.75.75%200%200%201%200-1.5H17V6.75a.75.75%200%200%201%20.75-.75m-7.233%205.002h1.967l-.983-2.327z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/quiz-28-regular.svg?color=%231a73e8&size=48