quiz 03 icon
quiz-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- quiz-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the quiz 03 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7.5 3.5c-1.556.047-2.483.22-3.125.862c-.879.88-.879 2.295-.879 5.126v6.506c0 2.832 0 4.247.879 5.127C5.253 22 6.668 22 9.496 22h5c2.829 0 4.243 0 5.121-.88c.88-.879.88-2.294.88-5.126V9.488c0-2.83 0-4.246-.88-5.126c-.641-.642-1.569-.815-3.125-.862"/><path stroke-linejoin="round" d="M7.496 3.75c0-.966.784-1.75 1.75-1.75h5.5a1.75 1.75 0 1 1 0 3.5h-5.5a1.75 1.75 0 0 1-1.75-1.75Z"/><path stroke-linecap="round" d="M6.5 10h4"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 11s.5 0 1 1c0 0 1.588-2.5 3-3"/><path stroke-linecap="round" d="M6.5 16h4"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 17s.5 0 1 1c0 0 1.588-2.5 3-3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsQuiz03(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M7.5 3.5c-1.556.047-2.483.22-3.125.862c-.879.88-.879 2.295-.879 5.126v6.506c0 2.832 0 4.247.879 5.127C5.253 22 6.668 22 9.496 22h5c2.829 0 4.243 0 5.121-.88c.88-.879.88-2.294.88-5.126V9.488c0-2.83 0-4.246-.88-5.126c-.641-.642-1.569-.815-3.125-.862"/><path strokeLinejoin="round" d="M7.496 3.75c0-.966.784-1.75 1.75-1.75h5.5a1.75 1.75 0 1 1 0 3.5h-5.5a1.75 1.75 0 0 1-1.75-1.75Z"/><path strokeLinecap="round" d="M6.5 10h4"/><path strokeLinecap="round" strokeLinejoin="round" d="M13.5 11s.5 0 1 1c0 0 1.588-2.5 3-3"/><path strokeLinecap="round" d="M6.5 16h4"/><path strokeLinecap="round" strokeLinejoin="round" d="M13.5 17s.5 0 1 1c0 0 1.588-2.5 3-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7.5 3.5c-1.556.047-2.483.22-3.125.862c-.879.88-.879 2.295-.879 5.126v6.506c0 2.832 0 4.247.879 5.127C5.253 22 6.668 22 9.496 22h5c2.829 0 4.243 0 5.121-.88c.88-.879.88-2.294.88-5.126V9.488c0-2.83 0-4.246-.88-5.126c-.641-.642-1.569-.815-3.125-.862"/><path stroke-linejoin="round" d="M7.496 3.75c0-.966.784-1.75 1.75-1.75h5.5a1.75 1.75 0 1 1 0 3.5h-5.5a1.75 1.75 0 0 1-1.75-1.75Z"/><path stroke-linecap="round" d="M6.5 10h4"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 11s.5 0 1 1c0 0 1.588-2.5 3-3"/><path stroke-linecap="round" d="M6.5 16h4"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 17s.5 0 1 1c0 0 1.588-2.5 3-3"/></g></svg> </template>
CSS
.icon-quiz-03 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.5%203.5c-1.556.047-2.483.22-3.125.862c-.879.88-.879%202.295-.879%205.126v6.506c0%202.832%200%204.247.879%205.127C5.253%2022%206.668%2022%209.496%2022h5c2.829%200%204.243%200%205.121-.88c.88-.879.88-2.294.88-5.126V9.488c0-2.83%200-4.246-.88-5.126c-.641-.642-1.569-.815-3.125-.862%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7.496%203.75c0-.966.784-1.75%201.75-1.75h5.5a1.75%201.75%200%201%201%200%203.5h-5.5a1.75%201.75%200%200%201-1.75-1.75Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%2010h4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%2011s.5%200%201%201c0%200%201.588-2.5%203-3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%2016h4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%2017s.5%200%201%201c0%200%201.588-2.5%203-3%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.5%203.5c-1.556.047-2.483.22-3.125.862c-.879.88-.879%202.295-.879%205.126v6.506c0%202.832%200%204.247.879%205.127C5.253%2022%206.668%2022%209.496%2022h5c2.829%200%204.243%200%205.121-.88c.88-.879.88-2.294.88-5.126V9.488c0-2.83%200-4.246-.88-5.126c-.641-.642-1.569-.815-3.125-.862%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7.496%203.75c0-.966.784-1.75%201.75-1.75h5.5a1.75%201.75%200%201%201%200%203.5h-5.5a1.75%201.75%200%200%201-1.75-1.75Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%2010h4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%2011s.5%200%201%201c0%200%201.588-2.5%203-3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%2016h4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%2017s.5%200%201%201c0%200%201.588-2.5%203-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/quiz-03.svg?color=%231a73e8&size=48