multiplier-1-8x-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
multiplier-1-8x-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M16 9.5a2.6 2.6 0 0 1-.86 1.929c.817.583 1.36 1.499 1.36 2.571c0 1.86-1.636 3.25-3.5 3.25S9.5 15.86 9.5 14c0-1.072.543-1.988 1.36-2.571A2.6 2.6 0 0 1 10 9.5c0-1.6 1.429-2.75 3-2.75c1.572 0 3 1.15 3 2.75m-3-1.25c-.914 0-1.5.64-1.5 1.25s.586 1.25 1.5 1.25s1.5-.64 1.5-1.25s-.586-1.25-1.5-1.25M11 14c0 .9.827 1.75 2 1.75s2-.85 2-1.75s-.826-1.75-2-1.75s-2 .85-2 1.75m7.28-1.78a.75.75 0 0 0-1.06 1.06l1.22 1.22l-1.22 1.22a.75.75 0 1 0 1.06 1.06l1.22-1.22l1.22 1.22a.75.75 0 0 0 1.06-1.06l-1.22-1.22l1.22-1.22a.75.75 0 1 0-1.06-1.06l-1.22 1.22zM8.5 16.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.369-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.44a8 8 0 0 0 .598-.798l.005-.009l.001-.001a.75.75 0 0 1 .843-.331"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier18x24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 9.5a2.6 2.6 0 0 1-.86 1.929c.817.583 1.36 1.499 1.36 2.571c0 1.86-1.636 3.25-3.5 3.25S9.5 15.86 9.5 14c0-1.072.543-1.988 1.36-2.571A2.6 2.6 0 0 1 10 9.5c0-1.6 1.429-2.75 3-2.75c1.572 0 3 1.15 3 2.75m-3-1.25c-.914 0-1.5.64-1.5 1.25s.586 1.25 1.5 1.25s1.5-.64 1.5-1.25s-.586-1.25-1.5-1.25M11 14c0 .9.827 1.75 2 1.75s2-.85 2-1.75s-.826-1.75-2-1.75s-2 .85-2 1.75m7.28-1.78a.75.75 0 0 0-1.06 1.06l1.22 1.22l-1.22 1.22a.75.75 0 1 0 1.06 1.06l1.22-1.22l1.22 1.22a.75.75 0 0 0 1.06-1.06l-1.22-1.22l1.22-1.22a.75.75 0 1 0-1.06-1.06l-1.22 1.22zM8.5 16.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.369-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.44a8 8 0 0 0 .598-.798l.005-.009l.001-.001a.75.75 0 0 1 .843-.331"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 9.5a2.6 2.6 0 0 1-.86 1.929c.817.583 1.36 1.499 1.36 2.571c0 1.86-1.636 3.25-3.5 3.25S9.5 15.86 9.5 14c0-1.072.543-1.988 1.36-2.571A2.6 2.6 0 0 1 10 9.5c0-1.6 1.429-2.75 3-2.75c1.572 0 3 1.15 3 2.75m-3-1.25c-.914 0-1.5.64-1.5 1.25s.586 1.25 1.5 1.25s1.5-.64 1.5-1.25s-.586-1.25-1.5-1.25M11 14c0 .9.827 1.75 2 1.75s2-.85 2-1.75s-.826-1.75-2-1.75s-2 .85-2 1.75m7.28-1.78a.75.75 0 0 0-1.06 1.06l1.22 1.22l-1.22 1.22a.75.75 0 1 0 1.06 1.06l1.22-1.22l1.22 1.22a.75.75 0 0 0 1.06-1.06l-1.22-1.22l1.22-1.22a.75.75 0 1 0-1.06-1.06l-1.22 1.22zM8.5 16.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.369-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.44a8 8 0 0 0 .598-.798l.005-.009l.001-.001a.75.75 0 0 1 .843-.331"/></svg>
</template>

CSS

.icon-multiplier-1-8x-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209.5a2.6%202.6%200%200%201-.86%201.929c.817.583%201.36%201.499%201.36%202.571c0%201.86-1.636%203.25-3.5%203.25S9.5%2015.86%209.5%2014c0-1.072.543-1.988%201.36-2.571A2.6%202.6%200%200%201%2010%209.5c0-1.6%201.429-2.75%203-2.75c1.572%200%203%201.15%203%202.75m-3-1.25c-.914%200-1.5.64-1.5%201.25s.586%201.25%201.5%201.25s1.5-.64%201.5-1.25s-.586-1.25-1.5-1.25M11%2014c0%20.9.827%201.75%202%201.75s2-.85%202-1.75s-.826-1.75-2-1.75s-2%20.85-2%201.75m7.28-1.78a.75.75%200%200%200-1.06%201.06l1.22%201.22l-1.22%201.22a.75.75%200%201%200%201.06%201.06l1.22-1.22l1.22%201.22a.75.75%200%200%200%201.06-1.06l-1.22-1.22l1.22-1.22a.75.75%200%201%200-1.06-1.06l-1.22%201.22zM8.5%2016.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M5.453%207.028A.75.75%200%200%201%206%207.75v8.5a.75.75%200%200%201-1.5%200V9.833c-.382.369-.84.746-1.364%201.06a.75.75%200%200%201-.772-1.286c.676-.405%201.24-.965%201.642-1.44a8%208%200%200%200%20.598-.798l.005-.009l.001-.001a.75.75%200%200%201%20.843-.331%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209.5a2.6%202.6%200%200%201-.86%201.929c.817.583%201.36%201.499%201.36%202.571c0%201.86-1.636%203.25-3.5%203.25S9.5%2015.86%209.5%2014c0-1.072.543-1.988%201.36-2.571A2.6%202.6%200%200%201%2010%209.5c0-1.6%201.429-2.75%203-2.75c1.572%200%203%201.15%203%202.75m-3-1.25c-.914%200-1.5.64-1.5%201.25s.586%201.25%201.5%201.25s1.5-.64%201.5-1.25s-.586-1.25-1.5-1.25M11%2014c0%20.9.827%201.75%202%201.75s2-.85%202-1.75s-.826-1.75-2-1.75s-2%20.85-2%201.75m7.28-1.78a.75.75%200%200%200-1.06%201.06l1.22%201.22l-1.22%201.22a.75.75%200%201%200%201.06%201.06l1.22-1.22l1.22%201.22a.75.75%200%200%200%201.06-1.06l-1.22-1.22l1.22-1.22a.75.75%200%201%200-1.06-1.06l-1.22%201.22zM8.5%2016.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M5.453%207.028A.75.75%200%200%201%206%207.75v8.5a.75.75%200%200%201-1.5%200V9.833c-.382.369-.84.746-1.364%201.06a.75.75%200%200%201-.772-1.286c.676-.405%201.24-.965%201.642-1.44a8%208%200%200%200%20.598-.798l.005-.009l.001-.001a.75.75%200%200%201%20.843-.331%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-24-regular.svg?color=%231a73e8&size=48