Cymath Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cymath 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/338775.svg" alt="Cymath icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338775.svg" alt="Cymath icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338775.svg" alt="Cymath icon" :width="24" :height="24" />
CSS background
.icon-cymath {
background-image: url('https://proicons.com/icon/338775.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><path class="b" d="M39.7615,35.006c-3.9601,3.9601-10.583,9.6885-21.974,6.6361-7.6149-2.8214-10.158-7.7181-10.576-14.231-.4179-6.5125,4.5176-16.87,14.024-20.444,8.758-3.2932,18.215-.5912,19.393,3.5009.7808,2.9139-.8125,6.672-6.7768,5.0739,1.7295-6.4547-3.6534-10.171-11.952-6.8505-8.2985,3.3209-11.343,18.444-4.6476,26.09,2.2787,2.6022,11.257,8.2939,21.108-.7694l1.4014.994Z"/><line class="b" x1="18.917" y1="20.4823" x2="29.998" y2="20.4823"/><line class="b" x1="29.998" y1="27.3457" x2="18.917" y2="27.3457"/></svg>
Copied!