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

Name
multiplier-1-8x-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M12.75 12.625c0-2.304 2.094-3.875 4.283-3.875s4.284 1.571 4.284 3.875a3.6 3.6 0 0 1-1.023 2.52c1.03.829 1.706 2.05 1.706 3.48c0 2.675-2.366 4.625-5 4.625s-5-1.95-5-4.625c0-1.447.692-2.681 1.744-3.51a3.6 3.6 0 0 1-.994-2.49m4.283-1.375c-1.16 0-1.783.78-1.783 1.375c0 .596.623 1.375 1.783 1.375c1.161 0 1.784-.78 1.784-1.375c0-.596-.623-1.375-1.784-1.375M17 16.5c-1.508 0-2.5 1.072-2.5 2.125s.992 2.125 2.5 2.125s2.5-1.072 2.5-2.125S18.508 16.5 17 16.5m8.134-.134a1.25 1.25 0 0 0-1.768 1.768l1.366 1.366l-1.366 1.366a1.25 1.25 0 0 0 1.768 1.768l1.366-1.366l1.366 1.366a1.25 1.25 0 0 0 1.768-1.768L28.268 19.5l1.366-1.366a1.25 1.25 0 0 0-1.768-1.768L26.5 17.732zM11 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.208 9.087c.478.188.792.65.792 1.163v11.5a1.25 1.25 0 1 1-2.5 0v-8.508c-.432.333-.951.687-1.607 1.08a1.25 1.25 0 0 1-1.286-2.144c1.021-.612 1.599-1.073 2.014-1.467c.287-.273.48-.492.71-.752c.142-.163.3-.342.505-.562a1.25 1.25 0 0 1 1.372-.31"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier18x32Filled(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="M12.75 12.625c0-2.304 2.094-3.875 4.283-3.875s4.284 1.571 4.284 3.875a3.6 3.6 0 0 1-1.023 2.52c1.03.829 1.706 2.05 1.706 3.48c0 2.675-2.366 4.625-5 4.625s-5-1.95-5-4.625c0-1.447.692-2.681 1.744-3.51a3.6 3.6 0 0 1-.994-2.49m4.283-1.375c-1.16 0-1.783.78-1.783 1.375c0 .596.623 1.375 1.783 1.375c1.161 0 1.784-.78 1.784-1.375c0-.596-.623-1.375-1.784-1.375M17 16.5c-1.508 0-2.5 1.072-2.5 2.125s.992 2.125 2.5 2.125s2.5-1.072 2.5-2.125S18.508 16.5 17 16.5m8.134-.134a1.25 1.25 0 0 0-1.768 1.768l1.366 1.366l-1.366 1.366a1.25 1.25 0 0 0 1.768 1.768l1.366-1.366l1.366 1.366a1.25 1.25 0 0 0 1.768-1.768L28.268 19.5l1.366-1.366a1.25 1.25 0 0 0-1.768-1.768L26.5 17.732zM11 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.208 9.087c.478.188.792.65.792 1.163v11.5a1.25 1.25 0 1 1-2.5 0v-8.508c-.432.333-.951.687-1.607 1.08a1.25 1.25 0 0 1-1.286-2.144c1.021-.612 1.599-1.073 2.014-1.467c.287-.273.48-.492.71-.752c.142-.163.3-.342.505-.562a1.25 1.25 0 0 1 1.372-.31"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.75 12.625c0-2.304 2.094-3.875 4.283-3.875s4.284 1.571 4.284 3.875a3.6 3.6 0 0 1-1.023 2.52c1.03.829 1.706 2.05 1.706 3.48c0 2.675-2.366 4.625-5 4.625s-5-1.95-5-4.625c0-1.447.692-2.681 1.744-3.51a3.6 3.6 0 0 1-.994-2.49m4.283-1.375c-1.16 0-1.783.78-1.783 1.375c0 .596.623 1.375 1.783 1.375c1.161 0 1.784-.78 1.784-1.375c0-.596-.623-1.375-1.784-1.375M17 16.5c-1.508 0-2.5 1.072-2.5 2.125s.992 2.125 2.5 2.125s2.5-1.072 2.5-2.125S18.508 16.5 17 16.5m8.134-.134a1.25 1.25 0 0 0-1.768 1.768l1.366 1.366l-1.366 1.366a1.25 1.25 0 0 0 1.768 1.768l1.366-1.366l1.366 1.366a1.25 1.25 0 0 0 1.768-1.768L28.268 19.5l1.366-1.366a1.25 1.25 0 0 0-1.768-1.768L26.5 17.732zM11 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.208 9.087c.478.188.792.65.792 1.163v11.5a1.25 1.25 0 1 1-2.5 0v-8.508c-.432.333-.951.687-1.607 1.08a1.25 1.25 0 0 1-1.286-2.144c1.021-.612 1.599-1.073 2.014-1.467c.287-.273.48-.492.71-.752c.142-.163.3-.342.505-.562a1.25 1.25 0 0 1 1.372-.31"/></svg>
</template>

