multiplier 1 5x icon
multiplier-1-5x-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- multiplier-1-5x-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 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-.323M9 6a.75.75 0 0 0-.747.682l-.25 2.75a.75.75 0 0 0 .846.811l1.372-.182a1.35 1.35 0 0 1 1.529 1.338c0 .74-.613 1.351-1.365 1.351c-.366 0-.72-.146-.976-.402l-.379-.378a.75.75 0 0 0-1.06 1.06l.378.379c.54.54 1.278.841 2.037.841c1.567 0 2.865-1.27 2.865-2.85a2.85 2.85 0 0 0-3.227-2.826l-.441.058l.103-1.132h2.565a.75.75 0 0 0 0-1.5zm-2.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m7.72-3.78a.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.06"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier15x20Filled(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-.323M9 6a.75.75 0 0 0-.747.682l-.25 2.75a.75.75 0 0 0 .846.811l1.372-.182a1.35 1.35 0 0 1 1.529 1.338c0 .74-.613 1.351-1.365 1.351c-.366 0-.72-.146-.976-.402l-.379-.378a.75.75 0 0 0-1.06 1.06l.378.379c.54.54 1.278.841 2.037.841c1.567 0 2.865-1.27 2.865-2.85a2.85 2.85 0 0 0-3.227-2.826l-.441.058l.103-1.132h2.565a.75.75 0 0 0 0-1.5zm-2.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m7.72-3.78a.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.06"/></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-.323M9 6a.75.75 0 0 0-.747.682l-.25 2.75a.75.75 0 0 0 .846.811l1.372-.182a1.35 1.35 0 0 1 1.529 1.338c0 .74-.613 1.351-1.365 1.351c-.366 0-.72-.146-.976-.402l-.379-.378a.75.75 0 0 0-1.06 1.06l.378.379c.54.54 1.278.841 2.037.841c1.567 0 2.865-1.27 2.865-2.85a2.85 2.85 0 0 0-3.227-2.826l-.441.058l.103-1.132h2.565a.75.75 0 0 0 0-1.5zm-2.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m7.72-3.78a.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.06"/></svg> </template>
CSS
.icon-multiplier-1-5x-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-.323M9%206a.75.75%200%200%200-.747.682l-.25%202.75a.75.75%200%200%200%20.846.811l1.372-.182a1.35%201.35%200%200%201%201.529%201.338c0%20.74-.613%201.351-1.365%201.351c-.366%200-.72-.146-.976-.402l-.379-.378a.75.75%200%200%200-1.06%201.06l.378.379c.54.54%201.278.841%202.037.841c1.567%200%202.865-1.27%202.865-2.85a2.85%202.85%200%200%200-3.227-2.826l-.441.058l.103-1.132h2.565a.75.75%200%200%200%200-1.5zm-2.5%208a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m7.72-3.78a.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.06%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-.323M9%206a.75.75%200%200%200-.747.682l-.25%202.75a.75.75%200%200%200%20.846.811l1.372-.182a1.35%201.35%200%200%201%201.529%201.338c0%20.74-.613%201.351-1.365%201.351c-.366%200-.72-.146-.976-.402l-.379-.378a.75.75%200%200%200-1.06%201.06l.378.379c.54.54%201.278.841%202.037.841c1.567%200%202.865-1.27%202.865-2.85a2.85%202.85%200%200%200-3.227-2.826l-.441.058l.103-1.132h2.565a.75.75%200%200%200%200-1.5zm-2.5%208a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m7.72-3.78a.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.06%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-20-filled.svg?color=%231a73e8&size=48