multiplier 2x icon
multiplier-2x-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- multiplier-2x-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the multiplier 2x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m8.486 10.896l.007-.03q.013-.047.051-.146c.054-.131.145-.31.295-.486c.278-.33.818-.734 1.91-.734c.958 0 1.56.313 1.9.745c.349.442.531 1.144.362 2.128c-.1.578-.39.923-.845 1.216c-.372.238-.79.408-1.288.61c-.2.082-.412.168-.639.266c-.74.318-1.572.743-2.207 1.502C7.379 16.747 7 17.799 7 19.25a.75.75 0 0 0 .75.75h6a.75.75 0 0 0 0-1.5H8.547c.098-.735.342-1.22.635-1.57c.4-.48.961-.79 1.65-1.088q.232-.099.493-.203c.542-.22 1.153-.468 1.652-.788c.723-.465 1.326-1.14 1.512-2.224c.218-1.266.025-2.439-.661-3.31C13.134 8.437 12.043 8 10.75 8c-1.533 0-2.493.597-3.058 1.266a3.3 3.3 0 0 0-.643 1.195a2 2 0 0 0-.032.13l-.002.012l-.001.005v.002l-.001.001a.75.75 0 0 0 1.473.285m0-.002v-.002v.004zm8.794 3.326a.75.75 0 0 0-1.06 1.06L17.94 17l-1.72 1.72a.75.75 0 1 0 1.06 1.06L19 18.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L20.06 17l1.72-1.72a.75.75 0 1 0-1.06-1.06L19 15.94z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier2x28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m8.486 10.896l.007-.03q.013-.047.051-.146c.054-.131.145-.31.295-.486c.278-.33.818-.734 1.91-.734c.958 0 1.56.313 1.9.745c.349.442.531 1.144.362 2.128c-.1.578-.39.923-.845 1.216c-.372.238-.79.408-1.288.61c-.2.082-.412.168-.639.266c-.74.318-1.572.743-2.207 1.502C7.379 16.747 7 17.799 7 19.25a.75.75 0 0 0 .75.75h6a.75.75 0 0 0 0-1.5H8.547c.098-.735.342-1.22.635-1.57c.4-.48.961-.79 1.65-1.088q.232-.099.493-.203c.542-.22 1.153-.468 1.652-.788c.723-.465 1.326-1.14 1.512-2.224c.218-1.266.025-2.439-.661-3.31C13.134 8.437 12.043 8 10.75 8c-1.533 0-2.493.597-3.058 1.266a3.3 3.3 0 0 0-.643 1.195a2 2 0 0 0-.032.13l-.002.012l-.001.005v.002l-.001.001a.75.75 0 0 0 1.473.285m0-.002v-.002v.004zm8.794 3.326a.75.75 0 0 0-1.06 1.06L17.94 17l-1.72 1.72a.75.75 0 1 0 1.06 1.06L19 18.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L20.06 17l1.72-1.72a.75.75 0 1 0-1.06-1.06L19 15.94z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m8.486 10.896l.007-.03q.013-.047.051-.146c.054-.131.145-.31.295-.486c.278-.33.818-.734 1.91-.734c.958 0 1.56.313 1.9.745c.349.442.531 1.144.362 2.128c-.1.578-.39.923-.845 1.216c-.372.238-.79.408-1.288.61c-.2.082-.412.168-.639.266c-.74.318-1.572.743-2.207 1.502C7.379 16.747 7 17.799 7 19.25a.75.75 0 0 0 .75.75h6a.75.75 0 0 0 0-1.5H8.547c.098-.735.342-1.22.635-1.57c.4-.48.961-.79 1.65-1.088q.232-.099.493-.203c.542-.22 1.153-.468 1.652-.788c.723-.465 1.326-1.14 1.512-2.224c.218-1.266.025-2.439-.661-3.31C13.134 8.437 12.043 8 10.75 8c-1.533 0-2.493.597-3.058 1.266a3.3 3.3 0 0 0-.643 1.195a2 2 0 0 0-.032.13l-.002.012l-.001.005v.002l-.001.001a.75.75 0 0 0 1.473.285m0-.002v-.002v.004zm8.794 3.326a.75.75 0 0 0-1.06 1.06L17.94 17l-1.72 1.72a.75.75 0 1 0 1.06 1.06L19 18.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L20.06 17l1.72-1.72a.75.75 0 1 0-1.06-1.06L19 15.94z"/></svg> </template>
CSS
.icon-multiplier-2x-28-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.486%2010.896l.007-.03q.013-.047.051-.146c.054-.131.145-.31.295-.486c.278-.33.818-.734%201.91-.734c.958%200%201.56.313%201.9.745c.349.442.531%201.144.362%202.128c-.1.578-.39.923-.845%201.216c-.372.238-.79.408-1.288.61c-.2.082-.412.168-.639.266c-.74.318-1.572.743-2.207%201.502C7.379%2016.747%207%2017.799%207%2019.25a.75.75%200%200%200%20.75.75h6a.75.75%200%200%200%200-1.5H8.547c.098-.735.342-1.22.635-1.57c.4-.48.961-.79%201.65-1.088q.232-.099.493-.203c.542-.22%201.153-.468%201.652-.788c.723-.465%201.326-1.14%201.512-2.224c.218-1.266.025-2.439-.661-3.31C13.134%208.437%2012.043%208%2010.75%208c-1.533%200-2.493.597-3.058%201.266a3.3%203.3%200%200%200-.643%201.195a2%202%200%200%200-.032.13l-.002.012l-.001.005v.002l-.001.001a.75.75%200%200%200%201.473.285m0-.002v-.002v.004zm8.794%203.326a.75.75%200%200%200-1.06%201.06L17.94%2017l-1.72%201.72a.75.75%200%201%200%201.06%201.06L19%2018.06l1.72%201.72a.75.75%200%201%200%201.06-1.06L20.06%2017l1.72-1.72a.75.75%200%201%200-1.06-1.06L19%2015.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.486%2010.896l.007-.03q.013-.047.051-.146c.054-.131.145-.31.295-.486c.278-.33.818-.734%201.91-.734c.958%200%201.56.313%201.9.745c.349.442.531%201.144.362%202.128c-.1.578-.39.923-.845%201.216c-.372.238-.79.408-1.288.61c-.2.082-.412.168-.639.266c-.74.318-1.572.743-2.207%201.502C7.379%2016.747%207%2017.799%207%2019.25a.75.75%200%200%200%20.75.75h6a.75.75%200%200%200%200-1.5H8.547c.098-.735.342-1.22.635-1.57c.4-.48.961-.79%201.65-1.088q.232-.099.493-.203c.542-.22%201.153-.468%201.652-.788c.723-.465%201.326-1.14%201.512-2.224c.218-1.266.025-2.439-.661-3.31C13.134%208.437%2012.043%208%2010.75%208c-1.533%200-2.493.597-3.058%201.266a3.3%203.3%200%200%200-.643%201.195a2%202%200%200%200-.032.13l-.002.012l-.001.005v.002l-.001.001a.75.75%200%200%200%201.473.285m0-.002v-.002v.004zm8.794%203.326a.75.75%200%200%200-1.06%201.06L17.94%2017l-1.72%201.72a.75.75%200%201%200%201.06%201.06L19%2018.06l1.72%201.72a.75.75%200%201%200%201.06-1.06L20.06%2017l1.72-1.72a.75.75%200%201%200-1.06-1.06L19%2015.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/multiplier-2x-28-regular.svg?color=%231a73e8&size=48