Trivia Crack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trivia Crack 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/334280.svg" alt="Trivia Crack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334280.svg" alt="Trivia Crack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334280.svg" alt="Trivia Crack icon" :width="24" :height="24" />
CSS background
.icon-trivia-crack {
background-image: url('https://proicons.com/icon/334280.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M24,10l-2.7051,3.3594c-4.8709,1.2358-8.2851,5.6154-8.2949,10.641,0,6.0751,4.9249,11,11,11s11-4.9249,11-11c-.001-5.0385-3.425-9.4322-8.3105-10.664l-2.6895-3.3364Z"/><path class="b" d="M28.772,14.09l4.1367-8.59"/><path class="b" d="M15.091,5.5002l4.1469,8.6112"/><path class="b" d="M13.309,21.56l-7.8086-1.7823"/><path class="b" d="M42.5,19.778l-7.7772,1.7751"/><path class="b" d="M32.578,30.841l9.9088,7.902"/><path class="b" d="M5.5135,38.743l9.9088-7.902"/><path class="b" d="M24,35v7.4998"/><path class="b" d="M20.218,19.337v2.9288"/><path class="b" d="M25.448,22.079c1.3118-1.6935,2.603-1.2293,3.2083-.7708"/><path class="b" d="M18.987,17.633c.6296-1.0036,1.7086-.6601,1.7086-.6601"/><path class="b" d="M28.082,18.885c-.6296-1.0036-1.5174-.9399-1.5174-.9399"/><path class="b" d="M30.928,22.409c-1.4291,2.4752-4.0701,4-6.9282,4-2.8581,0-5.4991-1.5248-6.9282-4"/><path class="b" d="M18.264,21.27c-1.6264-.4907-2.1808.3024-2.3271.8032"/><path class="b" d="M30.418,21.414c.6774-.3098,1.3854.0341,1.7924.6094"/></svg>
Copied!