Math Riddles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Math Riddles 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/343482.svg" alt="Math Riddles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343482.svg" alt="Math Riddles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343482.svg" alt="Math Riddles icon" :width="24" :height="24" />
CSS background
.icon-math-riddles {
background-image: url('https://proicons.com/icon/343482.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><polyline class="b" points="9.5 28.0238 9.5 19.9671 13.5329 28.0329 17.5658 19.9792 17.5658 28.0329"/><line class="b" x1="25.676" y1="19.9671" x2="31.0196" y2="19.9671"/><line class="b" x1="28.3478" y1="28.0329" x2="28.3478" y2="19.9671"/><line class="b" x1="33.1564" y1="19.9671" x2="33.1564" y2="28.0329"/><line class="b" x1="38.5" y1="19.9671" x2="38.5" y2="28.0329"/><line class="b" x1="33.1564" y1="23.9849" x2="38.5" y2="23.9849"/><line class="b" x1="24.4275" y1="25.3349" x2="20.9329" y2="25.3349"/><polyline class="b" points="20.0618 28.0087 22.6832 19.9671 25.3046 28.0329"/></svg>
Copied!