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

Name
multiplier-5x-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the multiplier 5x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.01 7.859A1 1 0 0 1 8 7h4a1 1 0 1 1 0 2H8.867l-.186 1.301l.35-.055a3.65 3.65 0 0 1 4.219 3.605c0 2.025-1.665 3.649-3.67 3.649a3.7 3.7 0 0 1-2.734-1.207l-.337-.371a1 1 0 1 1 1.482-1.344l.336.37a1.7 1.7 0 0 0 1.253.552c.921 0 1.67-.748 1.67-1.65a1.65 1.65 0 0 0-1.907-1.629l-1.687.267a1 1 0 0 1-1.146-1.13zm7.283 4.434a1 1 0 0 1 1.414 0l.793.793l.793-.793a1 1 0 0 1 1.414 1.414l-.793.793l.793.793a1 1 0 0 1-1.414 1.414l-.793-.793l-.793.793a1 1 0 0 1-1.414-1.414l.793-.793l-.793-.793a1 1 0 0 1 0-1.414M4.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier5x24Filled(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="M7.01 7.859A1 1 0 0 1 8 7h4a1 1 0 1 1 0 2H8.867l-.186 1.301l.35-.055a3.65 3.65 0 0 1 4.219 3.605c0 2.025-1.665 3.649-3.67 3.649a3.7 3.7 0 0 1-2.734-1.207l-.337-.371a1 1 0 1 1 1.482-1.344l.336.37a1.7 1.7 0 0 0 1.253.552c.921 0 1.67-.748 1.67-1.65a1.65 1.65 0 0 0-1.907-1.629l-1.687.267a1 1 0 0 1-1.146-1.13zm7.283 4.434a1 1 0 0 1 1.414 0l.793.793l.793-.793a1 1 0 0 1 1.414 1.414l-.793.793l.793.793a1 1 0 0 1-1.414 1.414l-.793-.793l-.793.793a1 1 0 0 1-1.414-1.414l.793-.793l-.793-.793a1 1 0 0 1 0-1.414M4.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.01 7.859A1 1 0 0 1 8 7h4a1 1 0 1 1 0 2H8.867l-.186 1.301l.35-.055a3.65 3.65 0 0 1 4.219 3.605c0 2.025-1.665 3.649-3.67 3.649a3.7 3.7 0 0 1-2.734-1.207l-.337-.371a1 1 0 1 1 1.482-1.344l.336.37a1.7 1.7 0 0 0 1.253.552c.921 0 1.67-.748 1.67-1.65a1.65 1.65 0 0 0-1.907-1.629l-1.687.267a1 1 0 0 1-1.146-1.13zm7.283 4.434a1 1 0 0 1 1.414 0l.793.793l.793-.793a1 1 0 0 1 1.414 1.414l-.793.793l.793.793a1 1 0 0 1-1.414 1.414l-.793-.793l-.793.793a1 1 0 0 1-1.414-1.414l.793-.793l-.793-.793a1 1 0 0 1 0-1.414M4.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
</template>

CSS

.icon-multiplier-5x-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.01%207.859A1%201%200%200%201%208%207h4a1%201%200%201%201%200%202H8.867l-.186%201.301l.35-.055a3.65%203.65%200%200%201%204.219%203.605c0%202.025-1.665%203.649-3.67%203.649a3.7%203.7%200%200%201-2.734-1.207l-.337-.371a1%201%200%201%201%201.482-1.344l.336.37a1.7%201.7%200%200%200%201.253.552c.921%200%201.67-.748%201.67-1.65a1.65%201.65%200%200%200-1.907-1.629l-1.687.267a1%201%200%200%201-1.146-1.13zm7.283%204.434a1%201%200%200%201%201.414%200l.793.793l.793-.793a1%201%200%200%201%201.414%201.414l-.793.793l.793.793a1%201%200%200%201-1.414%201.414l-.793-.793l-.793.793a1%201%200%200%201-1.414-1.414l.793-.793l-.793-.793a1%201%200%200%201%200-1.414M4.75%2017a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%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%22M7.01%207.859A1%201%200%200%201%208%207h4a1%201%200%201%201%200%202H8.867l-.186%201.301l.35-.055a3.65%203.65%200%200%201%204.219%203.605c0%202.025-1.665%203.649-3.67%203.649a3.7%203.7%200%200%201-2.734-1.207l-.337-.371a1%201%200%201%201%201.482-1.344l.336.37a1.7%201.7%200%200%200%201.253.552c.921%200%201.67-.748%201.67-1.65a1.65%201.65%200%200%200-1.907-1.629l-1.687.267a1%201%200%200%201-1.146-1.13zm7.283%204.434a1%201%200%200%201%201.414%200l.793.793l.793-.793a1%201%200%200%201%201.414%201.414l-.793.793l.793.793a1%201%200%200%201-1.414%201.414l-.793-.793l-.793.793a1%201%200%200%201-1.414-1.414l.793-.793l-.793-.793a1%201%200%200%201%200-1.414M4.75%2017a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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