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

Name
multiplier-1-2x-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the multiplier 1 2x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.37-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.439a8 8 0 0 0 .598-.8l.005-.008h.001a.75.75 0 0 1 .843-.332m4.965 3.218a.75.75 0 0 0 .83-.676q.007-.037.03-.118c.034-.107.094-.248.194-.386c.177-.244.54-.566 1.378-.566c.773 0 1.2.236 1.424.52c.232.295.374.803.237 1.603c-.076.44-.283.69-.613.906c-.28.184-.59.311-.976.47q-.24.098-.524.22c-.592.26-1.28.614-1.805 1.263c-.54.666-.843 1.558-.843 2.768a.75.75 0 0 0 .75.75h4.75a.75.75 0 0 0 0-1.5h-3.942c.085-.502.257-.835.45-1.074c.292-.36.704-.597 1.24-.832q.173-.075.375-.157c.43-.176.937-.384 1.348-.654c.605-.396 1.108-.978 1.268-1.906c.18-1.05.048-2.042-.537-2.785C14.86 7.34 13.926 7 12.85 7c-1.32 0-2.133.553-2.592 1.184a2.86 2.86 0 0 0-.497 1.185l-.005.03v.011l-.001.005v.002c-.001.002-.044.4 0 .002a.75.75 0 0 0 .663.827m7.863 1.974a.75.75 0 0 0-1.061 1.06l1.22 1.22l-1.22 1.22a.75.75 0 0 0 1.06 1.06l1.22-1.22l1.22 1.22a.75.75 0 0 0 1.06-1.06l-1.22-1.22l1.22-1.22a.75.75 0 1 0-1.06-1.06l-1.22 1.22zM8.5 16.25a.75.75 0 1 1-1.501 0a.75.75 0 0 1 1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier12x24Regular(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="M5.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.37-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.439a8 8 0 0 0 .598-.8l.005-.008h.001a.75.75 0 0 1 .843-.332m4.965 3.218a.75.75 0 0 0 .83-.676q.007-.037.03-.118c.034-.107.094-.248.194-.386c.177-.244.54-.566 1.378-.566c.773 0 1.2.236 1.424.52c.232.295.374.803.237 1.603c-.076.44-.283.69-.613.906c-.28.184-.59.311-.976.47q-.24.098-.524.22c-.592.26-1.28.614-1.805 1.263c-.54.666-.843 1.558-.843 2.768a.75.75 0 0 0 .75.75h4.75a.75.75 0 0 0 0-1.5h-3.942c.085-.502.257-.835.45-1.074c.292-.36.704-.597 1.24-.832q.173-.075.375-.157c.43-.176.937-.384 1.348-.654c.605-.396 1.108-.978 1.268-1.906c.18-1.05.048-2.042-.537-2.785C14.86 7.34 13.926 7 12.85 7c-1.32 0-2.133.553-2.592 1.184a2.86 2.86 0 0 0-.497 1.185l-.005.03v.011l-.001.005v.002c-.001.002-.044.4 0 .002a.75.75 0 0 0 .663.827m7.863 1.974a.75.75 0 0 0-1.061 1.06l1.22 1.22l-1.22 1.22a.75.75 0 0 0 1.06 1.06l1.22-1.22l1.22 1.22a.75.75 0 0 0 1.06-1.06l-1.22-1.22l1.22-1.22a.75.75 0 1 0-1.06-1.06l-1.22 1.22zM8.5 16.25a.75.75 0 1 1-1.501 0a.75.75 0 0 1 1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.37-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.439a8 8 0 0 0 .598-.8l.005-.008h.001a.75.75 0 0 1 .843-.332m4.965 3.218a.75.75 0 0 0 .83-.676q.007-.037.03-.118c.034-.107.094-.248.194-.386c.177-.244.54-.566 1.378-.566c.773 0 1.2.236 1.424.52c.232.295.374.803.237 1.603c-.076.44-.283.69-.613.906c-.28.184-.59.311-.976.47q-.24.098-.524.22c-.592.26-1.28.614-1.805 1.263c-.54.666-.843 1.558-.843 2.768a.75.75 0 0 0 .75.75h4.75a.75.75 0 0 0 0-1.5h-3.942c.085-.502.257-.835.45-1.074c.292-.36.704-.597 1.24-.832q.173-.075.375-.157c.43-.176.937-.384 1.348-.654c.605-.396 1.108-.978 1.268-1.906c.18-1.05.048-2.042-.537-2.785C14.86 7.34 13.926 7 12.85 7c-1.32 0-2.133.553-2.592 1.184a2.86 2.86 0 0 0-.497 1.185l-.005.03v.011l-.001.005v.002c-.001.002-.044.4 0 .002a.75.75 0 0 0 .663.827m7.863 1.974a.75.75 0 0 0-1.061 1.06l1.22 1.22l-1.22 1.22a.75.75 0 0 0 1.06 1.06l1.22-1.22l1.22 1.22a.75.75 0 0 0 1.06-1.06l-1.22-1.22l1.22-1.22a.75.75 0 1 0-1.06-1.06l-1.22 1.22zM8.5 16.25a.75.75 0 1 1-1.501 0a.75.75 0 0 1 1.5 0"/></svg>
</template>

CSS

.icon-multiplier-1-2x-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.453%207.028A.75.75%200%200%201%206%207.75v8.5a.75.75%200%200%201-1.5%200V9.833c-.382.37-.84.746-1.364%201.06a.75.75%200%200%201-.772-1.286c.676-.405%201.24-.965%201.642-1.439a8%208%200%200%200%20.598-.8l.005-.008h.001a.75.75%200%200%201%20.843-.332m4.965%203.218a.75.75%200%200%200%20.83-.676q.007-.037.03-.118c.034-.107.094-.248.194-.386c.177-.244.54-.566%201.378-.566c.773%200%201.2.236%201.424.52c.232.295.374.803.237%201.603c-.076.44-.283.69-.613.906c-.28.184-.59.311-.976.47q-.24.098-.524.22c-.592.26-1.28.614-1.805%201.263c-.54.666-.843%201.558-.843%202.768a.75.75%200%200%200%20.75.75h4.75a.75.75%200%200%200%200-1.5h-3.942c.085-.502.257-.835.45-1.074c.292-.36.704-.597%201.24-.832q.173-.075.375-.157c.43-.176.937-.384%201.348-.654c.605-.396%201.108-.978%201.268-1.906c.18-1.05.048-2.042-.537-2.785C14.86%207.34%2013.926%207%2012.85%207c-1.32%200-2.133.553-2.592%201.184a2.86%202.86%200%200%200-.497%201.185l-.005.03v.011l-.001.005v.002c-.001.002-.044.4%200%20.002a.75.75%200%200%200%20.663.827m7.863%201.974a.75.75%200%200%200-1.061%201.06l1.22%201.22l-1.22%201.22a.75.75%200%200%200%201.06%201.06l1.22-1.22l1.22%201.22a.75.75%200%200%200%201.06-1.06l-1.22-1.22l1.22-1.22a.75.75%200%201%200-1.06-1.06l-1.22%201.22zM8.5%2016.25a.75.75%200%201%201-1.501%200a.75.75%200%200%201%201.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.453%207.028A.75.75%200%200%201%206%207.75v8.5a.75.75%200%200%201-1.5%200V9.833c-.382.37-.84.746-1.364%201.06a.75.75%200%200%201-.772-1.286c.676-.405%201.24-.965%201.642-1.439a8%208%200%200%200%20.598-.8l.005-.008h.001a.75.75%200%200%201%20.843-.332m4.965%203.218a.75.75%200%200%200%20.83-.676q.007-.037.03-.118c.034-.107.094-.248.194-.386c.177-.244.54-.566%201.378-.566c.773%200%201.2.236%201.424.52c.232.295.374.803.237%201.603c-.076.44-.283.69-.613.906c-.28.184-.59.311-.976.47q-.24.098-.524.22c-.592.26-1.28.614-1.805%201.263c-.54.666-.843%201.558-.843%202.768a.75.75%200%200%200%20.75.75h4.75a.75.75%200%200%200%200-1.5h-3.942c.085-.502.257-.835.45-1.074c.292-.36.704-.597%201.24-.832q.173-.075.375-.157c.43-.176.937-.384%201.348-.654c.605-.396%201.108-.978%201.268-1.906c.18-1.05.048-2.042-.537-2.785C14.86%207.34%2013.926%207%2012.85%207c-1.32%200-2.133.553-2.592%201.184a2.86%202.86%200%200%200-.497%201.185l-.005.03v.011l-.001.005v.002c-.001.002-.044.4%200%20.002a.75.75%200%200%200%20.663.827m7.863%201.974a.75.75%200%200%200-1.061%201.06l1.22%201.22l-1.22%201.22a.75.75%200%200%200%201.06%201.06l1.22-1.22l1.22%201.22a.75.75%200%200%200%201.06-1.06l-1.22-1.22l1.22-1.22a.75.75%200%201%200-1.06-1.06l-1.22%201.22zM8.5%2016.25a.75.75%200%201%201-1.501%200a.75.75%200%200%201%201.5%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-2x-24-regular.svg?color=%231a73e8&size=48