multiplier 2x icon
multiplier-2x-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- multiplier-2x-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M5.703 8.748a.75.75 0 0 0 .799-.701a1 1 0 0 1 .148-.388c.109-.168.338-.409.952-.409c.58 0 .861.186 1.003.38c.158.216.266.61.157 1.243a.78.78 0 0 1-.402.597c-.204.126-.423.206-.719.314q-.19.069-.43.162c-.474.185-1.057.456-1.504.997c-.461.558-.704 1.308-.704 2.307a.75.75 0 0 0 .75.75H9.5a.75.75 0 0 0 0-1.5H6.58c.069-.285.175-.47.283-.6c.195-.238.478-.395.894-.557l.27-.101c.343-.125.776-.282 1.123-.497c.523-.324.954-.82 1.09-1.618c.15-.867.057-1.723-.424-2.382c-.497-.68-1.294-.995-2.214-.995c-1.135 0-1.831.51-2.21 1.091a2.5 2.5 0 0 0-.386 1.09l-.001.011v.006c0 .003-.01.143 0 .002a.75.75 0 0 0 .698.798m6.578 1.472a.75.75 0 1 0-1.06 1.06l.72.72l-.72.72a.75.75 0 0 0 1.06 1.06l.72-.72l.719.72a.75.75 0 1 0 1.06-1.06l-.72-.72l.72-.72a.75.75 0 0 0-1.06-1.06l-.72.72z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier2x20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.703 8.748a.75.75 0 0 0 .799-.701a1 1 0 0 1 .148-.388c.109-.168.338-.409.952-.409c.58 0 .861.186 1.003.38c.158.216.266.61.157 1.243a.78.78 0 0 1-.402.597c-.204.126-.423.206-.719.314q-.19.069-.43.162c-.474.185-1.057.456-1.504.997c-.461.558-.704 1.308-.704 2.307a.75.75 0 0 0 .75.75H9.5a.75.75 0 0 0 0-1.5H6.58c.069-.285.175-.47.283-.6c.195-.238.478-.395.894-.557l.27-.101c.343-.125.776-.282 1.123-.497c.523-.324.954-.82 1.09-1.618c.15-.867.057-1.723-.424-2.382c-.497-.68-1.294-.995-2.214-.995c-1.135 0-1.831.51-2.21 1.091a2.5 2.5 0 0 0-.386 1.09l-.001.011v.006c0 .003-.01.143 0 .002a.75.75 0 0 0 .698.798m6.578 1.472a.75.75 0 1 0-1.06 1.06l.72.72l-.72.72a.75.75 0 0 0 1.06 1.06l.72-.72l.719.72a.75.75 0 1 0 1.06-1.06l-.72-.72l.72-.72a.75.75 0 0 0-1.06-1.06l-.72.72z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.703 8.748a.75.75 0 0 0 .799-.701a1 1 0 0 1 .148-.388c.109-.168.338-.409.952-.409c.58 0 .861.186 1.003.38c.158.216.266.61.157 1.243a.78.78 0 0 1-.402.597c-.204.126-.423.206-.719.314q-.19.069-.43.162c-.474.185-1.057.456-1.504.997c-.461.558-.704 1.308-.704 2.307a.75.75 0 0 0 .75.75H9.5a.75.75 0 0 0 0-1.5H6.58c.069-.285.175-.47.283-.6c.195-.238.478-.395.894-.557l.27-.101c.343-.125.776-.282 1.123-.497c.523-.324.954-.82 1.09-1.618c.15-.867.057-1.723-.424-2.382c-.497-.68-1.294-.995-2.214-.995c-1.135 0-1.831.51-2.21 1.091a2.5 2.5 0 0 0-.386 1.09l-.001.011v.006c0 .003-.01.143 0 .002a.75.75 0 0 0 .698.798m6.578 1.472a.75.75 0 1 0-1.06 1.06l.72.72l-.72.72a.75.75 0 0 0 1.06 1.06l.72-.72l.719.72a.75.75 0 1 0 1.06-1.06l-.72-.72l.72-.72a.75.75 0 0 0-1.06-1.06l-.72.72z"/></svg> </template>
CSS
.icon-multiplier-2x-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.703%208.748a.75.75%200%200%200%20.799-.701a1%201%200%200%201%20.148-.388c.109-.168.338-.409.952-.409c.58%200%20.861.186%201.003.38c.158.216.266.61.157%201.243a.78.78%200%200%201-.402.597c-.204.126-.423.206-.719.314q-.19.069-.43.162c-.474.185-1.057.456-1.504.997c-.461.558-.704%201.308-.704%202.307a.75.75%200%200%200%20.75.75H9.5a.75.75%200%200%200%200-1.5H6.58c.069-.285.175-.47.283-.6c.195-.238.478-.395.894-.557l.27-.101c.343-.125.776-.282%201.123-.497c.523-.324.954-.82%201.09-1.618c.15-.867.057-1.723-.424-2.382c-.497-.68-1.294-.995-2.214-.995c-1.135%200-1.831.51-2.21%201.091a2.5%202.5%200%200%200-.386%201.09l-.001.011v.006c0%20.003-.01.143%200%20.002a.75.75%200%200%200%20.698.798m6.578%201.472a.75.75%200%201%200-1.06%201.06l.72.72l-.72.72a.75.75%200%200%200%201.06%201.06l.72-.72l.719.72a.75.75%200%201%200%201.06-1.06l-.72-.72l.72-.72a.75.75%200%200%200-1.06-1.06l-.72.72z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.703%208.748a.75.75%200%200%200%20.799-.701a1%201%200%200%201%20.148-.388c.109-.168.338-.409.952-.409c.58%200%20.861.186%201.003.38c.158.216.266.61.157%201.243a.78.78%200%200%201-.402.597c-.204.126-.423.206-.719.314q-.19.069-.43.162c-.474.185-1.057.456-1.504.997c-.461.558-.704%201.308-.704%202.307a.75.75%200%200%200%20.75.75H9.5a.75.75%200%200%200%200-1.5H6.58c.069-.285.175-.47.283-.6c.195-.238.478-.395.894-.557l.27-.101c.343-.125.776-.282%201.123-.497c.523-.324.954-.82%201.09-1.618c.15-.867.057-1.723-.424-2.382c-.497-.68-1.294-.995-2.214-.995c-1.135%200-1.831.51-2.21%201.091a2.5%202.5%200%200%200-.386%201.09l-.001.011v.006c0%20.003-.01.143%200%20.002a.75.75%200%200%200%20.698.798m6.578%201.472a.75.75%200%201%200-1.06%201.06l.72.72l-.72.72a.75.75%200%200%200%201.06%201.06l.72-.72l.719.72a.75.75%200%201%200%201.06-1.06l-.72-.72l.72-.72a.75.75%200%200%200-1.06-1.06l-.72.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/multiplier-2x-20-filled.svg?color=%231a73e8&size=48