Trivia You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trivia You icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/348840.svg" alt="Trivia You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348840.svg" alt="Trivia You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348840.svg" alt="Trivia You icon" :width="24" :height="24" />
CSS background
.icon-trivia-you {
background-image: url('https://proicons.com/icon/348840.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5h0a4.8764,4.8764,0,0,1,4.8777,4.8749v29.25A4.8764,4.8764,0,0,1,24,43.5h0a4.8764,4.8764,0,0,1-4.8777-4.8749V9.3752A4.8764,4.8764,0,0,1,24,4.5Z"/><path class="a" d="M5.4646,5.39a.889.889,0,0,1,.89-.8892h0A8.8672,8.8672,0,0,1,15.22,13.361v29.25a.889.889,0,0,1-.89.8892h0a8.8672,8.8672,0,0,1-8.8658-8.8607Z"/><path class="a" d="M32.78,13.3607A8.8672,8.8672,0,0,1,41.6457,4.5h0a.889.889,0,0,1,.89.8892v29.25A8.8672,8.8672,0,0,1,33.67,43.5h0a.889.889,0,0,1-.89-.8892Z"/></svg>
Copied!