multiplier 1 8x icon
multiplier-1-8x-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- multiplier-1-8x-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 1 8x 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-.293M18.5 11c0 .89-.414 1.645-1.049 2.176c1.076.689 1.799 1.847 1.799 3.199c0 2.193-1.902 3.875-4.125 3.875S11 18.568 11 16.375c0-1.352.723-2.51 1.799-3.2c-.635-.53-1.049-1.286-1.049-2.175c0-1.761 1.624-3 3.375-3S18.5 9.24 18.5 11m-3.375-1.5c-1.148 0-1.875.776-1.875 1.5s.727 1.5 1.875 1.5S17 11.724 17 11s-.727-1.5-1.875-1.5M12.5 16.375c0 1.258 1.12 2.375 2.625 2.375s2.625-1.117 2.625-2.375S16.63 14 15.125 14S12.5 15.117 12.5 16.375m7.72-2.155a.75.75 0 0 1 1.06 0L23 15.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L24.06 17l1.72 1.72a.75.75 0 1 1-1.06 1.06L23 18.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L21.94 17l-1.72-1.72a.75.75 0 0 1 0-1.06M9.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 FluentMultiplier18x28Regular(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-.293M18.5 11c0 .89-.414 1.645-1.049 2.176c1.076.689 1.799 1.847 1.799 3.199c0 2.193-1.902 3.875-4.125 3.875S11 18.568 11 16.375c0-1.352.723-2.51 1.799-3.2c-.635-.53-1.049-1.286-1.049-2.175c0-1.761 1.624-3 3.375-3S18.5 9.24 18.5 11m-3.375-1.5c-1.148 0-1.875.776-1.875 1.5s.727 1.5 1.875 1.5S17 11.724 17 11s-.727-1.5-1.875-1.5M12.5 16.375c0 1.258 1.12 2.375 2.625 2.375s2.625-1.117 2.625-2.375S16.63 14 15.125 14S12.5 15.117 12.5 16.375m7.72-2.155a.75.75 0 0 1 1.06 0L23 15.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L24.06 17l1.72 1.72a.75.75 0 1 1-1.06 1.06L23 18.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L21.94 17l-1.72-1.72a.75.75 0 0 1 0-1.06M9.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="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-.293M18.5 11c0 .89-.414 1.645-1.049 2.176c1.076.689 1.799 1.847 1.799 3.199c0 2.193-1.902 3.875-4.125 3.875S11 18.568 11 16.375c0-1.352.723-2.51 1.799-3.2c-.635-.53-1.049-1.286-1.049-2.175c0-1.761 1.624-3 3.375-3S18.5 9.24 18.5 11m-3.375-1.5c-1.148 0-1.875.776-1.875 1.5s.727 1.5 1.875 1.5S17 11.724 17 11s-.727-1.5-1.875-1.5M12.5 16.375c0 1.258 1.12 2.375 2.625 2.375s2.625-1.117 2.625-2.375S16.63 14 15.125 14S12.5 15.117 12.5 16.375m7.72-2.155a.75.75 0 0 1 1.06 0L23 15.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L24.06 17l1.72 1.72a.75.75 0 1 1-1.06 1.06L23 18.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L21.94 17l-1.72-1.72a.75.75 0 0 1 0-1.06M9.5 19.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></svg> </template>
CSS
.icon-multiplier-1-8x-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-.293M18.5%2011c0%20.89-.414%201.645-1.049%202.176c1.076.689%201.799%201.847%201.799%203.199c0%202.193-1.902%203.875-4.125%203.875S11%2018.568%2011%2016.375c0-1.352.723-2.51%201.799-3.2c-.635-.53-1.049-1.286-1.049-2.175c0-1.761%201.624-3%203.375-3S18.5%209.24%2018.5%2011m-3.375-1.5c-1.148%200-1.875.776-1.875%201.5s.727%201.5%201.875%201.5S17%2011.724%2017%2011s-.727-1.5-1.875-1.5M12.5%2016.375c0%201.258%201.12%202.375%202.625%202.375s2.625-1.117%202.625-2.375S16.63%2014%2015.125%2014S12.5%2015.117%2012.5%2016.375m7.72-2.155a.75.75%200%200%201%201.06%200L23%2015.94l1.72-1.72a.75.75%200%201%201%201.06%201.06L24.06%2017l1.72%201.72a.75.75%200%201%201-1.06%201.06L23%2018.06l-1.72%201.72a.75.75%200%201%201-1.06-1.06L21.94%2017l-1.72-1.72a.75.75%200%200%201%200-1.06M9.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%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-.293M18.5%2011c0%20.89-.414%201.645-1.049%202.176c1.076.689%201.799%201.847%201.799%203.199c0%202.193-1.902%203.875-4.125%203.875S11%2018.568%2011%2016.375c0-1.352.723-2.51%201.799-3.2c-.635-.53-1.049-1.286-1.049-2.175c0-1.761%201.624-3%203.375-3S18.5%209.24%2018.5%2011m-3.375-1.5c-1.148%200-1.875.776-1.875%201.5s.727%201.5%201.875%201.5S17%2011.724%2017%2011s-.727-1.5-1.875-1.5M12.5%2016.375c0%201.258%201.12%202.375%202.625%202.375s2.625-1.117%202.625-2.375S16.63%2014%2015.125%2014S12.5%2015.117%2012.5%2016.375m7.72-2.155a.75.75%200%200%201%201.06%200L23%2015.94l1.72-1.72a.75.75%200%201%201%201.06%201.06L24.06%2017l1.72%201.72a.75.75%200%201%201-1.06%201.06L23%2018.06l-1.72%201.72a.75.75%200%201%201-1.06-1.06L21.94%2017l-1.72-1.72a.75.75%200%200%201%200-1.06M9.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-1-8x-28-regular.svg?color=%231a73e8&size=48