quiz-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
quiz-05
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the quiz 05 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-width="1.5" d="M8.5 7.5c0-1.013.895-2 2-2s2 .82 2 1.833c0 .365-.116.705-.317.991C11.585 9.176 10.5 9.987 10.5 11"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.5 13.5h.009"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 19.5c1.05.87 2.315 1.424 3.764 1.519c1.141.075 2.333.075 3.473 0a4 4 0 0 0 1.188-.268c.41-.167.614-.25.719-.237c.104.012.255.122.557.342c.533.388 1.204.666 2.2.643c.503-.012.755-.019.867-.208c.113-.19-.027-.452-.308-.977c-.39-.728-.636-1.561-.262-2.229c.643-.954 1.19-2.083 1.27-3.303c.043-.655.043-1.334 0-1.99A6.7 6.7 0 0 0 20.9 10.5"/><path stroke-linejoin="round" stroke-width="1.5" d="M12.237 17.019a6.685 6.685 0 0 0 6.23-6.237c.044-.655.044-1.334 0-1.99a6.685 6.685 0 0 0-6.23-6.236a27 27 0 0 0-3.473 0a6.686 6.686 0 0 0-6.232 6.237a15 15 0 0 0 0 1.99c.08 1.22.627 2.349 1.27 3.302c.374.668.127 1.501-.262 2.23c-.28.524-.42.786-.308.976c.113.19.364.195.868.208c.995.024 1.666-.255 2.199-.643c.302-.22.453-.33.557-.342s.31.07.72.237c.368.15.795.242 1.188.268c1.139.075 2.33.075 3.473 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsQuiz05(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"><path strokeLinecap="round" strokeWidth="1.5" d="M8.5 7.5c0-1.013.895-2 2-2s2 .82 2 1.833c0 .365-.116.705-.317.991C11.585 9.176 10.5 9.987 10.5 11"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M10.5 13.5h.009"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8 19.5c1.05.87 2.315 1.424 3.764 1.519c1.141.075 2.333.075 3.473 0a4 4 0 0 0 1.188-.268c.41-.167.614-.25.719-.237c.104.012.255.122.557.342c.533.388 1.204.666 2.2.643c.503-.012.755-.019.867-.208c.113-.19-.027-.452-.308-.977c-.39-.728-.636-1.561-.262-2.229c.643-.954 1.19-2.083 1.27-3.303c.043-.655.043-1.334 0-1.99A6.7 6.7 0 0 0 20.9 10.5"/><path strokeLinejoin="round" strokeWidth="1.5" d="M12.237 17.019a6.685 6.685 0 0 0 6.23-6.237c.044-.655.044-1.334 0-1.99a6.685 6.685 0 0 0-6.23-6.236a27 27 0 0 0-3.473 0a6.686 6.686 0 0 0-6.232 6.237a15 15 0 0 0 0 1.99c.08 1.22.627 2.349 1.27 3.302c.374.668.127 1.501-.262 2.23c-.28.524-.42.786-.308.976c.113.19.364.195.868.208c.995.024 1.666-.255 2.199-.643c.302-.22.453-.33.557-.342s.31.07.72.237c.368.15.795.242 1.188.268c1.139.075 2.33.075 3.473 0Z"/></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"><path stroke-linecap="round" stroke-width="1.5" d="M8.5 7.5c0-1.013.895-2 2-2s2 .82 2 1.833c0 .365-.116.705-.317.991C11.585 9.176 10.5 9.987 10.5 11"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.5 13.5h.009"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 19.5c1.05.87 2.315 1.424 3.764 1.519c1.141.075 2.333.075 3.473 0a4 4 0 0 0 1.188-.268c.41-.167.614-.25.719-.237c.104.012.255.122.557.342c.533.388 1.204.666 2.2.643c.503-.012.755-.019.867-.208c.113-.19-.027-.452-.308-.977c-.39-.728-.636-1.561-.262-2.229c.643-.954 1.19-2.083 1.27-3.303c.043-.655.043-1.334 0-1.99A6.7 6.7 0 0 0 20.9 10.5"/><path stroke-linejoin="round" stroke-width="1.5" d="M12.237 17.019a6.685 6.685 0 0 0 6.23-6.237c.044-.655.044-1.334 0-1.99a6.685 6.685 0 0 0-6.23-6.236a27 27 0 0 0-3.473 0a6.686 6.686 0 0 0-6.232 6.237a15 15 0 0 0 0 1.99c.08 1.22.627 2.349 1.27 3.302c.374.668.127 1.501-.262 2.23c-.28.524-.42.786-.308.976c.113.19.364.195.868.208c.995.024 1.666-.255 2.199-.643c.302-.22.453-.33.557-.342s.31.07.72.237c.368.15.795.242 1.188.268c1.139.075 2.33.075 3.473 0Z"/></g></svg>
</template>

