multiplier 1 8x icon
multiplier-1-8x-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- multiplier-1-8x-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M4.457 6.03A.75.75 0 0 1 5 6.75v6.5a.75.75 0 0 1-1.5 0V8.805a8 8 0 0 1-.864.588a.75.75 0 0 1-.772-1.286c.58-.348.903-.621 1.128-.868c.216-.237.361-.47.575-.811l.048-.076a.75.75 0 0 1 .842-.323m8.793 2.22a2.08 2.08 0 0 1-.586 1.453c.506.44.836 1.064.836 1.797c0 1.472-1.328 2.5-2.75 2.5S8 12.972 8 11.5c0-.733.33-1.356.836-1.797A2.08 2.08 0 0 1 8.25 8.25C8.25 6.903 9.482 6 10.75 6s2.5.903 2.5 2.25m-2.5-.75c-.665 0-1 .44-1 .75s.335.75 1 .75s1-.44 1-.75s-.335-.75-1-.75m-1.25 4c0 .461.462 1 1.25 1s1.25-.539 1.25-1s-.462-1-1.25-1s-1.25.539-1.25 1m4.72-1.28a.75.75 0 0 1 1.06 0l.72.72l.72-.72a.75.75 0 1 1 1.06 1.06l-.72.72l.72.72a.75.75 0 1 1-1.06 1.06l-.72-.72l-.72.72a.75.75 0 1 1-1.06-1.06l.72-.72l-.72-.72a.75.75 0 0 1 0-1.06M7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier18x20Filled(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="M4.457 6.03A.75.75 0 0 1 5 6.75v6.5a.75.75 0 0 1-1.5 0V8.805a8 8 0 0 1-.864.588a.75.75 0 0 1-.772-1.286c.58-.348.903-.621 1.128-.868c.216-.237.361-.47.575-.811l.048-.076a.75.75 0 0 1 .842-.323m8.793 2.22a2.08 2.08 0 0 1-.586 1.453c.506.44.836 1.064.836 1.797c0 1.472-1.328 2.5-2.75 2.5S8 12.972 8 11.5c0-.733.33-1.356.836-1.797A2.08 2.08 0 0 1 8.25 8.25C8.25 6.903 9.482 6 10.75 6s2.5.903 2.5 2.25m-2.5-.75c-.665 0-1 .44-1 .75s.335.75 1 .75s1-.44 1-.75s-.335-.75-1-.75m-1.25 4c0 .461.462 1 1.25 1s1.25-.539 1.25-1s-.462-1-1.25-1s-1.25.539-1.25 1m4.72-1.28a.75.75 0 0 1 1.06 0l.72.72l.72-.72a.75.75 0 1 1 1.06 1.06l-.72.72l.72.72a.75.75 0 1 1-1.06 1.06l-.72-.72l-.72.72a.75.75 0 1 1-1.06-1.06l.72-.72l-.72-.72a.75.75 0 0 1 0-1.06M7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.457 6.03A.75.75 0 0 1 5 6.75v6.5a.75.75 0 0 1-1.5 0V8.805a8 8 0 0 1-.864.588a.75.75 0 0 1-.772-1.286c.58-.348.903-.621 1.128-.868c.216-.237.361-.47.575-.811l.048-.076a.75.75 0 0 1 .842-.323m8.793 2.22a2.08 2.08 0 0 1-.586 1.453c.506.44.836 1.064.836 1.797c0 1.472-1.328 2.5-2.75 2.5S8 12.972 8 11.5c0-.733.33-1.356.836-1.797A2.08 2.08 0 0 1 8.25 8.25C8.25 6.903 9.482 6 10.75 6s2.5.903 2.5 2.25m-2.5-.75c-.665 0-1 .44-1 .75s.335.75 1 .75s1-.44 1-.75s-.335-.75-1-.75m-1.25 4c0 .461.462 1 1.25 1s1.25-.539 1.25-1s-.462-1-1.25-1s-1.25.539-1.25 1m4.72-1.28a.75.75 0 0 1 1.06 0l.72.72l.72-.72a.75.75 0 1 1 1.06 1.06l-.72.72l.72.72a.75.75 0 1 1-1.06 1.06l-.72-.72l-.72.72a.75.75 0 1 1-1.06-1.06l.72-.72l-.72-.72a.75.75 0 0 1 0-1.06M7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg> </template>
CSS
.icon-multiplier-1-8x-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%22M4.457%206.03A.75.75%200%200%201%205%206.75v6.5a.75.75%200%200%201-1.5%200V8.805a8%208%200%200%201-.864.588a.75.75%200%200%201-.772-1.286c.58-.348.903-.621%201.128-.868c.216-.237.361-.47.575-.811l.048-.076a.75.75%200%200%201%20.842-.323m8.793%202.22a2.08%202.08%200%200%201-.586%201.453c.506.44.836%201.064.836%201.797c0%201.472-1.328%202.5-2.75%202.5S8%2012.972%208%2011.5c0-.733.33-1.356.836-1.797A2.08%202.08%200%200%201%208.25%208.25C8.25%206.903%209.482%206%2010.75%206s2.5.903%202.5%202.25m-2.5-.75c-.665%200-1%20.44-1%20.75s.335.75%201%20.75s1-.44%201-.75s-.335-.75-1-.75m-1.25%204c0%20.461.462%201%201.25%201s1.25-.539%201.25-1s-.462-1-1.25-1s-1.25.539-1.25%201m4.72-1.28a.75.75%200%200%201%201.06%200l.72.72l.72-.72a.75.75%200%201%201%201.06%201.06l-.72.72l.72.72a.75.75%200%201%201-1.06%201.06l-.72-.72l-.72.72a.75.75%200%201%201-1.06-1.06l.72-.72l-.72-.72a.75.75%200%200%201%200-1.06M7%2013.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.457%206.03A.75.75%200%200%201%205%206.75v6.5a.75.75%200%200%201-1.5%200V8.805a8%208%200%200%201-.864.588a.75.75%200%200%201-.772-1.286c.58-.348.903-.621%201.128-.868c.216-.237.361-.47.575-.811l.048-.076a.75.75%200%200%201%20.842-.323m8.793%202.22a2.08%202.08%200%200%201-.586%201.453c.506.44.836%201.064.836%201.797c0%201.472-1.328%202.5-2.75%202.5S8%2012.972%208%2011.5c0-.733.33-1.356.836-1.797A2.08%202.08%200%200%201%208.25%208.25C8.25%206.903%209.482%206%2010.75%206s2.5.903%202.5%202.25m-2.5-.75c-.665%200-1%20.44-1%20.75s.335.75%201%20.75s1-.44%201-.75s-.335-.75-1-.75m-1.25%204c0%20.461.462%201%201.25%201s1.25-.539%201.25-1s-.462-1-1.25-1s-1.25.539-1.25%201m4.72-1.28a.75.75%200%200%201%201.06%200l.72.72l.72-.72a.75.75%200%201%201%201.06%201.06l-.72.72l.72.72a.75.75%200%201%201-1.06%201.06l-.72-.72l-.72.72a.75.75%200%201%201-1.06-1.06l.72-.72l-.72-.72a.75.75%200%200%201%200-1.06M7%2013.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%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-20-filled.svg?color=%231a73e8&size=48