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

Name
multiplier-5x-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M7 6a.5.5 0 0 0-.498.458l-.25 3a.5.5 0 0 0 .556.539l1.885-.222A1.618 1.618 0 1 1 8.882 13h-.357a1.98 1.98 0 0 1-1.396-.578l-.275-.276a.5.5 0 0 0-.708.708l.276.275A2.98 2.98 0 0 0 8.525 14h.357a2.618 2.618 0 1 0-.306-5.218l-1.277.15L7.46 7h3.04a.5.5 0 0 0 0-1zm5.146 4.146a.5.5 0 0 1 .708 0L14 11.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 12l1.147 1.146a.5.5 0 0 1-.708.708L14 12.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 12l-1.147-1.146a.5.5 0 0 1 0-.708M5 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier5x20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 6a.5.5 0 0 0-.498.458l-.25 3a.5.5 0 0 0 .556.539l1.885-.222A1.618 1.618 0 1 1 8.882 13h-.357a1.98 1.98 0 0 1-1.396-.578l-.275-.276a.5.5 0 0 0-.708.708l.276.275A2.98 2.98 0 0 0 8.525 14h.357a2.618 2.618 0 1 0-.306-5.218l-1.277.15L7.46 7h3.04a.5.5 0 0 0 0-1zm5.146 4.146a.5.5 0 0 1 .708 0L14 11.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 12l1.147 1.146a.5.5 0 0 1-.708.708L14 12.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 12l-1.147-1.146a.5.5 0 0 1 0-.708M5 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 6a.5.5 0 0 0-.498.458l-.25 3a.5.5 0 0 0 .556.539l1.885-.222A1.618 1.618 0 1 1 8.882 13h-.357a1.98 1.98 0 0 1-1.396-.578l-.275-.276a.5.5 0 0 0-.708.708l.276.275A2.98 2.98 0 0 0 8.525 14h.357a2.618 2.618 0 1 0-.306-5.218l-1.277.15L7.46 7h3.04a.5.5 0 0 0 0-1zm5.146 4.146a.5.5 0 0 1 .708 0L14 11.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 12l1.147 1.146a.5.5 0 0 1-.708.708L14 12.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 12l-1.147-1.146a.5.5 0 0 1 0-.708M5 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg>
</template>

CSS

.icon-multiplier-5x-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%206a.5.5%200%200%200-.498.458l-.25%203a.5.5%200%200%200%20.556.539l1.885-.222A1.618%201.618%200%201%201%208.882%2013h-.357a1.98%201.98%200%200%201-1.396-.578l-.275-.276a.5.5%200%200%200-.708.708l.276.275A2.98%202.98%200%200%200%208.525%2014h.357a2.618%202.618%200%201%200-.306-5.218l-1.277.15L7.46%207h3.04a.5.5%200%200%200%200-1zm5.146%204.146a.5.5%200%200%201%20.708%200L14%2011.293l1.146-1.147a.5.5%200%200%201%20.708.708L14.707%2012l1.147%201.146a.5.5%200%200%201-.708.708L14%2012.707l-1.146%201.147a.5.5%200%200%201-.708-.708L13.293%2012l-1.147-1.146a.5.5%200%200%201%200-.708M5%2013.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%206a.5.5%200%200%200-.498.458l-.25%203a.5.5%200%200%200%20.556.539l1.885-.222A1.618%201.618%200%201%201%208.882%2013h-.357a1.98%201.98%200%200%201-1.396-.578l-.275-.276a.5.5%200%200%200-.708.708l.276.275A2.98%202.98%200%200%200%208.525%2014h.357a2.618%202.618%200%201%200-.306-5.218l-1.277.15L7.46%207h3.04a.5.5%200%200%200%200-1zm5.146%204.146a.5.5%200%200%201%20.708%200L14%2011.293l1.146-1.147a.5.5%200%200%201%20.708.708L14.707%2012l1.147%201.146a.5.5%200%200%201-.708.708L14%2012.707l-1.146%201.147a.5.5%200%200%201-.708-.708L13.293%2012l-1.147-1.146a.5.5%200%200%201%200-.708M5%2013.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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