round quiz icon
round-quiz from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-quiz
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round quiz icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 20H4V7c0-.55-.45-1-1-1s-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1"/><path fill="currentColor" d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5.99 13c-.59 0-1.05-.47-1.05-1.05c0-.59.47-1.04 1.05-1.04c.59 0 1.04.45 1.04 1.04c-.01.58-.45 1.05-1.04 1.05m2.5-6.17c-.63.93-1.23 1.21-1.56 1.81c-.08.14-.13.26-.16.49c-.05.39-.36.68-.75.68h-.03c-.44 0-.79-.38-.75-.82c.03-.28.09-.57.25-.84c.41-.73 1.18-1.16 1.63-1.8c.48-.68.21-1.94-1.14-1.94c-.61 0-1.01.32-1.26.7c-.19.29-.57.39-.89.25c-.42-.18-.6-.7-.34-1.07c.51-.74 1.36-1.29 2.48-1.29c1.23 0 2.08.56 2.51 1.26c.37.61.58 1.73.01 2.57"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundQuiz(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 20H4V7c0-.55-.45-1-1-1s-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1"/><path fill="currentColor" d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5.99 13c-.59 0-1.05-.47-1.05-1.05c0-.59.47-1.04 1.05-1.04c.59 0 1.04.45 1.04 1.04c-.01.58-.45 1.05-1.04 1.05m2.5-6.17c-.63.93-1.23 1.21-1.56 1.81c-.08.14-.13.26-.16.49c-.05.39-.36.68-.75.68h-.03c-.44 0-.79-.38-.75-.82c.03-.28.09-.57.25-.84c.41-.73 1.18-1.16 1.63-1.8c.48-.68.21-1.94-1.14-1.94c-.61 0-1.01.32-1.26.7c-.19.29-.57.39-.89.25c-.42-.18-.6-.7-.34-1.07c.51-.74 1.36-1.29 2.48-1.29c1.23 0 2.08.56 2.51 1.26c.37.61.58 1.73.01 2.57"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 20H4V7c0-.55-.45-1-1-1s-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1"/><path fill="currentColor" d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5.99 13c-.59 0-1.05-.47-1.05-1.05c0-.59.47-1.04 1.05-1.04c.59 0 1.04.45 1.04 1.04c-.01.58-.45 1.05-1.04 1.05m2.5-6.17c-.63.93-1.23 1.21-1.56 1.81c-.08.14-.13.26-.16.49c-.05.39-.36.68-.75.68h-.03c-.44 0-.79-.38-.75-.82c.03-.28.09-.57.25-.84c.41-.73 1.18-1.16 1.63-1.8c.48-.68.21-1.94-1.14-1.94c-.61 0-1.01.32-1.26.7c-.19.29-.57.39-.89.25c-.42-.18-.6-.7-.34-1.07c.51-.74 1.36-1.29 2.48-1.29c1.23 0 2.08.56 2.51 1.26c.37.61.58 1.73.01 2.57"/></svg> </template>
CSS
.icon-round-quiz {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2020H4V7c0-.55-.45-1-1-1s-1%20.45-1%201v13c0%201.1.9%202%202%202h13c.55%200%201-.45%201-1s-.45-1-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%202H8c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2m-5.99%2013c-.59%200-1.05-.47-1.05-1.05c0-.59.47-1.04%201.05-1.04c.59%200%201.04.45%201.04%201.04c-.01.58-.45%201.05-1.04%201.05m2.5-6.17c-.63.93-1.23%201.21-1.56%201.81c-.08.14-.13.26-.16.49c-.05.39-.36.68-.75.68h-.03c-.44%200-.79-.38-.75-.82c.03-.28.09-.57.25-.84c.41-.73%201.18-1.16%201.63-1.8c.48-.68.21-1.94-1.14-1.94c-.61%200-1.01.32-1.26.7c-.19.29-.57.39-.89.25c-.42-.18-.6-.7-.34-1.07c.51-.74%201.36-1.29%202.48-1.29c1.23%200%202.08.56%202.51%201.26c.37.61.58%201.73.01%202.57%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2020H4V7c0-.55-.45-1-1-1s-1%20.45-1%201v13c0%201.1.9%202%202%202h13c.55%200%201-.45%201-1s-.45-1-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%202H8c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2m-5.99%2013c-.59%200-1.05-.47-1.05-1.05c0-.59.47-1.04%201.05-1.04c.59%200%201.04.45%201.04%201.04c-.01.58-.45%201.05-1.04%201.05m2.5-6.17c-.63.93-1.23%201.21-1.56%201.81c-.08.14-.13.26-.16.49c-.05.39-.36.68-.75.68h-.03c-.44%200-.79-.38-.75-.82c.03-.28.09-.57.25-.84c.41-.73%201.18-1.16%201.63-1.8c.48-.68.21-1.94-1.14-1.94c-.61%200-1.01.32-1.26.7c-.19.29-.57.39-.89.25c-.42-.18-.6-.7-.34-1.07c.51-.74%201.36-1.29%202.48-1.29c1.23%200%202.08.56%202.51%201.26c.37.61.58%201.73.01%202.57%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-quiz.svg?color=%231a73e8&size=48