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

Name
multiplier-2x-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 2x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.005 8.086v-.003l.006-.026q.01-.042.038-.122c.038-.106.103-.246.206-.385c.195-.26.55-.55 1.255-.55c.637 0 1.038.209 1.265.497c.231.294.353.762.24 1.418c-.066.386-.259.616-.562.81c-.247.16-.526.273-.858.408q-.199.08-.425.177c-.492.212-1.047.495-1.47 1.001c-.434.52-.687 1.221-.687 2.189a.5.5 0 0 0 .5.5h3.994a.5.5 0 0 0 0-1H6.043c.066-.49.228-.813.423-1.047c.267-.32.64-.527 1.099-.725q.154-.066.328-.136c.361-.146.768-.311 1.1-.525c.481-.31.883-.76 1.007-1.482c.144-.844.016-1.626-.44-2.207C9.096 6.291 8.37 6 7.51 6c-1.044 0-1.686.46-2.054.95a2.5 2.5 0 0 0-.43.933l-.003.022l-.002.007v.007c-.005.025-.044.258 0 0a.5.5 0 0 0 .984.167m5.853 2.06a.499.499 0 1 0-.706.708L12.297 12l-1.145 1.146a.5.5 0 0 0 .706.708l1.145-1.147l1.145 1.147a.499.499 0 1 0 .706-.708L13.709 12l1.145-1.146a.5.5 0 0 0-.706-.708l-1.145 1.147z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier2x20Regular(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="M6.005 8.086v-.003l.006-.026q.01-.042.038-.122c.038-.106.103-.246.206-.385c.195-.26.55-.55 1.255-.55c.637 0 1.038.209 1.265.497c.231.294.353.762.24 1.418c-.066.386-.259.616-.562.81c-.247.16-.526.273-.858.408q-.199.08-.425.177c-.492.212-1.047.495-1.47 1.001c-.434.52-.687 1.221-.687 2.189a.5.5 0 0 0 .5.5h3.994a.5.5 0 0 0 0-1H6.043c.066-.49.228-.813.423-1.047c.267-.32.64-.527 1.099-.725q.154-.066.328-.136c.361-.146.768-.311 1.1-.525c.481-.31.883-.76 1.007-1.482c.144-.844.016-1.626-.44-2.207C9.096 6.291 8.37 6 7.51 6c-1.044 0-1.686.46-2.054.95a2.5 2.5 0 0 0-.43.933l-.003.022l-.002.007v.007c-.005.025-.044.258 0 0a.5.5 0 0 0 .984.167m5.853 2.06a.499.499 0 1 0-.706.708L12.297 12l-1.145 1.146a.5.5 0 0 0 .706.708l1.145-1.147l1.145 1.147a.499.499 0 1 0 .706-.708L13.709 12l1.145-1.146a.5.5 0 0 0-.706-.708l-1.145 1.147z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.005 8.086v-.003l.006-.026q.01-.042.038-.122c.038-.106.103-.246.206-.385c.195-.26.55-.55 1.255-.55c.637 0 1.038.209 1.265.497c.231.294.353.762.24 1.418c-.066.386-.259.616-.562.81c-.247.16-.526.273-.858.408q-.199.08-.425.177c-.492.212-1.047.495-1.47 1.001c-.434.52-.687 1.221-.687 2.189a.5.5 0 0 0 .5.5h3.994a.5.5 0 0 0 0-1H6.043c.066-.49.228-.813.423-1.047c.267-.32.64-.527 1.099-.725q.154-.066.328-.136c.361-.146.768-.311 1.1-.525c.481-.31.883-.76 1.007-1.482c.144-.844.016-1.626-.44-2.207C9.096 6.291 8.37 6 7.51 6c-1.044 0-1.686.46-2.054.95a2.5 2.5 0 0 0-.43.933l-.003.022l-.002.007v.007c-.005.025-.044.258 0 0a.5.5 0 0 0 .984.167m5.853 2.06a.499.499 0 1 0-.706.708L12.297 12l-1.145 1.146a.5.5 0 0 0 .706.708l1.145-1.147l1.145 1.147a.499.499 0 1 0 .706-.708L13.709 12l1.145-1.146a.5.5 0 0 0-.706-.708l-1.145 1.147z"/></svg>
</template>

CSS

.icon-multiplier-2x-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%22M6.005%208.086v-.003l.006-.026q.01-.042.038-.122c.038-.106.103-.246.206-.385c.195-.26.55-.55%201.255-.55c.637%200%201.038.209%201.265.497c.231.294.353.762.24%201.418c-.066.386-.259.616-.562.81c-.247.16-.526.273-.858.408q-.199.08-.425.177c-.492.212-1.047.495-1.47%201.001c-.434.52-.687%201.221-.687%202.189a.5.5%200%200%200%20.5.5h3.994a.5.5%200%200%200%200-1H6.043c.066-.49.228-.813.423-1.047c.267-.32.64-.527%201.099-.725q.154-.066.328-.136c.361-.146.768-.311%201.1-.525c.481-.31.883-.76%201.007-1.482c.144-.844.016-1.626-.44-2.207C9.096%206.291%208.37%206%207.51%206c-1.044%200-1.686.46-2.054.95a2.5%202.5%200%200%200-.43.933l-.003.022l-.002.007v.007c-.005.025-.044.258%200%200a.5.5%200%200%200%20.984.167m5.853%202.06a.499.499%200%201%200-.706.708L12.297%2012l-1.145%201.146a.5.5%200%200%200%20.706.708l1.145-1.147l1.145%201.147a.499.499%200%201%200%20.706-.708L13.709%2012l1.145-1.146a.5.5%200%200%200-.706-.708l-1.145%201.147z%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%22M6.005%208.086v-.003l.006-.026q.01-.042.038-.122c.038-.106.103-.246.206-.385c.195-.26.55-.55%201.255-.55c.637%200%201.038.209%201.265.497c.231.294.353.762.24%201.418c-.066.386-.259.616-.562.81c-.247.16-.526.273-.858.408q-.199.08-.425.177c-.492.212-1.047.495-1.47%201.001c-.434.52-.687%201.221-.687%202.189a.5.5%200%200%200%20.5.5h3.994a.5.5%200%200%200%200-1H6.043c.066-.49.228-.813.423-1.047c.267-.32.64-.527%201.099-.725q.154-.066.328-.136c.361-.146.768-.311%201.1-.525c.481-.31.883-.76%201.007-1.482c.144-.844.016-1.626-.44-2.207C9.096%206.291%208.37%206%207.51%206c-1.044%200-1.686.46-2.054.95a2.5%202.5%200%200%200-.43.933l-.003.022l-.002.007v.007c-.005.025-.044.258%200%200a.5.5%200%200%200%20.984.167m5.853%202.06a.499.499%200%201%200-.706.708L12.297%2012l-1.145%201.146a.5.5%200%200%200%20.706.708l1.145-1.147l1.145%201.147a.499.499%200%201%200%20.706-.708L13.709%2012l1.145-1.146a.5.5%200%200%200-.706-.708l-1.145%201.147z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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