multiplier-2x-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
multiplier-2x-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M7.976 13.753a1.25 1.25 0 0 0 1.5-.964a2.5 2.5 0 0 1 .417-.77c.315-.39.876-.835 1.973-.835c1.032 0 1.753.337 2.17.785c.399.429.649 1.098.482 2.07c-.085.49-.326.78-.828 1.06c-.436.243-.923.406-1.541.612q-.372.123-.815.278c-.928.33-2.045.796-2.912 1.71C7.51 18.662 7 19.977 7 21.75A1.25 1.25 0 0 0 8.25 23h7.5a1.25 1.25 0 0 0 0-2.5H9.647c.137-.498.354-.833.589-1.08c.436-.46 1.07-.768 1.934-1.075q.264-.093.574-.195c.688-.228 1.505-.5 2.164-.867c.967-.54 1.828-1.39 2.074-2.82c.28-1.629-.112-3.118-1.116-4.197c-.987-1.061-2.431-1.582-4-1.582c-1.936 0-3.183.854-3.918 1.764a5 5 0 0 0-.862 1.606a3 3 0 0 0-.05.177l-.003.016l-.002.007v.005c-.001.002-.132.587 0 .001a1.25 1.25 0 0 0 .945 1.493m12.158 2.614a1.25 1.25 0 1 0-1.768 1.767l1.366 1.366l-1.366 1.367a1.25 1.25 0 1 0 1.768 1.767l1.366-1.366l1.366 1.366a1.25 1.25 0 0 0 1.768-1.767L23.268 19.5l1.366-1.366a1.25 1.25 0 0 0-1.768-1.767L21.5 17.733z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier2x32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.976 13.753a1.25 1.25 0 0 0 1.5-.964a2.5 2.5 0 0 1 .417-.77c.315-.39.876-.835 1.973-.835c1.032 0 1.753.337 2.17.785c.399.429.649 1.098.482 2.07c-.085.49-.326.78-.828 1.06c-.436.243-.923.406-1.541.612q-.372.123-.815.278c-.928.33-2.045.796-2.912 1.71C7.51 18.662 7 19.977 7 21.75A1.25 1.25 0 0 0 8.25 23h7.5a1.25 1.25 0 0 0 0-2.5H9.647c.137-.498.354-.833.589-1.08c.436-.46 1.07-.768 1.934-1.075q.264-.093.574-.195c.688-.228 1.505-.5 2.164-.867c.967-.54 1.828-1.39 2.074-2.82c.28-1.629-.112-3.118-1.116-4.197c-.987-1.061-2.431-1.582-4-1.582c-1.936 0-3.183.854-3.918 1.764a5 5 0 0 0-.862 1.606a3 3 0 0 0-.05.177l-.003.016l-.002.007v.005c-.001.002-.132.587 0 .001a1.25 1.25 0 0 0 .945 1.493m12.158 2.614a1.25 1.25 0 1 0-1.768 1.767l1.366 1.366l-1.366 1.367a1.25 1.25 0 1 0 1.768 1.767l1.366-1.366l1.366 1.366a1.25 1.25 0 0 0 1.768-1.767L23.268 19.5l1.366-1.366a1.25 1.25 0 0 0-1.768-1.767L21.5 17.733z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.976 13.753a1.25 1.25 0 0 0 1.5-.964a2.5 2.5 0 0 1 .417-.77c.315-.39.876-.835 1.973-.835c1.032 0 1.753.337 2.17.785c.399.429.649 1.098.482 2.07c-.085.49-.326.78-.828 1.06c-.436.243-.923.406-1.541.612q-.372.123-.815.278c-.928.33-2.045.796-2.912 1.71C7.51 18.662 7 19.977 7 21.75A1.25 1.25 0 0 0 8.25 23h7.5a1.25 1.25 0 0 0 0-2.5H9.647c.137-.498.354-.833.589-1.08c.436-.46 1.07-.768 1.934-1.075q.264-.093.574-.195c.688-.228 1.505-.5 2.164-.867c.967-.54 1.828-1.39 2.074-2.82c.28-1.629-.112-3.118-1.116-4.197c-.987-1.061-2.431-1.582-4-1.582c-1.936 0-3.183.854-3.918 1.764a5 5 0 0 0-.862 1.606a3 3 0 0 0-.05.177l-.003.016l-.002.007v.005c-.001.002-.132.587 0 .001a1.25 1.25 0 0 0 .945 1.493m12.158 2.614a1.25 1.25 0 1 0-1.768 1.767l1.366 1.366l-1.366 1.367a1.25 1.25 0 1 0 1.768 1.767l1.366-1.366l1.366 1.366a1.25 1.25 0 0 0 1.768-1.767L23.268 19.5l1.366-1.366a1.25 1.25 0 0 0-1.768-1.767L21.5 17.733z"/></svg>
</template>