CSS

.icon-quiz-05 {
  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%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.5%207.5c0-1.013.895-2%202-2s2%20.82%202%201.833c0%20.365-.116.705-.317.991C11.585%209.176%2010.5%209.987%2010.5%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.5%2013.5h.009%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%2019.5c1.05.87%202.315%201.424%203.764%201.519c1.141.075%202.333.075%203.473%200a4%204%200%200%200%201.188-.268c.41-.167.614-.25.719-.237c.104.012.255.122.557.342c.533.388%201.204.666%202.2.643c.503-.012.755-.019.867-.208c.113-.19-.027-.452-.308-.977c-.39-.728-.636-1.561-.262-2.229c.643-.954%201.19-2.083%201.27-3.303c.043-.655.043-1.334%200-1.99A6.7%206.7%200%200%200%2020.9%2010.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.237%2017.019a6.685%206.685%200%200%200%206.23-6.237c.044-.655.044-1.334%200-1.99a6.685%206.685%200%200%200-6.23-6.236a27%2027%200%200%200-3.473%200a6.686%206.686%200%200%200-6.232%206.237a15%2015%200%200%200%200%201.99c.08%201.22.627%202.349%201.27%203.302c.374.668.127%201.501-.262%202.23c-.28.524-.42.786-.308.976c.113.19.364.195.868.208c.995.024%201.666-.255%202.199-.643c.302-.22.453-.33.557-.342s.31.07.72.237c.368.15.795.242%201.188.268c1.139.075%202.33.075%203.473%200Z%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%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.5%207.5c0-1.013.895-2%202-2s2%20.82%202%201.833c0%20.365-.116.705-.317.991C11.585%209.176%2010.5%209.987%2010.5%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.5%2013.5h.009%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%2019.5c1.05.87%202.315%201.424%203.764%201.519c1.141.075%202.333.075%203.473%200a4%204%200%200%200%201.188-.268c.41-.167.614-.25.719-.237c.104.012.255.122.557.342c.533.388%201.204.666%202.2.643c.503-.012.755-.019.867-.208c.113-.19-.027-.452-.308-.977c-.39-.728-.636-1.561-.262-2.229c.643-.954%201.19-2.083%201.27-3.303c.043-.655.043-1.334%200-1.99A6.7%206.7%200%200%200%2020.9%2010.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.237%2017.019a6.685%206.685%200%200%200%206.23-6.237c.044-.655.044-1.334%200-1.99a6.685%206.685%200%200%200-6.23-6.236a27%2027%200%200%200-3.473%200a6.686%206.686%200%200%200-6.232%206.237a15%2015%200%200%200%200%201.99c.08%201.22.627%202.349%201.27%203.302c.374.668.127%201.501-.262%202.23c-.28.524-.42.786-.308.976c.113.19.364.195.868.208c.995.024%201.666-.255%202.199-.643c.302-.22.453-.33.557-.342s.31.07.72.237c.368.15.795.242%201.188.268c1.139.075%202.33.075%203.473%200Z%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-05.svg?color=%231a73e8&size=48