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

Name
multiplier-1-5x-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 1 5x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.37-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.439a8 8 0 0 0 .598-.8l.005-.008h.001a.75.75 0 0 1 .843-.332M10.75 7a.75.75 0 0 0-.749.7l-.25 3.75a.75.75 0 0 0 .855.793l2.201-.315a1.92 1.92 0 1 1 .272 3.822h-.355a2.28 2.28 0 0 1-1.686-.747l-.233-.257a.75.75 0 1 0-1.11 1.008l.232.257a3.78 3.78 0 0 0 2.797 1.239h.355a3.42 3.42 0 1 0-.484-6.807l-1.286.184l.142-2.127h3.799a.75.75 0 1 0 0-1.5zm7.53 5.22a.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 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier15x24Regular(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="M5.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.37-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.439a8 8 0 0 0 .598-.8l.005-.008h.001a.75.75 0 0 1 .843-.332M10.75 7a.75.75 0 0 0-.749.7l-.25 3.75a.75.75 0 0 0 .855.793l2.201-.315a1.92 1.92 0 1 1 .272 3.822h-.355a2.28 2.28 0 0 1-1.686-.747l-.233-.257a.75.75 0 1 0-1.11 1.008l.232.257a3.78 3.78 0 0 0 2.797 1.239h.355a3.42 3.42 0 1 0-.484-6.807l-1.286.184l.142-2.127h3.799a.75.75 0 1 0 0-1.5zm7.53 5.22a.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 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.37-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.439a8 8 0 0 0 .598-.8l.005-.008h.001a.75.75 0 0 1 .843-.332M10.75 7a.75.75 0 0 0-.749.7l-.25 3.75a.75.75 0 0 0 .855.793l2.201-.315a1.92 1.92 0 1 1 .272 3.822h-.355a2.28 2.28 0 0 1-1.686-.747l-.233-.257a.75.75 0 1 0-1.11 1.008l.232.257a3.78 3.78 0 0 0 2.797 1.239h.355a3.42 3.42 0 1 0-.484-6.807l-1.286.184l.142-2.127h3.799a.75.75 0 1 0 0-1.5zm7.53 5.22a.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 0"/></svg>
</template>

CSS

.icon-multiplier-1-5x-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%22M5.453%207.028A.75.75%200%200%201%206%207.75v8.5a.75.75%200%200%201-1.5%200V9.833c-.382.37-.84.746-1.364%201.06a.75.75%200%200%201-.772-1.286c.676-.405%201.24-.965%201.642-1.439a8%208%200%200%200%20.598-.8l.005-.008h.001a.75.75%200%200%201%20.843-.332M10.75%207a.75.75%200%200%200-.749.7l-.25%203.75a.75.75%200%200%200%20.855.793l2.201-.315a1.92%201.92%200%201%201%20.272%203.822h-.355a2.28%202.28%200%200%201-1.686-.747l-.233-.257a.75.75%200%201%200-1.11%201.008l.232.257a3.78%203.78%200%200%200%202.797%201.239h.355a3.42%203.42%200%201%200-.484-6.807l-1.286.184l.142-2.127h3.799a.75.75%200%201%200%200-1.5zm7.53%205.22a.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%200%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%22M5.453%207.028A.75.75%200%200%201%206%207.75v8.5a.75.75%200%200%201-1.5%200V9.833c-.382.37-.84.746-1.364%201.06a.75.75%200%200%201-.772-1.286c.676-.405%201.24-.965%201.642-1.439a8%208%200%200%200%20.598-.8l.005-.008h.001a.75.75%200%200%201%20.843-.332M10.75%207a.75.75%200%200%200-.749.7l-.25%203.75a.75.75%200%200%200%20.855.793l2.201-.315a1.92%201.92%200%201%201%20.272%203.822h-.355a2.28%202.28%200%200%201-1.686-.747l-.233-.257a.75.75%200%201%200-1.11%201.008l.232.257a3.78%203.78%200%200%200%202.797%201.239h.355a3.42%203.42%200%201%200-.484-6.807l-1.286.184l.142-2.127h3.799a.75.75%200%201%200%200-1.5zm7.53%205.22a.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%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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