multiplier 1 5x icon
multiplier-1-5x-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- multiplier-1-5x-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 1 5x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.972 8.034a.75.75 0 0 1 .528.716v10.5a.75.75 0 0 1-1.5 0v-8.29c-.453.458-1.046.943-1.864 1.434a.75.75 0 0 1-.772-1.286c1.526-.915 2.077-1.745 2.579-2.5q.094-.142.188-.28a.75.75 0 0 1 .84-.293m5.78.674A.75.75 0 0 1 12.5 8h5.25a.75.75 0 0 1 0 1.5h-4.54l-.162 2.899l1.68-.202a4.04 4.04 0 1 1 .481 8.053h-.305a4.35 4.35 0 0 1-3.3-1.518l-.423-.494a.75.75 0 1 1 1.139-.976l.423.494c.54.631 1.33.994 2.161.994h.305a2.54 2.54 0 1 0-.303-5.063l-2.567.308a.75.75 0 0 1-.838-.787zm9.528 5.512a.75.75 0 1 0-1.06 1.06L21.94 17l-1.72 1.72a.75.75 0 1 0 1.06 1.06L23 18.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L24.06 17l1.72-1.72a.75.75 0 0 0-1.06-1.06L23 15.94zM8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier15x28Regular(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="M5.972 8.034a.75.75 0 0 1 .528.716v10.5a.75.75 0 0 1-1.5 0v-8.29c-.453.458-1.046.943-1.864 1.434a.75.75 0 0 1-.772-1.286c1.526-.915 2.077-1.745 2.579-2.5q.094-.142.188-.28a.75.75 0 0 1 .84-.293m5.78.674A.75.75 0 0 1 12.5 8h5.25a.75.75 0 0 1 0 1.5h-4.54l-.162 2.899l1.68-.202a4.04 4.04 0 1 1 .481 8.053h-.305a4.35 4.35 0 0 1-3.3-1.518l-.423-.494a.75.75 0 1 1 1.139-.976l.423.494c.54.631 1.33.994 2.161.994h.305a2.54 2.54 0 1 0-.303-5.063l-2.567.308a.75.75 0 0 1-.838-.787zm9.528 5.512a.75.75 0 1 0-1.06 1.06L21.94 17l-1.72 1.72a.75.75 0 1 0 1.06 1.06L23 18.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L24.06 17l1.72-1.72a.75.75 0 0 0-1.06-1.06L23 15.94zM8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.972 8.034a.75.75 0 0 1 .528.716v10.5a.75.75 0 0 1-1.5 0v-8.29c-.453.458-1.046.943-1.864 1.434a.75.75 0 0 1-.772-1.286c1.526-.915 2.077-1.745 2.579-2.5q.094-.142.188-.28a.75.75 0 0 1 .84-.293m5.78.674A.75.75 0 0 1 12.5 8h5.25a.75.75 0 0 1 0 1.5h-4.54l-.162 2.899l1.68-.202a4.04 4.04 0 1 1 .481 8.053h-.305a4.35 4.35 0 0 1-3.3-1.518l-.423-.494a.75.75 0 1 1 1.139-.976l.423.494c.54.631 1.33.994 2.161.994h.305a2.54 2.54 0 1 0-.303-5.063l-2.567.308a.75.75 0 0 1-.838-.787zm9.528 5.512a.75.75 0 1 0-1.06 1.06L21.94 17l-1.72 1.72a.75.75 0 1 0 1.06 1.06L23 18.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L24.06 17l1.72-1.72a.75.75 0 0 0-1.06-1.06L23 15.94zM8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg> </template>
CSS
.icon-multiplier-1-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%22M5.972%208.034a.75.75%200%200%201%20.528.716v10.5a.75.75%200%200%201-1.5%200v-8.29c-.453.458-1.046.943-1.864%201.434a.75.75%200%200%201-.772-1.286c1.526-.915%202.077-1.745%202.579-2.5q.094-.142.188-.28a.75.75%200%200%201%20.84-.293m5.78.674A.75.75%200%200%201%2012.5%208h5.25a.75.75%200%200%201%200%201.5h-4.54l-.162%202.899l1.68-.202a4.04%204.04%200%201%201%20.481%208.053h-.305a4.35%204.35%200%200%201-3.3-1.518l-.423-.494a.75.75%200%201%201%201.139-.976l.423.494c.54.631%201.33.994%202.161.994h.305a2.54%202.54%200%201%200-.303-5.063l-2.567.308a.75.75%200%200%201-.838-.787zm9.528%205.512a.75.75%200%201%200-1.06%201.06L21.94%2017l-1.72%201.72a.75.75%200%201%200%201.06%201.06L23%2018.06l1.72%201.72a.75.75%200%201%200%201.06-1.06L24.06%2017l1.72-1.72a.75.75%200%200%200-1.06-1.06L23%2015.94zM8.75%2020a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%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%22M5.972%208.034a.75.75%200%200%201%20.528.716v10.5a.75.75%200%200%201-1.5%200v-8.29c-.453.458-1.046.943-1.864%201.434a.75.75%200%200%201-.772-1.286c1.526-.915%202.077-1.745%202.579-2.5q.094-.142.188-.28a.75.75%200%200%201%20.84-.293m5.78.674A.75.75%200%200%201%2012.5%208h5.25a.75.75%200%200%201%200%201.5h-4.54l-.162%202.899l1.68-.202a4.04%204.04%200%201%201%20.481%208.053h-.305a4.35%204.35%200%200%201-3.3-1.518l-.423-.494a.75.75%200%201%201%201.139-.976l.423.494c.54.631%201.33.994%202.161.994h.305a2.54%202.54%200%201%200-.303-5.063l-2.567.308a.75.75%200%200%201-.838-.787zm9.528%205.512a.75.75%200%201%200-1.06%201.06L21.94%2017l-1.72%201.72a.75.75%200%201%200%201.06%201.06L23%2018.06l1.72%201.72a.75.75%200%201%200%201.06-1.06L24.06%2017l1.72-1.72a.75.75%200%200%200-1.06-1.06L23%2015.94zM8.75%2020a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/multiplier-1-5x-28-regular.svg?color=%231a73e8&size=48