multiplier 5x icon
multiplier-5x-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- multiplier-5x-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the multiplier 5x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 8a.75.75 0 0 0-.749.708l-.25 4.5a.75.75 0 0 0 .838.787l2.567-.308a2.54 2.54 0 1 1 .303 5.063h-.305c-.83 0-1.62-.363-2.16-.994l-.425-.494a.75.75 0 1 0-1.138.976l.423.494a4.35 4.35 0 0 0 3.3 1.518h.305a4.04 4.04 0 1 0-.481-8.053l-1.68.202l.162-2.899h4.54a.75.75 0 0 0 0-1.5zm7.72 6.22a.75.75 0 0 1 1.06 0L20 15.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L21.06 17l1.72 1.72a.75.75 0 1 1-1.06 1.06L20 18.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L18.94 17l-1.72-1.72a.75.75 0 0 1 0-1.06M6.5 19.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier5x28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 8a.75.75 0 0 0-.749.708l-.25 4.5a.75.75 0 0 0 .838.787l2.567-.308a2.54 2.54 0 1 1 .303 5.063h-.305c-.83 0-1.62-.363-2.16-.994l-.425-.494a.75.75 0 1 0-1.138.976l.423.494a4.35 4.35 0 0 0 3.3 1.518h.305a4.04 4.04 0 1 0-.481-8.053l-1.68.202l.162-2.899h4.54a.75.75 0 0 0 0-1.5zm7.72 6.22a.75.75 0 0 1 1.06 0L20 15.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L21.06 17l1.72 1.72a.75.75 0 1 1-1.06 1.06L20 18.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L18.94 17l-1.72-1.72a.75.75 0 0 1 0-1.06M6.5 19.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 8a.75.75 0 0 0-.749.708l-.25 4.5a.75.75 0 0 0 .838.787l2.567-.308a2.54 2.54 0 1 1 .303 5.063h-.305c-.83 0-1.62-.363-2.16-.994l-.425-.494a.75.75 0 1 0-1.138.976l.423.494a4.35 4.35 0 0 0 3.3 1.518h.305a4.04 4.04 0 1 0-.481-8.053l-1.68.202l.162-2.899h4.54a.75.75 0 0 0 0-1.5zm7.72 6.22a.75.75 0 0 1 1.06 0L20 15.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L21.06 17l1.72 1.72a.75.75 0 1 1-1.06 1.06L20 18.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L18.94 17l-1.72-1.72a.75.75 0 0 1 0-1.06M6.5 19.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></svg> </template>
CSS
.icon-multiplier-5x-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%208a.75.75%200%200%200-.749.708l-.25%204.5a.75.75%200%200%200%20.838.787l2.567-.308a2.54%202.54%200%201%201%20.303%205.063h-.305c-.83%200-1.62-.363-2.16-.994l-.425-.494a.75.75%200%201%200-1.138.976l.423.494a4.35%204.35%200%200%200%203.3%201.518h.305a4.04%204.04%200%201%200-.481-8.053l-1.68.202l.162-2.899h4.54a.75.75%200%200%200%200-1.5zm7.72%206.22a.75.75%200%200%201%201.06%200L20%2015.94l1.72-1.72a.75.75%200%201%201%201.06%201.06L21.06%2017l1.72%201.72a.75.75%200%201%201-1.06%201.06L20%2018.06l-1.72%201.72a.75.75%200%201%201-1.06-1.06L18.94%2017l-1.72-1.72a.75.75%200%200%201%200-1.06M6.5%2019.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%208a.75.75%200%200%200-.749.708l-.25%204.5a.75.75%200%200%200%20.838.787l2.567-.308a2.54%202.54%200%201%201%20.303%205.063h-.305c-.83%200-1.62-.363-2.16-.994l-.425-.494a.75.75%200%201%200-1.138.976l.423.494a4.35%204.35%200%200%200%203.3%201.518h.305a4.04%204.04%200%201%200-.481-8.053l-1.68.202l.162-2.899h4.54a.75.75%200%200%200%200-1.5zm7.72%206.22a.75.75%200%200%201%201.06%200L20%2015.94l1.72-1.72a.75.75%200%201%201%201.06%201.06L21.06%2017l1.72%201.72a.75.75%200%201%201-1.06%201.06L20%2018.06l-1.72%201.72a.75.75%200%201%201-1.06-1.06L18.94%2017l-1.72-1.72a.75.75%200%200%201%200-1.06M6.5%2019.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/multiplier-5x-28-regular.svg?color=%231a73e8&size=48