Fractions Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fractions 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/340775.svg" alt="Fractions icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340775.svg" alt="Fractions icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340775.svg" alt="Fractions icon" :width="24" :height="24" />
CSS background
.icon-fractions {
background-image: url('https://proicons.com/icon/340775.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>.ac{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="e"><g id="f"><path id="g" class="ac" d="M33.24817657,25.5477047h5.47324753"/><path id="h" class="ac" d="M35.98479843,22.8034153v5.4885807"/></g><g id="i"><path id="j" class="ac" d="M20.14658165,20.37750816c.75564957.6349659,1.48885918.92592239,3.32111549.92592239h.31479454c1.69485855,0,3.06882095-1.3778038,3.06882095-3.07740974v-.00000572c0-1.69960594-1.3739624-3.07740784-3.06882095-3.07740784h-3.63591003v-4.82233715h6.70472908"/><g id="k"><path id="l" class="ac" d="M29.9062233,10.42678642l.90372658-.54773617v4.023839"/><path id="m" class="ac" d="M29.39293289,15.81482601h2.6984787"/><path id="n" class="ac" d="M29.63510513,21.41119194c.24954033.23275566.49167252.33940887,1.09674454.33940887h.10395432c.55970192,0,1.01342964-.50505257,1.01342964-1.12806892v-.00000191c0-.62301445-.45372963-1.12806892-1.01342964-1.12806892h-1.20069885v-1.76769829h2.21412849"/></g></g><g id="o"><path id="p" class="ac" d="M9.27858067,30.35084152c0-2.24416542,2.0273304-4.0134964,4.3455925-3.56672287,1.52067184.2930603,2.73500729,1.61188126,2.88637066,3.15727234.11261177,1.14952469-.2501545,2.28380585-1.0419693,2.98062897-1.46685696,1.29088593-6.1899929,4.76979828-6.1899929,4.76979828h7.25204849"/><g id="q"><path id="r" class="ac" d="M18.94197464,32.16664505h13.20648575"/><path id="s" class="ac" d="M24.34745407,27.58202553c0-.82263184.66949463-1.47120667,1.43506241-1.30743217.50217819.10742569.90319252.59085846.95317841,1.15734482.03718948.42137527-.08259964.83716202-.34409332,1.09259224-.48440552.47319412-2.04414749,1.74843979-2.04414749,1.74843979h2.39487457"/><g id="t"><path id="u" class="ac" d="M24.38718605,35.15286255l2.27087593,2.27724838"/><path id="v" class="ac" d="M26.65806198,35.15286255l-2.27087593,2.27724838"/></g><g id="w"><path id="x" class="ac" d="M19.22626114,37.78149796c.24954414.23275375.51898384.33940887,1.12405396.33940887h.14096832c.49899673,0,.90351868-.45027924.90351868-1.00572586v-.00000381c0-.55544662-.40452194-1.00572586-.90351868-1.00572586"/><path id="y" class="ac" d="M19.22585869,34.43315506c.25010109-.2320137.51979637-.33786392,1.12486458-.33606339l.14056015.0009079c.49899673,0,.90351868.45027924.90351868,1.00572205v.00000381c0,.55544662-.40452194,1.00572586-.90351868,1.00572586"/><path id="z" class="ac" d="M19.79676437,36.10945511h.69452477"/></g><path id="aa" class="ac" d="M29.65044594,37.78150177c.24954033.23275375.49167252.33940887,1.09674454.33940887h.10395432c.55970192,0,1.01343155-.50505447,1.01343155-1.12807083v-.00000381c0-.62301636-.45372963-1.12807083-1.01343155-1.12807083h-1.20069885v-1.76769638h2.2141304"/></g></g><path id="ab" class="ac" d="M9.5,5.5h29c2.2159996,0,4,1.78399992,4,4v29c0,2.2159996-1.7840004,4-4,4H9.5c-2.21600008,0-4-1.7840004-4-4V9.5c0-2.21600008,1.78399992-4,4-4Z"/></g></svg>
Copied!