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

Name
quiz-new-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

Use the quiz new icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13m.75-11A3.75 3.75 0 0 1 25 6.75v7.75a7.47 7.47 0 0 0-4.5-1.5a7.49 7.49 0 0 0-5.998 2.998H6.75a.75.75 0 0 0 0 1.5h6.877a7.5 7.5 0 0 0-.608 2.503H6.75a.75.75 0 0 0 0 1.5h6.318A7.46 7.46 0 0 0 14.5 25H6.75A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3zm-.75 13a.5.5 0 0 0-.5.5V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21v-3.5a.5.5 0 0 0-.5-.5M11.502 6a.75.75 0 0 0-.692.457L8.06 12.96a.75.75 0 0 0 1.38.585l.442-1.043h3.236l.442 1.043a.75.75 0 0 0 1.38-.584l-2.748-6.503a.75.75 0 0 0-.69-.458m6.248 0a.75.75 0 0 0-.75.75V8h-1.248a.75.75 0 0 0 0 1.5H17v1.248a.75.75 0 0 0 1.5 0V9.5h1.25a.75.75 0 0 0 0-1.5H18.5V6.75a.75.75 0 0 0-.75-.75m-5.266 5.002h-1.967l.984-2.327z"/></svg>

React

import type { SVGProps } from "react";

export function FluentQuizNew28Filled(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="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13m.75-11A3.75 3.75 0 0 1 25 6.75v7.75a7.47 7.47 0 0 0-4.5-1.5a7.49 7.49 0 0 0-5.998 2.998H6.75a.75.75 0 0 0 0 1.5h6.877a7.5 7.5 0 0 0-.608 2.503H6.75a.75.75 0 0 0 0 1.5h6.318A7.46 7.46 0 0 0 14.5 25H6.75A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3zm-.75 13a.5.5 0 0 0-.5.5V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21v-3.5a.5.5 0 0 0-.5-.5M11.502 6a.75.75 0 0 0-.692.457L8.06 12.96a.75.75 0 0 0 1.38.585l.442-1.043h3.236l.442 1.043a.75.75 0 0 0 1.38-.584l-2.748-6.503a.75.75 0 0 0-.69-.458m6.248 0a.75.75 0 0 0-.75.75V8h-1.248a.75.75 0 0 0 0 1.5H17v1.248a.75.75 0 0 0 1.5 0V9.5h1.25a.75.75 0 0 0 0-1.5H18.5V6.75a.75.75 0 0 0-.75-.75m-5.266 5.002h-1.967l.984-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="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13m.75-11A3.75 3.75 0 0 1 25 6.75v7.75a7.47 7.47 0 0 0-4.5-1.5a7.49 7.49 0 0 0-5.998 2.998H6.75a.75.75 0 0 0 0 1.5h6.877a7.5 7.5 0 0 0-.608 2.503H6.75a.75.75 0 0 0 0 1.5h6.318A7.46 7.46 0 0 0 14.5 25H6.75A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3zm-.75 13a.5.5 0 0 0-.5.5V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21v-3.5a.5.5 0 0 0-.5-.5M11.502 6a.75.75 0 0 0-.692.457L8.06 12.96a.75.75 0 0 0 1.38.585l.442-1.043h3.236l.442 1.043a.75.75 0 0 0 1.38-.584l-2.748-6.503a.75.75 0 0 0-.69-.458m6.248 0a.75.75 0 0 0-.75.75V8h-1.248a.75.75 0 0 0 0 1.5H17v1.248a.75.75 0 0 0 1.5 0V9.5h1.25a.75.75 0 0 0 0-1.5H18.5V6.75a.75.75 0 0 0-.75-.75m-5.266 5.002h-1.967l.984-2.327z"/></svg>
</template>

CSS

.icon-quiz-new-28-filled {
  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%22M20.5%2014a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13m.75-11A3.75%203.75%200%200%201%2025%206.75v7.75a7.47%207.47%200%200%200-4.5-1.5a7.49%207.49%200%200%200-5.998%202.998H6.75a.75.75%200%200%200%200%201.5h6.877a7.5%207.5%200%200%200-.608%202.503H6.75a.75.75%200%200%200%200%201.5h6.318A7.46%207.46%200%200%200%2014.5%2025H6.75A3.75%203.75%200%200%201%203%2021.25V6.75A3.75%203.75%200%200%201%206.75%203zm-.75%2013a.5.5%200%200%200-.5.5V20h-3.5a.5.5%200%200%200%200%201H20v3.5a.5.5%200%200%200%201%200V21h3.5a.5.5%200%200%200%200-1H21v-3.5a.5.5%200%200%200-.5-.5M11.502%206a.75.75%200%200%200-.692.457L8.06%2012.96a.75.75%200%200%200%201.38.585l.442-1.043h3.236l.442%201.043a.75.75%200%200%200%201.38-.584l-2.748-6.503a.75.75%200%200%200-.69-.458m6.248%200a.75.75%200%200%200-.75.75V8h-1.248a.75.75%200%200%200%200%201.5H17v1.248a.75.75%200%200%200%201.5%200V9.5h1.25a.75.75%200%200%200%200-1.5H18.5V6.75a.75.75%200%200%200-.75-.75m-5.266%205.002h-1.967l.984-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%22M20.5%2014a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13m.75-11A3.75%203.75%200%200%201%2025%206.75v7.75a7.47%207.47%200%200%200-4.5-1.5a7.49%207.49%200%200%200-5.998%202.998H6.75a.75.75%200%200%200%200%201.5h6.877a7.5%207.5%200%200%200-.608%202.503H6.75a.75.75%200%200%200%200%201.5h6.318A7.46%207.46%200%200%200%2014.5%2025H6.75A3.75%203.75%200%200%201%203%2021.25V6.75A3.75%203.75%200%200%201%206.75%203zm-.75%2013a.5.5%200%200%200-.5.5V20h-3.5a.5.5%200%200%200%200%201H20v3.5a.5.5%200%200%200%201%200V21h3.5a.5.5%200%200%200%200-1H21v-3.5a.5.5%200%200%200-.5-.5M11.502%206a.75.75%200%200%200-.692.457L8.06%2012.96a.75.75%200%200%200%201.38.585l.442-1.043h3.236l.442%201.043a.75.75%200%200%200%201.38-.584l-2.748-6.503a.75.75%200%200%200-.69-.458m6.248%200a.75.75%200%200%200-.75.75V8h-1.248a.75.75%200%200%200%200%201.5H17v1.248a.75.75%200%200%200%201.5%200V9.5h1.25a.75.75%200%200%200%200-1.5H18.5V6.75a.75.75%200%200%200-.75-.75m-5.266%205.002h-1.967l.984-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-new-28-filled.svg?color=%231a73e8&size=48