multiplier 1 2x icon
multiplier-1-2x-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- multiplier-1-2x-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M14.386 12.702V12.7v.006q0-.01.009-.042a2.5 2.5 0 0 1 .4-.83c.315-.42.895-.9 2.071-.9c1.076 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.69a35 35 0 0 0-.752.312c-.858.37-1.845.87-2.6 1.773c-.777.93-1.223 2.177-1.223 3.879a1 1 0 0 0 1 1h6.933a1 1 0 1 0 0-2h-5.858c.123-.742.382-1.237.683-1.596c.442-.528 1.064-.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-.002.005v.004s-.085.513 0 .001a1 1 0 0 0 1.97.338l.001-.002zm10.321 3.591a1 1 0 1 0-1.414 1.414l1.793 1.793l-1.793 1.793a1 1 0 0 0 1.414 1.414l1.793-1.793l1.793 1.793a1 1 0 1 0 1.414-1.414L27.914 19.5l1.793-1.793a1 1 0 0 0-1.414-1.414L26.5 18.086zM11 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.327 9.055A1 1 0 0 1 8 10v12a1 1 0 1 1-2 0v-9.578c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.715a13.3 13.3 0 0 0 3.221-2.751l.007-.009a1 1 0 0 1 1.114-.328"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier12x32Regular(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="M14.386 12.702V12.7v.006q0-.01.009-.042a2.5 2.5 0 0 1 .4-.83c.315-.42.895-.9 2.071-.9c1.076 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.69a35 35 0 0 0-.752.312c-.858.37-1.845.87-2.6 1.773c-.777.93-1.223 2.177-1.223 3.879a1 1 0 0 0 1 1h6.933a1 1 0 1 0 0-2h-5.858c.123-.742.382-1.237.683-1.596c.442-.528 1.064-.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-.002.005v.004s-.085.513 0 .001a1 1 0 0 0 1.97.338l.001-.002zm10.321 3.591a1 1 0 1 0-1.414 1.414l1.793 1.793l-1.793 1.793a1 1 0 0 0 1.414 1.414l1.793-1.793l1.793 1.793a1 1 0 1 0 1.414-1.414L27.914 19.5l1.793-1.793a1 1 0 0 0-1.414-1.414L26.5 18.086zM11 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.327 9.055A1 1 0 0 1 8 10v12a1 1 0 1 1-2 0v-9.578c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.715a13.3 13.3 0 0 0 3.221-2.751l.007-.009a1 1 0 0 1 1.114-.328"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.386 12.702V12.7v.006q0-.01.009-.042a2.5 2.5 0 0 1 .4-.83c.315-.42.895-.9 2.071-.9c1.076 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.69a35 35 0 0 0-.752.312c-.858.37-1.845.87-2.6 1.773c-.777.93-1.223 2.177-1.223 3.879a1 1 0 0 0 1 1h6.933a1 1 0 1 0 0-2h-5.858c.123-.742.382-1.237.683-1.596c.442-.528 1.064-.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-.002.005v.004s-.085.513 0 .001a1 1 0 0 0 1.97.338l.001-.002zm10.321 3.591a1 1 0 1 0-1.414 1.414l1.793 1.793l-1.793 1.793a1 1 0 0 0 1.414 1.414l1.793-1.793l1.793 1.793a1 1 0 1 0 1.414-1.414L27.914 19.5l1.793-1.793a1 1 0 0 0-1.414-1.414L26.5 18.086zM11 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.327 9.055A1 1 0 0 1 8 10v12a1 1 0 1 1-2 0v-9.578c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.715a13.3 13.3 0 0 0 3.221-2.751l.007-.009a1 1 0 0 1 1.114-.328"/></svg> </template>
CSS
.icon-multiplier-1-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%22M14.386%2012.702V12.7v.006q0-.01.009-.042a2.5%202.5%200%200%201%20.4-.83c.315-.42.895-.9%202.071-.9c1.076%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.69a35%2035%200%200%200-.752.312c-.858.37-1.845.87-2.6%201.773c-.777.93-1.223%202.177-1.223%203.879a1%201%200%200%200%201%201h6.933a1%201%200%201%200%200-2h-5.858c.123-.742.382-1.237.683-1.596c.442-.528%201.064-.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-.002.005v.004s-.085.513%200%20.001a1%201%200%200%200%201.97.338l.001-.002zm10.321%203.591a1%201%200%201%200-1.414%201.414l1.793%201.793l-1.793%201.793a1%201%200%200%200%201.414%201.414l1.793-1.793l1.793%201.793a1%201%200%201%200%201.414-1.414L27.914%2019.5l1.793-1.793a1%201%200%200%200-1.414-1.414L26.5%2018.086zM11%2022a1%201%200%201%201-2%200a1%201%200%200%201%202%200M7.327%209.055A1%201%200%200%201%208%2010v12a1%201%200%201%201-2%200v-9.578c-.55.47-1.217.975-1.985%201.436a1%201%200%200%201-1.03-1.715a13.3%2013.3%200%200%200%203.221-2.751l.007-.009a1%201%200%200%201%201.114-.328%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%22M14.386%2012.702V12.7v.006q0-.01.009-.042a2.5%202.5%200%200%201%20.4-.83c.315-.42.895-.9%202.071-.9c1.076%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.69a35%2035%200%200%200-.752.312c-.858.37-1.845.87-2.6%201.773c-.777.93-1.223%202.177-1.223%203.879a1%201%200%200%200%201%201h6.933a1%201%200%201%200%200-2h-5.858c.123-.742.382-1.237.683-1.596c.442-.528%201.064-.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-.002.005v.004s-.085.513%200%20.001a1%201%200%200%200%201.97.338l.001-.002zm10.321%203.591a1%201%200%201%200-1.414%201.414l1.793%201.793l-1.793%201.793a1%201%200%200%200%201.414%201.414l1.793-1.793l1.793%201.793a1%201%200%201%200%201.414-1.414L27.914%2019.5l1.793-1.793a1%201%200%200%200-1.414-1.414L26.5%2018.086zM11%2022a1%201%200%201%201-2%200a1%201%200%200%201%202%200M7.327%209.055A1%201%200%200%201%208%2010v12a1%201%200%201%201-2%200v-9.578c-.55.47-1.217.975-1.985%201.436a1%201%200%200%201-1.03-1.715a13.3%2013.3%200%200%200%203.221-2.751l.007-.009a1%201%200%200%201%201.114-.328%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-32-regular.svg?color=%231a73e8&size=48