multiplier 1 8x icon
multiplier-1-8x-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- multiplier-1-8x-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M16 9.5c0 .659-.238 1.232-.621 1.682a3.5 3.5 0 1 1-4.757 0A2.56 2.56 0 0 1 10 9.5c0-1.64 1.473-2.75 3-2.75s3 1.11 3 2.75m-3-.75c-.682 0-1 .457-1 .75s.318.75 1 .75s1-.457 1-.75s-.318-.75-1-.75m-1.5 5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0M7.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m9.543-4.707a1 1 0 0 1 1.414 0l.793.793l.793-.793a1 1 0 0 1 1.414 1.414l-.793.793l.793.793a1 1 0 0 1-1.414 1.414l-.793-.793l-.793.793a1 1 0 0 1-1.414-1.414l.793-.793l-.793-.793a1 1 0 0 1 0-1.414M6 7.902a1 1 0 0 0-1.854-.52l-.073.12c-.403.667-.842 1.393-2.087 2.14a1 1 0 1 0 1.029 1.716q.564-.342.985-.686V16a1 1 0 0 0 2 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier18x24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 9.5c0 .659-.238 1.232-.621 1.682a3.5 3.5 0 1 1-4.757 0A2.56 2.56 0 0 1 10 9.5c0-1.64 1.473-2.75 3-2.75s3 1.11 3 2.75m-3-.75c-.682 0-1 .457-1 .75s.318.75 1 .75s1-.457 1-.75s-.318-.75-1-.75m-1.5 5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0M7.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m9.543-4.707a1 1 0 0 1 1.414 0l.793.793l.793-.793a1 1 0 0 1 1.414 1.414l-.793.793l.793.793a1 1 0 0 1-1.414 1.414l-.793-.793l-.793.793a1 1 0 0 1-1.414-1.414l.793-.793l-.793-.793a1 1 0 0 1 0-1.414M6 7.902a1 1 0 0 0-1.854-.52l-.073.12c-.403.667-.842 1.393-2.087 2.14a1 1 0 1 0 1.029 1.716q.564-.342.985-.686V16a1 1 0 0 0 2 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 9.5c0 .659-.238 1.232-.621 1.682a3.5 3.5 0 1 1-4.757 0A2.56 2.56 0 0 1 10 9.5c0-1.64 1.473-2.75 3-2.75s3 1.11 3 2.75m-3-.75c-.682 0-1 .457-1 .75s.318.75 1 .75s1-.457 1-.75s-.318-.75-1-.75m-1.5 5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0M7.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m9.543-4.707a1 1 0 0 1 1.414 0l.793.793l.793-.793a1 1 0 0 1 1.414 1.414l-.793.793l.793.793a1 1 0 0 1-1.414 1.414l-.793-.793l-.793.793a1 1 0 0 1-1.414-1.414l.793-.793l-.793-.793a1 1 0 0 1 0-1.414M6 7.902a1 1 0 0 0-1.854-.52l-.073.12c-.403.667-.842 1.393-2.087 2.14a1 1 0 1 0 1.029 1.716q.564-.342.985-.686V16a1 1 0 0 0 2 0z"/></svg> </template>
CSS
.icon-multiplier-1-8x-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209.5c0%20.659-.238%201.232-.621%201.682a3.5%203.5%200%201%201-4.757%200A2.56%202.56%200%200%201%2010%209.5c0-1.64%201.473-2.75%203-2.75s3%201.11%203%202.75m-3-.75c-.682%200-1%20.457-1%20.75s.318.75%201%20.75s1-.457%201-.75s-.318-.75-1-.75m-1.5%205a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200M7.75%2017a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m9.543-4.707a1%201%200%200%201%201.414%200l.793.793l.793-.793a1%201%200%200%201%201.414%201.414l-.793.793l.793.793a1%201%200%200%201-1.414%201.414l-.793-.793l-.793.793a1%201%200%200%201-1.414-1.414l.793-.793l-.793-.793a1%201%200%200%201%200-1.414M6%207.902a1%201%200%200%200-1.854-.52l-.073.12c-.403.667-.842%201.393-2.087%202.14a1%201%200%201%200%201.029%201.716q.564-.342.985-.686V16a1%201%200%200%200%202%200z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209.5c0%20.659-.238%201.232-.621%201.682a3.5%203.5%200%201%201-4.757%200A2.56%202.56%200%200%201%2010%209.5c0-1.64%201.473-2.75%203-2.75s3%201.11%203%202.75m-3-.75c-.682%200-1%20.457-1%20.75s.318.75%201%20.75s1-.457%201-.75s-.318-.75-1-.75m-1.5%205a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200M7.75%2017a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m9.543-4.707a1%201%200%200%201%201.414%200l.793.793l.793-.793a1%201%200%200%201%201.414%201.414l-.793.793l.793.793a1%201%200%200%201-1.414%201.414l-.793-.793l-.793.793a1%201%200%200%201-1.414-1.414l.793-.793l-.793-.793a1%201%200%200%201%200-1.414M6%207.902a1%201%200%200%200-1.854-.52l-.073.12c-.403.667-.842%201.393-2.087%202.14a1%201%200%201%200%201.029%201.716q.564-.342.985-.686V16a1%201%200%200%200%202%200z%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-24-filled.svg?color=%231a73e8&size=48