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

Name
multiplier-1-8x-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 1 8x 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-.172M13 8c0 .588-.272 1.089-.69 1.442c.709.442 1.19 1.181 1.19 2.058c0 1.434-1.288 2.5-2.75 2.5S8 12.934 8 11.5c0-.877.481-1.616 1.19-2.058A1.87 1.87 0 0 1 8.5 8c0-1.174 1.082-2 2.25-2S13 6.826 13 8m-2.25-1c-.765 0-1.25.517-1.25 1s.485 1 1.25 1S12 8.483 12 8s-.485-1-1.25-1M9 11.5c0 .774.727 1.5 1.75 1.5s1.75-.726 1.75-1.5c0-.775-.726-1.5-1.75-1.5C9.727 10 9 10.725 9 11.5m5.146-1.354a.5.5 0 0 1 .708 0L16 11.293l1.146-1.147a.5.5 0 0 1 .708.707L16.707 12l1.147 1.146a.5.5 0 0 1-.708.707L16 12.707l-1.146 1.146a.5.5 0 0 1-.708-.707L15.293 12l-1.147-1.147a.5.5 0 0 1 0-.707M7 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 FluentMultiplier18x20Regular(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-.172M13 8c0 .588-.272 1.089-.69 1.442c.709.442 1.19 1.181 1.19 2.058c0 1.434-1.288 2.5-2.75 2.5S8 12.934 8 11.5c0-.877.481-1.616 1.19-2.058A1.87 1.87 0 0 1 8.5 8c0-1.174 1.082-2 2.25-2S13 6.826 13 8m-2.25-1c-.765 0-1.25.517-1.25 1s.485 1 1.25 1S12 8.483 12 8s-.485-1-1.25-1M9 11.5c0 .774.727 1.5 1.75 1.5s1.75-.726 1.75-1.5c0-.775-.726-1.5-1.75-1.5C9.727 10 9 10.725 9 11.5m5.146-1.354a.5.5 0 0 1 .708 0L16 11.293l1.146-1.147a.5.5 0 0 1 .708.707L16.707 12l1.147 1.146a.5.5 0 0 1-.708.707L16 12.707l-1.146 1.146a.5.5 0 0 1-.708-.707L15.293 12l-1.147-1.147a.5.5 0 0 1 0-.707M7 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="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-.172M13 8c0 .588-.272 1.089-.69 1.442c.709.442 1.19 1.181 1.19 2.058c0 1.434-1.288 2.5-2.75 2.5S8 12.934 8 11.5c0-.877.481-1.616 1.19-2.058A1.87 1.87 0 0 1 8.5 8c0-1.174 1.082-2 2.25-2S13 6.826 13 8m-2.25-1c-.765 0-1.25.517-1.25 1s.485 1 1.25 1S12 8.483 12 8s-.485-1-1.25-1M9 11.5c0 .774.727 1.5 1.75 1.5s1.75-.726 1.75-1.5c0-.775-.726-1.5-1.75-1.5C9.727 10 9 10.725 9 11.5m5.146-1.354a.5.5 0 0 1 .708 0L16 11.293l1.146-1.147a.5.5 0 0 1 .708.707L16.707 12l1.147 1.146a.5.5 0 0 1-.708.707L16 12.707l-1.146 1.146a.5.5 0 0 1-.708-.707L15.293 12l-1.147-1.147a.5.5 0 0 1 0-.707M7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg>
</template>

CSS

.icon-multiplier-1-8x-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-.172M13%208c0%20.588-.272%201.089-.69%201.442c.709.442%201.19%201.181%201.19%202.058c0%201.434-1.288%202.5-2.75%202.5S8%2012.934%208%2011.5c0-.877.481-1.616%201.19-2.058A1.87%201.87%200%200%201%208.5%208c0-1.174%201.082-2%202.25-2S13%206.826%2013%208m-2.25-1c-.765%200-1.25.517-1.25%201s.485%201%201.25%201S12%208.483%2012%208s-.485-1-1.25-1M9%2011.5c0%20.774.727%201.5%201.75%201.5s1.75-.726%201.75-1.5c0-.775-.726-1.5-1.75-1.5C9.727%2010%209%2010.725%209%2011.5m5.146-1.354a.5.5%200%200%201%20.708%200L16%2011.293l1.146-1.147a.5.5%200%200%201%20.708.707L16.707%2012l1.147%201.146a.5.5%200%200%201-.708.707L16%2012.707l-1.146%201.146a.5.5%200%200%201-.708-.707L15.293%2012l-1.147-1.147a.5.5%200%200%201%200-.707M7%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%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-.172M13%208c0%20.588-.272%201.089-.69%201.442c.709.442%201.19%201.181%201.19%202.058c0%201.434-1.288%202.5-2.75%202.5S8%2012.934%208%2011.5c0-.877.481-1.616%201.19-2.058A1.87%201.87%200%200%201%208.5%208c0-1.174%201.082-2%202.25-2S13%206.826%2013%208m-2.25-1c-.765%200-1.25.517-1.25%201s.485%201%201.25%201S12%208.483%2012%208s-.485-1-1.25-1M9%2011.5c0%20.774.727%201.5%201.75%201.5s1.75-.726%201.75-1.5c0-.775-.726-1.5-1.75-1.5C9.727%2010%209%2010.725%209%2011.5m5.146-1.354a.5.5%200%200%201%20.708%200L16%2011.293l1.146-1.147a.5.5%200%200%201%20.708.707L16.707%2012l1.147%201.146a.5.5%200%200%201-.708.707L16%2012.707l-1.146%201.146a.5.5%200%200%201-.708-.707L15.293%2012l-1.147-1.147a.5.5%200%200%201%200-.707M7%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-1-8x-20-regular.svg?color=%231a73e8&size=48