multiplier-1-8x-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
multiplier-1-8x-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the multiplier 1 8x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.25 7.75c-1.816 0-3.75 1.175-3.75 3.125c0 .819.341 1.501.871 2.017c-.973.716-1.621 1.813-1.621 3.108c0 2.317 2.073 4 4.375 4s4.375-1.683 4.375-4c0-1.233-.587-2.287-1.484-3.003c.594-.527.984-1.246.984-2.122c0-1.95-1.934-3.125-3.75-3.125m-1.75 3.125c0-.397.528-1.125 1.75-1.125s1.75.728 1.75 1.125S16.472 12 15.25 12s-1.75-.728-1.75-1.125M15.125 14c1.426 0 2.375 1.003 2.375 2s-.95 2-2.375 2s-2.375-1.003-2.375-2s.95-2 2.375-2m6.582.293a1 1 0 0 0-1.414 1.414L21.586 17l-1.293 1.293a1 1 0 0 0 1.414 1.414L23 18.414l1.293 1.293a1 1 0 0 0 1.414-1.414L24.414 17l1.293-1.293a1 1 0 0 0-1.414-1.414L23 15.586zM8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-6.607-7.486a1 1 0 0 1 .343-1.372c.81-.486 1.48-1.15 1.954-1.71a10 10 0 0 0 .697-.938l.006-.01A1 1 0 0 1 7 9v10a1 1 0 0 1-2 0v-7.265a9 9 0 0 1-1.485 1.122a1 1 0 0 1-1.372-.343m3-4.03"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier18x28Filled(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="M15.25 7.75c-1.816 0-3.75 1.175-3.75 3.125c0 .819.341 1.501.871 2.017c-.973.716-1.621 1.813-1.621 3.108c0 2.317 2.073 4 4.375 4s4.375-1.683 4.375-4c0-1.233-.587-2.287-1.484-3.003c.594-.527.984-1.246.984-2.122c0-1.95-1.934-3.125-3.75-3.125m-1.75 3.125c0-.397.528-1.125 1.75-1.125s1.75.728 1.75 1.125S16.472 12 15.25 12s-1.75-.728-1.75-1.125M15.125 14c1.426 0 2.375 1.003 2.375 2s-.95 2-2.375 2s-2.375-1.003-2.375-2s.95-2 2.375-2m6.582.293a1 1 0 0 0-1.414 1.414L21.586 17l-1.293 1.293a1 1 0 0 0 1.414 1.414L23 18.414l1.293 1.293a1 1 0 0 0 1.414-1.414L24.414 17l1.293-1.293a1 1 0 0 0-1.414-1.414L23 15.586zM8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-6.607-7.486a1 1 0 0 1 .343-1.372c.81-.486 1.48-1.15 1.954-1.71a10 10 0 0 0 .697-.938l.006-.01A1 1 0 0 1 7 9v10a1 1 0 0 1-2 0v-7.265a9 9 0 0 1-1.485 1.122a1 1 0 0 1-1.372-.343m3-4.03"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.25 7.75c-1.816 0-3.75 1.175-3.75 3.125c0 .819.341 1.501.871 2.017c-.973.716-1.621 1.813-1.621 3.108c0 2.317 2.073 4 4.375 4s4.375-1.683 4.375-4c0-1.233-.587-2.287-1.484-3.003c.594-.527.984-1.246.984-2.122c0-1.95-1.934-3.125-3.75-3.125m-1.75 3.125c0-.397.528-1.125 1.75-1.125s1.75.728 1.75 1.125S16.472 12 15.25 12s-1.75-.728-1.75-1.125M15.125 14c1.426 0 2.375 1.003 2.375 2s-.95 2-2.375 2s-2.375-1.003-2.375-2s.95-2 2.375-2m6.582.293a1 1 0 0 0-1.414 1.414L21.586 17l-1.293 1.293a1 1 0 0 0 1.414 1.414L23 18.414l1.293 1.293a1 1 0 0 0 1.414-1.414L24.414 17l1.293-1.293a1 1 0 0 0-1.414-1.414L23 15.586zM8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-6.607-7.486a1 1 0 0 1 .343-1.372c.81-.486 1.48-1.15 1.954-1.71a10 10 0 0 0 .697-.938l.006-.01A1 1 0 0 1 7 9v10a1 1 0 0 1-2 0v-7.265a9 9 0 0 1-1.485 1.122a1 1 0 0 1-1.372-.343m3-4.03"/></svg>
</template>

CSS

.icon-multiplier-1-8x-28-filled {
  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%22M15.25%207.75c-1.816%200-3.75%201.175-3.75%203.125c0%20.819.341%201.501.871%202.017c-.973.716-1.621%201.813-1.621%203.108c0%202.317%202.073%204%204.375%204s4.375-1.683%204.375-4c0-1.233-.587-2.287-1.484-3.003c.594-.527.984-1.246.984-2.122c0-1.95-1.934-3.125-3.75-3.125m-1.75%203.125c0-.397.528-1.125%201.75-1.125s1.75.728%201.75%201.125S16.472%2012%2015.25%2012s-1.75-.728-1.75-1.125M15.125%2014c1.426%200%202.375%201.003%202.375%202s-.95%202-2.375%202s-2.375-1.003-2.375-2s.95-2%202.375-2m6.582.293a1%201%200%200%200-1.414%201.414L21.586%2017l-1.293%201.293a1%201%200%200%200%201.414%201.414L23%2018.414l1.293%201.293a1%201%200%200%200%201.414-1.414L24.414%2017l1.293-1.293a1%201%200%200%200-1.414-1.414L23%2015.586zM8.75%2020a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m-6.607-7.486a1%201%200%200%201%20.343-1.372c.81-.486%201.48-1.15%201.954-1.71a10%2010%200%200%200%20.697-.938l.006-.01A1%201%200%200%201%207%209v10a1%201%200%200%201-2%200v-7.265a9%209%200%200%201-1.485%201.122a1%201%200%200%201-1.372-.343m3-4.03%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%22M15.25%207.75c-1.816%200-3.75%201.175-3.75%203.125c0%20.819.341%201.501.871%202.017c-.973.716-1.621%201.813-1.621%203.108c0%202.317%202.073%204%204.375%204s4.375-1.683%204.375-4c0-1.233-.587-2.287-1.484-3.003c.594-.527.984-1.246.984-2.122c0-1.95-1.934-3.125-3.75-3.125m-1.75%203.125c0-.397.528-1.125%201.75-1.125s1.75.728%201.75%201.125S16.472%2012%2015.25%2012s-1.75-.728-1.75-1.125M15.125%2014c1.426%200%202.375%201.003%202.375%202s-.95%202-2.375%202s-2.375-1.003-2.375-2s.95-2%202.375-2m6.582.293a1%201%200%200%200-1.414%201.414L21.586%2017l-1.293%201.293a1%201%200%200%200%201.414%201.414L23%2018.414l1.293%201.293a1%201%200%200%200%201.414-1.414L24.414%2017l1.293-1.293a1%201%200%200%200-1.414-1.414L23%2015.586zM8.75%2020a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m-6.607-7.486a1%201%200%200%201%20.343-1.372c.81-.486%201.48-1.15%201.954-1.71a10%2010%200%200%200%20.697-.938l.006-.01A1%201%200%200%201%207%209v10a1%201%200%200%201-2%200v-7.265a9%209%200%200%201-1.485%201.122a1%201%200%200%201-1.372-.343m3-4.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/multiplier-1-8x-28-filled.svg?color=%231a73e8&size=48