CSS

.icon-multiplier-2x-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.976%2013.753a1.25%201.25%200%200%200%201.5-.964a2.5%202.5%200%200%201%20.417-.77c.315-.39.876-.835%201.973-.835c1.032%200%201.753.337%202.17.785c.399.429.649%201.098.482%202.07c-.085.49-.326.78-.828%201.06c-.436.243-.923.406-1.541.612q-.372.123-.815.278c-.928.33-2.045.796-2.912%201.71C7.51%2018.662%207%2019.977%207%2021.75A1.25%201.25%200%200%200%208.25%2023h7.5a1.25%201.25%200%200%200%200-2.5H9.647c.137-.498.354-.833.589-1.08c.436-.46%201.07-.768%201.934-1.075q.264-.093.574-.195c.688-.228%201.505-.5%202.164-.867c.967-.54%201.828-1.39%202.074-2.82c.28-1.629-.112-3.118-1.116-4.197c-.987-1.061-2.431-1.582-4-1.582c-1.936%200-3.183.854-3.918%201.764a5%205%200%200%200-.862%201.606a3%203%200%200%200-.05.177l-.003.016l-.002.007v.005c-.001.002-.132.587%200%20.001a1.25%201.25%200%200%200%20.945%201.493m12.158%202.614a1.25%201.25%200%201%200-1.768%201.767l1.366%201.366l-1.366%201.367a1.25%201.25%200%201%200%201.768%201.767l1.366-1.366l1.366%201.366a1.25%201.25%200%200%200%201.768-1.767L23.268%2019.5l1.366-1.366a1.25%201.25%200%200%200-1.768-1.767L21.5%2017.733z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.976%2013.753a1.25%201.25%200%200%200%201.5-.964a2.5%202.5%200%200%201%20.417-.77c.315-.39.876-.835%201.973-.835c1.032%200%201.753.337%202.17.785c.399.429.649%201.098.482%202.07c-.085.49-.326.78-.828%201.06c-.436.243-.923.406-1.541.612q-.372.123-.815.278c-.928.33-2.045.796-2.912%201.71C7.51%2018.662%207%2019.977%207%2021.75A1.25%201.25%200%200%200%208.25%2023h7.5a1.25%201.25%200%200%200%200-2.5H9.647c.137-.498.354-.833.589-1.08c.436-.46%201.07-.768%201.934-1.075q.264-.093.574-.195c.688-.228%201.505-.5%202.164-.867c.967-.54%201.828-1.39%202.074-2.82c.28-1.629-.112-3.118-1.116-4.197c-.987-1.061-2.431-1.582-4-1.582c-1.936%200-3.183.854-3.918%201.764a5%205%200%200%200-.862%201.606a3%203%200%200%200-.05.177l-.003.016l-.002.007v.005c-.001.002-.132.587%200%20.001a1.25%201.25%200%200%200%20.945%201.493m12.158%202.614a1.25%201.25%200%201%200-1.768%201.767l1.366%201.366l-1.366%201.367a1.25%201.25%200%201%200%201.768%201.767l1.366-1.366l1.366%201.366a1.25%201.25%200%200%200%201.768-1.767L23.268%2019.5l1.366-1.366a1.25%201.25%200%200%200-1.768-1.767L21.5%2017.733z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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