multiplier 2x icon
multiplier-2x-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- multiplier-2x-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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="M9.386 12.7v.007l.009-.042a2.5 2.5 0 0 1 .4-.83c.315-.42.895-.9 2.071-.9c1.077 0 1.729.35 2.091.81c.372.472.582 1.241.39 2.354c-.106.623-.413.992-.916 1.315c-.418.269-.885.458-1.456.69c-.232.094-.481.195-.751.312c-.859.37-1.846.87-2.6 1.773c-.778.93-1.224 2.177-1.224 3.879a1 1 0 0 0 1 1h6.934a1 1 0 0 0 0-2H9.475c.123-.742.382-1.237.683-1.596c.442-.528 1.065-.878 1.857-1.22c.171-.073.36-.15.557-.23c.628-.254 1.352-.548 1.94-.926c.86-.551 1.584-1.36 1.807-2.659c.256-1.487.032-2.885-.791-3.93c-.833-1.057-2.138-1.572-3.662-1.572c-1.857 0-3.01.819-3.67 1.7a4.5 4.5 0 0 0-.742 1.546a3 3 0 0 0-.036.164l-.002.015l-.001.005v.003l-.001.001s-.083.498 0 .001a1 1 0 0 0 1.97.338l.001-.002v-.003zm10.32 3.593a1 1 0 1 0-1.413 1.414l1.792 1.793l-1.793 1.793a1 1 0 1 0 1.415 1.414l1.793-1.793l1.792 1.793a1 1 0 1 0 1.414-1.414L22.914 19.5l1.792-1.793a1 1 0 0 0-1.414-1.414L21.5 18.086z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier2x32Regular(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="M9.386 12.7v.007l.009-.042a2.5 2.5 0 0 1 .4-.83c.315-.42.895-.9 2.071-.9c1.077 0 1.729.35 2.091.81c.372.472.582 1.241.39 2.354c-.106.623-.413.992-.916 1.315c-.418.269-.885.458-1.456.69c-.232.094-.481.195-.751.312c-.859.37-1.846.87-2.6 1.773c-.778.93-1.224 2.177-1.224 3.879a1 1 0 0 0 1 1h6.934a1 1 0 0 0 0-2H9.475c.123-.742.382-1.237.683-1.596c.442-.528 1.065-.878 1.857-1.22c.171-.073.36-.15.557-.23c.628-.254 1.352-.548 1.94-.926c.86-.551 1.584-1.36 1.807-2.659c.256-1.487.032-2.885-.791-3.93c-.833-1.057-2.138-1.572-3.662-1.572c-1.857 0-3.01.819-3.67 1.7a4.5 4.5 0 0 0-.742 1.546a3 3 0 0 0-.036.164l-.002.015l-.001.005v.003l-.001.001s-.083.498 0 .001a1 1 0 0 0 1.97.338l.001-.002v-.003zm10.32 3.593a1 1 0 1 0-1.413 1.414l1.792 1.793l-1.793 1.793a1 1 0 1 0 1.415 1.414l1.793-1.793l1.792 1.793a1 1 0 1 0 1.414-1.414L22.914 19.5l1.792-1.793a1 1 0 0 0-1.414-1.414L21.5 18.086z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.386 12.7v.007l.009-.042a2.5 2.5 0 0 1 .4-.83c.315-.42.895-.9 2.071-.9c1.077 0 1.729.35 2.091.81c.372.472.582 1.241.39 2.354c-.106.623-.413.992-.916 1.315c-.418.269-.885.458-1.456.69c-.232.094-.481.195-.751.312c-.859.37-1.846.87-2.6 1.773c-.778.93-1.224 2.177-1.224 3.879a1 1 0 0 0 1 1h6.934a1 1 0 0 0 0-2H9.475c.123-.742.382-1.237.683-1.596c.442-.528 1.065-.878 1.857-1.22c.171-.073.36-.15.557-.23c.628-.254 1.352-.548 1.94-.926c.86-.551 1.584-1.36 1.807-2.659c.256-1.487.032-2.885-.791-3.93c-.833-1.057-2.138-1.572-3.662-1.572c-1.857 0-3.01.819-3.67 1.7a4.5 4.5 0 0 0-.742 1.546a3 3 0 0 0-.036.164l-.002.015l-.001.005v.003l-.001.001s-.083.498 0 .001a1 1 0 0 0 1.97.338l.001-.002v-.003zm10.32 3.593a1 1 0 1 0-1.413 1.414l1.792 1.793l-1.793 1.793a1 1 0 1 0 1.415 1.414l1.793-1.793l1.792 1.793a1 1 0 1 0 1.414-1.414L22.914 19.5l1.792-1.793a1 1 0 0 0-1.414-1.414L21.5 18.086z"/></svg> </template>
CSS
.icon-multiplier-2x-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.386%2012.7v.007l.009-.042a2.5%202.5%200%200%201%20.4-.83c.315-.42.895-.9%202.071-.9c1.077%200%201.729.35%202.091.81c.372.472.582%201.241.39%202.354c-.106.623-.413.992-.916%201.315c-.418.269-.885.458-1.456.69c-.232.094-.481.195-.751.312c-.859.37-1.846.87-2.6%201.773c-.778.93-1.224%202.177-1.224%203.879a1%201%200%200%200%201%201h6.934a1%201%200%200%200%200-2H9.475c.123-.742.382-1.237.683-1.596c.442-.528%201.065-.878%201.857-1.22c.171-.073.36-.15.557-.23c.628-.254%201.352-.548%201.94-.926c.86-.551%201.584-1.36%201.807-2.659c.256-1.487.032-2.885-.791-3.93c-.833-1.057-2.138-1.572-3.662-1.572c-1.857%200-3.01.819-3.67%201.7a4.5%204.5%200%200%200-.742%201.546a3%203%200%200%200-.036.164l-.002.015l-.001.005v.003l-.001.001s-.083.498%200%20.001a1%201%200%200%200%201.97.338l.001-.002v-.003zm10.32%203.593a1%201%200%201%200-1.413%201.414l1.792%201.793l-1.793%201.793a1%201%200%201%200%201.415%201.414l1.793-1.793l1.792%201.793a1%201%200%201%200%201.414-1.414L22.914%2019.5l1.792-1.793a1%201%200%200%200-1.414-1.414L21.5%2018.086z%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%22M9.386%2012.7v.007l.009-.042a2.5%202.5%200%200%201%20.4-.83c.315-.42.895-.9%202.071-.9c1.077%200%201.729.35%202.091.81c.372.472.582%201.241.39%202.354c-.106.623-.413.992-.916%201.315c-.418.269-.885.458-1.456.69c-.232.094-.481.195-.751.312c-.859.37-1.846.87-2.6%201.773c-.778.93-1.224%202.177-1.224%203.879a1%201%200%200%200%201%201h6.934a1%201%200%200%200%200-2H9.475c.123-.742.382-1.237.683-1.596c.442-.528%201.065-.878%201.857-1.22c.171-.073.36-.15.557-.23c.628-.254%201.352-.548%201.94-.926c.86-.551%201.584-1.36%201.807-2.659c.256-1.487.032-2.885-.791-3.93c-.833-1.057-2.138-1.572-3.662-1.572c-1.857%200-3.01.819-3.67%201.7a4.5%204.5%200%200%200-.742%201.546a3%203%200%200%200-.036.164l-.002.015l-.001.005v.003l-.001.001s-.083.498%200%20.001a1%201%200%200%200%201.97.338l.001-.002v-.003zm10.32%203.593a1%201%200%201%200-1.413%201.414l1.792%201.793l-1.793%201.793a1%201%200%201%200%201.415%201.414l1.793-1.793l1.792%201.793a1%201%200%201%200%201.414-1.414L22.914%2019.5l1.792-1.793a1%201%200%200%200-1.414-1.414L21.5%2018.086z%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-regular.svg?color=%231a73e8&size=48