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

Name
multiplier-1-5x-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M4.66 6.026A.5.5 0 0 1 5 6.5v7a.5.5 0 0 1-1 0V7.957a6 6 0 0 1-1.243.972a.5.5 0 0 1-.514-.858c.937-.562 1.31-1.095 1.639-1.567a10 10 0 0 1 .22-.306a.5.5 0 0 1 .558-.172m3.842.433A.5.5 0 0 1 9 6h3.5a.5.5 0 0 1 0 1H9.46L9.3 8.932l1.276-.15A2.618 2.618 0 1 1 10.882 14h-.357a2.98 2.98 0 0 1-2.103-.872l-.276-.275a.5.5 0 1 1 .708-.707l.275.275c.37.37.872.579 1.396.579h.357a1.618 1.618 0 1 0-.19-3.225l-1.884.221a.5.5 0 0 1-.556-.538zm6.352 3.687a.5.5 0 0 0-.708.707L15.293 12l-1.147 1.146a.5.5 0 0 0 .708.707L16 12.707l1.146 1.146a.5.5 0 0 0 .708-.707L16.707 12l1.147-1.147a.5.5 0 0 0-.708-.707L16 11.293zM6.5 14a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier15x20Regular(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="M4.66 6.026A.5.5 0 0 1 5 6.5v7a.5.5 0 0 1-1 0V7.957a6 6 0 0 1-1.243.972a.5.5 0 0 1-.514-.858c.937-.562 1.31-1.095 1.639-1.567a10 10 0 0 1 .22-.306a.5.5 0 0 1 .558-.172m3.842.433A.5.5 0 0 1 9 6h3.5a.5.5 0 0 1 0 1H9.46L9.3 8.932l1.276-.15A2.618 2.618 0 1 1 10.882 14h-.357a2.98 2.98 0 0 1-2.103-.872l-.276-.275a.5.5 0 1 1 .708-.707l.275.275c.37.37.872.579 1.396.579h.357a1.618 1.618 0 1 0-.19-3.225l-1.884.221a.5.5 0 0 1-.556-.538zm6.352 3.687a.5.5 0 0 0-.708.707L15.293 12l-1.147 1.146a.5.5 0 0 0 .708.707L16 12.707l1.146 1.146a.5.5 0 0 0 .708-.707L16.707 12l1.147-1.147a.5.5 0 0 0-.708-.707L16 11.293zM6.5 14a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.66 6.026A.5.5 0 0 1 5 6.5v7a.5.5 0 0 1-1 0V7.957a6 6 0 0 1-1.243.972a.5.5 0 0 1-.514-.858c.937-.562 1.31-1.095 1.639-1.567a10 10 0 0 1 .22-.306a.5.5 0 0 1 .558-.172m3.842.433A.5.5 0 0 1 9 6h3.5a.5.5 0 0 1 0 1H9.46L9.3 8.932l1.276-.15A2.618 2.618 0 1 1 10.882 14h-.357a2.98 2.98 0 0 1-2.103-.872l-.276-.275a.5.5 0 1 1 .708-.707l.275.275c.37.37.872.579 1.396.579h.357a1.618 1.618 0 1 0-.19-3.225l-1.884.221a.5.5 0 0 1-.556-.538zm6.352 3.687a.5.5 0 0 0-.708.707L15.293 12l-1.147 1.146a.5.5 0 0 0 .708.707L16 12.707l1.146 1.146a.5.5 0 0 0 .708-.707L16.707 12l1.147-1.147a.5.5 0 0 0-.708-.707L16 11.293zM6.5 14a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
</template>

CSS

.icon-multiplier-1-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%22M4.66%206.026A.5.5%200%200%201%205%206.5v7a.5.5%200%200%201-1%200V7.957a6%206%200%200%201-1.243.972a.5.5%200%200%201-.514-.858c.937-.562%201.31-1.095%201.639-1.567a10%2010%200%200%201%20.22-.306a.5.5%200%200%201%20.558-.172m3.842.433A.5.5%200%200%201%209%206h3.5a.5.5%200%200%201%200%201H9.46L9.3%208.932l1.276-.15A2.618%202.618%200%201%201%2010.882%2014h-.357a2.98%202.98%200%200%201-2.103-.872l-.276-.275a.5.5%200%201%201%20.708-.707l.275.275c.37.37.872.579%201.396.579h.357a1.618%201.618%200%201%200-.19-3.225l-1.884.221a.5.5%200%200%201-.556-.538zm6.352%203.687a.5.5%200%200%200-.708.707L15.293%2012l-1.147%201.146a.5.5%200%200%200%20.708.707L16%2012.707l1.146%201.146a.5.5%200%200%200%20.708-.707L16.707%2012l1.147-1.147a.5.5%200%200%200-.708-.707L16%2011.293zM6.5%2014a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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%22M4.66%206.026A.5.5%200%200%201%205%206.5v7a.5.5%200%200%201-1%200V7.957a6%206%200%200%201-1.243.972a.5.5%200%200%201-.514-.858c.937-.562%201.31-1.095%201.639-1.567a10%2010%200%200%201%20.22-.306a.5.5%200%200%201%20.558-.172m3.842.433A.5.5%200%200%201%209%206h3.5a.5.5%200%200%201%200%201H9.46L9.3%208.932l1.276-.15A2.618%202.618%200%201%201%2010.882%2014h-.357a2.98%202.98%200%200%201-2.103-.872l-.276-.275a.5.5%200%201%201%20.708-.707l.275.275c.37.37.872.579%201.396.579h.357a1.618%201.618%200%201%200-.19-3.225l-1.884.221a.5.5%200%200%201-.556-.538zm6.352%203.687a.5.5%200%200%200-.708.707L15.293%2012l-1.147%201.146a.5.5%200%200%200%20.708.707L16%2012.707l1.146%201.146a.5.5%200%200%200%20.708-.707L16.707%2012l1.147-1.147a.5.5%200%200%200-.708-.707L16%2011.293zM6.5%2014a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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-20-regular.svg?color=%231a73e8&size=48