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

Name
multiplier-2x-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M6.161 10.245a.75.75 0 0 0 .836-.668q.007-.039.032-.119c.035-.107.096-.25.199-.389c.181-.246.55-.569 1.388-.569c.776 0 1.286.239 1.573.558c.279.31.451.811.322 1.565c-.073.425-.283.675-.638.897c-.299.187-.632.317-1.043.477q-.251.097-.544.217c-.619.257-1.339.608-1.89 1.252c-.572.667-.896 1.564-.896 2.784a.75.75 0 0 0 .75.75h5a.75.75 0 0 0 0-1.5H7.062c.09-.492.269-.82.472-1.058c.312-.364.755-.605 1.327-.842q.183-.075.397-.158c.454-.177.982-.382 1.41-.65c.626-.391 1.159-.973 1.32-1.915c.19-1.096-.03-2.095-.684-2.822C10.657 7.336 9.69 7 8.616 7c-1.32 0-2.134.552-2.596 1.18a2.9 2.9 0 0 0-.508 1.182l-.004.03l-.002.01v.008c-.001.002-.047.388-.001.001a.75.75 0 0 0 .656.834m8.119 1.975a.75.75 0 0 0-1.06 1.06l1.219 1.22l-1.22 1.22a.75.75 0 1 0 1.061 1.06l1.22-1.22l1.22 1.22a.75.75 0 1 0 1.06-1.06l-1.22-1.22l1.22-1.22a.75.75 0 1 0-1.06-1.06l-1.22 1.22z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier2x24Regular(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="M6.161 10.245a.75.75 0 0 0 .836-.668q.007-.039.032-.119c.035-.107.096-.25.199-.389c.181-.246.55-.569 1.388-.569c.776 0 1.286.239 1.573.558c.279.31.451.811.322 1.565c-.073.425-.283.675-.638.897c-.299.187-.632.317-1.043.477q-.251.097-.544.217c-.619.257-1.339.608-1.89 1.252c-.572.667-.896 1.564-.896 2.784a.75.75 0 0 0 .75.75h5a.75.75 0 0 0 0-1.5H7.062c.09-.492.269-.82.472-1.058c.312-.364.755-.605 1.327-.842q.183-.075.397-.158c.454-.177.982-.382 1.41-.65c.626-.391 1.159-.973 1.32-1.915c.19-1.096-.03-2.095-.684-2.822C10.657 7.336 9.69 7 8.616 7c-1.32 0-2.134.552-2.596 1.18a2.9 2.9 0 0 0-.508 1.182l-.004.03l-.002.01v.008c-.001.002-.047.388-.001.001a.75.75 0 0 0 .656.834m8.119 1.975a.75.75 0 0 0-1.06 1.06l1.219 1.22l-1.22 1.22a.75.75 0 1 0 1.061 1.06l1.22-1.22l1.22 1.22a.75.75 0 1 0 1.06-1.06l-1.22-1.22l1.22-1.22a.75.75 0 1 0-1.06-1.06l-1.22 1.22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.161 10.245a.75.75 0 0 0 .836-.668q.007-.039.032-.119c.035-.107.096-.25.199-.389c.181-.246.55-.569 1.388-.569c.776 0 1.286.239 1.573.558c.279.31.451.811.322 1.565c-.073.425-.283.675-.638.897c-.299.187-.632.317-1.043.477q-.251.097-.544.217c-.619.257-1.339.608-1.89 1.252c-.572.667-.896 1.564-.896 2.784a.75.75 0 0 0 .75.75h5a.75.75 0 0 0 0-1.5H7.062c.09-.492.269-.82.472-1.058c.312-.364.755-.605 1.327-.842q.183-.075.397-.158c.454-.177.982-.382 1.41-.65c.626-.391 1.159-.973 1.32-1.915c.19-1.096-.03-2.095-.684-2.822C10.657 7.336 9.69 7 8.616 7c-1.32 0-2.134.552-2.596 1.18a2.9 2.9 0 0 0-.508 1.182l-.004.03l-.002.01v.008c-.001.002-.047.388-.001.001a.75.75 0 0 0 .656.834m8.119 1.975a.75.75 0 0 0-1.06 1.06l1.219 1.22l-1.22 1.22a.75.75 0 1 0 1.061 1.06l1.22-1.22l1.22 1.22a.75.75 0 1 0 1.06-1.06l-1.22-1.22l1.22-1.22a.75.75 0 1 0-1.06-1.06l-1.22 1.22z"/></svg>
</template>

CSS

.icon-multiplier-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%22M6.161%2010.245a.75.75%200%200%200%20.836-.668q.007-.039.032-.119c.035-.107.096-.25.199-.389c.181-.246.55-.569%201.388-.569c.776%200%201.286.239%201.573.558c.279.31.451.811.322%201.565c-.073.425-.283.675-.638.897c-.299.187-.632.317-1.043.477q-.251.097-.544.217c-.619.257-1.339.608-1.89%201.252c-.572.667-.896%201.564-.896%202.784a.75.75%200%200%200%20.75.75h5a.75.75%200%200%200%200-1.5H7.062c.09-.492.269-.82.472-1.058c.312-.364.755-.605%201.327-.842q.183-.075.397-.158c.454-.177.982-.382%201.41-.65c.626-.391%201.159-.973%201.32-1.915c.19-1.096-.03-2.095-.684-2.822C10.657%207.336%209.69%207%208.616%207c-1.32%200-2.134.552-2.596%201.18a2.9%202.9%200%200%200-.508%201.182l-.004.03l-.002.01v.008c-.001.002-.047.388-.001.001a.75.75%200%200%200%20.656.834m8.119%201.975a.75.75%200%200%200-1.06%201.06l1.219%201.22l-1.22%201.22a.75.75%200%201%200%201.061%201.06l1.22-1.22l1.22%201.22a.75.75%200%201%200%201.06-1.06l-1.22-1.22l1.22-1.22a.75.75%200%201%200-1.06-1.06l-1.22%201.22z%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%22M6.161%2010.245a.75.75%200%200%200%20.836-.668q.007-.039.032-.119c.035-.107.096-.25.199-.389c.181-.246.55-.569%201.388-.569c.776%200%201.286.239%201.573.558c.279.31.451.811.322%201.565c-.073.425-.283.675-.638.897c-.299.187-.632.317-1.043.477q-.251.097-.544.217c-.619.257-1.339.608-1.89%201.252c-.572.667-.896%201.564-.896%202.784a.75.75%200%200%200%20.75.75h5a.75.75%200%200%200%200-1.5H7.062c.09-.492.269-.82.472-1.058c.312-.364.755-.605%201.327-.842q.183-.075.397-.158c.454-.177.982-.382%201.41-.65c.626-.391%201.159-.973%201.32-1.915c.19-1.096-.03-2.095-.684-2.822C10.657%207.336%209.69%207%208.616%207c-1.32%200-2.134.552-2.596%201.18a2.9%202.9%200%200%200-.508%201.182l-.004.03l-.002.01v.008c-.001.002-.047.388-.001.001a.75.75%200%200%200%20.656.834m8.119%201.975a.75.75%200%200%200-1.06%201.06l1.219%201.22l-1.22%201.22a.75.75%200%201%200%201.061%201.06l1.22-1.22l1.22%201.22a.75.75%200%201%200%201.06-1.06l-1.22-1.22l1.22-1.22a.75.75%200%201%200-1.06-1.06l-1.22%201.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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