CSS

.icon-multiplier-1-8x-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%22M12.75%2012.625c0-2.304%202.094-3.875%204.283-3.875s4.284%201.571%204.284%203.875a3.6%203.6%200%200%201-1.023%202.52c1.03.829%201.706%202.05%201.706%203.48c0%202.675-2.366%204.625-5%204.625s-5-1.95-5-4.625c0-1.447.692-2.681%201.744-3.51a3.6%203.6%200%200%201-.994-2.49m4.283-1.375c-1.16%200-1.783.78-1.783%201.375c0%20.596.623%201.375%201.783%201.375c1.161%200%201.784-.78%201.784-1.375c0-.596-.623-1.375-1.784-1.375M17%2016.5c-1.508%200-2.5%201.072-2.5%202.125s.992%202.125%202.5%202.125s2.5-1.072%202.5-2.125S18.508%2016.5%2017%2016.5m8.134-.134a1.25%201.25%200%200%200-1.768%201.768l1.366%201.366l-1.366%201.366a1.25%201.25%200%200%200%201.768%201.768l1.366-1.366l1.366%201.366a1.25%201.25%200%200%200%201.768-1.768L28.268%2019.5l1.366-1.366a1.25%201.25%200%200%200-1.768-1.768L26.5%2017.732zM11%2022a1%201%200%201%201-2%200a1%201%200%200%201%202%200M7.208%209.087c.478.188.792.65.792%201.163v11.5a1.25%201.25%200%201%201-2.5%200v-8.508c-.432.333-.951.687-1.607%201.08a1.25%201.25%200%200%201-1.286-2.144c1.021-.612%201.599-1.073%202.014-1.467c.287-.273.48-.492.71-.752c.142-.163.3-.342.505-.562a1.25%201.25%200%200%201%201.372-.31%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%22M12.75%2012.625c0-2.304%202.094-3.875%204.283-3.875s4.284%201.571%204.284%203.875a3.6%203.6%200%200%201-1.023%202.52c1.03.829%201.706%202.05%201.706%203.48c0%202.675-2.366%204.625-5%204.625s-5-1.95-5-4.625c0-1.447.692-2.681%201.744-3.51a3.6%203.6%200%200%201-.994-2.49m4.283-1.375c-1.16%200-1.783.78-1.783%201.375c0%20.596.623%201.375%201.783%201.375c1.161%200%201.784-.78%201.784-1.375c0-.596-.623-1.375-1.784-1.375M17%2016.5c-1.508%200-2.5%201.072-2.5%202.125s.992%202.125%202.5%202.125s2.5-1.072%202.5-2.125S18.508%2016.5%2017%2016.5m8.134-.134a1.25%201.25%200%200%200-1.768%201.768l1.366%201.366l-1.366%201.366a1.25%201.25%200%200%200%201.768%201.768l1.366-1.366l1.366%201.366a1.25%201.25%200%200%200%201.768-1.768L28.268%2019.5l1.366-1.366a1.25%201.25%200%200%200-1.768-1.768L26.5%2017.732zM11%2022a1%201%200%201%201-2%200a1%201%200%200%201%202%200M7.208%209.087c.478.188.792.65.792%201.163v11.5a1.25%201.25%200%201%201-2.5%200v-8.508c-.432.333-.951.687-1.607%201.08a1.25%201.25%200%200%201-1.286-2.144c1.021-.612%201.599-1.073%202.014-1.467c.287-.273.48-.492.71-.752c.142-.163.3-.342.505-.562a1.25%201.25%200%200%201%201.372-.31%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-32-filled.svg?color=%231a73e8&size=48