multiplier 2x icon
multiplier-2x-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- multiplier-2x-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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 2x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m8.999 10.818l-.002.013a1 1 0 0 1-1.995-.143c-.002.312 0-.001 0-.001v-.011l.002-.015a2 2 0 0 1 .018-.151q.02-.135.076-.343c.076-.271.217-.634.48-1C8.14 8.385 9.14 7.75 10.75 7.75c1.345 0 2.554.452 3.364 1.37c.817.924 1.107 2.185.873 3.55c-.203 1.176-.866 1.896-1.648 2.367c-.53.319-1.184.556-1.732.754q-.249.09-.46.17c-.681.264-1.184.53-1.534.932c-.212.245-.408.586-.518 1.107H14a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1c0-1.496.392-2.602 1.103-3.419c.685-.788 1.575-1.196 2.322-1.485q.36-.138.66-.245c.489-.178.873-.317 1.22-.527c.396-.239.626-.507.71-.993c.152-.886-.058-1.5-.4-1.888c-.35-.395-.96-.693-1.866-.693c-1.015 0-1.39.365-1.546.584a1.2 1.2 0 0 0-.204.484m8.708 3.475a1 1 0 0 0-1.414 1.414L17.586 17l-1.293 1.293a1 1 0 0 0 1.414 1.414L19 18.414l1.293 1.293a1 1 0 0 0 1.414-1.414L20.414 17l1.293-1.293a1 1 0 0 0-1.414-1.414L19 15.586z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier2x28Filled(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="m8.999 10.818l-.002.013a1 1 0 0 1-1.995-.143c-.002.312 0-.001 0-.001v-.011l.002-.015a2 2 0 0 1 .018-.151q.02-.135.076-.343c.076-.271.217-.634.48-1C8.14 8.385 9.14 7.75 10.75 7.75c1.345 0 2.554.452 3.364 1.37c.817.924 1.107 2.185.873 3.55c-.203 1.176-.866 1.896-1.648 2.367c-.53.319-1.184.556-1.732.754q-.249.09-.46.17c-.681.264-1.184.53-1.534.932c-.212.245-.408.586-.518 1.107H14a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1c0-1.496.392-2.602 1.103-3.419c.685-.788 1.575-1.196 2.322-1.485q.36-.138.66-.245c.489-.178.873-.317 1.22-.527c.396-.239.626-.507.71-.993c.152-.886-.058-1.5-.4-1.888c-.35-.395-.96-.693-1.866-.693c-1.015 0-1.39.365-1.546.584a1.2 1.2 0 0 0-.204.484m8.708 3.475a1 1 0 0 0-1.414 1.414L17.586 17l-1.293 1.293a1 1 0 0 0 1.414 1.414L19 18.414l1.293 1.293a1 1 0 0 0 1.414-1.414L20.414 17l1.293-1.293a1 1 0 0 0-1.414-1.414L19 15.586z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m8.999 10.818l-.002.013a1 1 0 0 1-1.995-.143c-.002.312 0-.001 0-.001v-.011l.002-.015a2 2 0 0 1 .018-.151q.02-.135.076-.343c.076-.271.217-.634.48-1C8.14 8.385 9.14 7.75 10.75 7.75c1.345 0 2.554.452 3.364 1.37c.817.924 1.107 2.185.873 3.55c-.203 1.176-.866 1.896-1.648 2.367c-.53.319-1.184.556-1.732.754q-.249.09-.46.17c-.681.264-1.184.53-1.534.932c-.212.245-.408.586-.518 1.107H14a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1c0-1.496.392-2.602 1.103-3.419c.685-.788 1.575-1.196 2.322-1.485q.36-.138.66-.245c.489-.178.873-.317 1.22-.527c.396-.239.626-.507.71-.993c.152-.886-.058-1.5-.4-1.888c-.35-.395-.96-.693-1.866-.693c-1.015 0-1.39.365-1.546.584a1.2 1.2 0 0 0-.204.484m8.708 3.475a1 1 0 0 0-1.414 1.414L17.586 17l-1.293 1.293a1 1 0 0 0 1.414 1.414L19 18.414l1.293 1.293a1 1 0 0 0 1.414-1.414L20.414 17l1.293-1.293a1 1 0 0 0-1.414-1.414L19 15.586z"/></svg> </template>
CSS
.icon-multiplier-2x-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.999%2010.818l-.002.013a1%201%200%200%201-1.995-.143c-.002.312%200-.001%200-.001v-.011l.002-.015a2%202%200%200%201%20.018-.151q.02-.135.076-.343c.076-.271.217-.634.48-1C8.14%208.385%209.14%207.75%2010.75%207.75c1.345%200%202.554.452%203.364%201.37c.817.924%201.107%202.185.873%203.55c-.203%201.176-.866%201.896-1.648%202.367c-.53.319-1.184.556-1.732.754q-.249.09-.46.17c-.681.264-1.184.53-1.534.932c-.212.245-.408.586-.518%201.107H14a1%201%200%201%201%200%202H8a1%201%200%200%201-1-1c0-1.496.392-2.602%201.103-3.419c.685-.788%201.575-1.196%202.322-1.485q.36-.138.66-.245c.489-.178.873-.317%201.22-.527c.396-.239.626-.507.71-.993c.152-.886-.058-1.5-.4-1.888c-.35-.395-.96-.693-1.866-.693c-1.015%200-1.39.365-1.546.584a1.2%201.2%200%200%200-.204.484m8.708%203.475a1%201%200%200%200-1.414%201.414L17.586%2017l-1.293%201.293a1%201%200%200%200%201.414%201.414L19%2018.414l1.293%201.293a1%201%200%200%200%201.414-1.414L20.414%2017l1.293-1.293a1%201%200%200%200-1.414-1.414L19%2015.586z%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%22m8.999%2010.818l-.002.013a1%201%200%200%201-1.995-.143c-.002.312%200-.001%200-.001v-.011l.002-.015a2%202%200%200%201%20.018-.151q.02-.135.076-.343c.076-.271.217-.634.48-1C8.14%208.385%209.14%207.75%2010.75%207.75c1.345%200%202.554.452%203.364%201.37c.817.924%201.107%202.185.873%203.55c-.203%201.176-.866%201.896-1.648%202.367c-.53.319-1.184.556-1.732.754q-.249.09-.46.17c-.681.264-1.184.53-1.534.932c-.212.245-.408.586-.518%201.107H14a1%201%200%201%201%200%202H8a1%201%200%200%201-1-1c0-1.496.392-2.602%201.103-3.419c.685-.788%201.575-1.196%202.322-1.485q.36-.138.66-.245c.489-.178.873-.317%201.22-.527c.396-.239.626-.507.71-.993c.152-.886-.058-1.5-.4-1.888c-.35-.395-.96-.693-1.866-.693c-1.015%200-1.39.365-1.546.584a1.2%201.2%200%200%200-.204.484m8.708%203.475a1%201%200%200%200-1.414%201.414L17.586%2017l-1.293%201.293a1%201%200%200%200%201.414%201.414L19%2018.414l1.293%201.293a1%201%200%200%200%201.414-1.414L20.414%2017l1.293-1.293a1%201%200%200%200-1.414-1.414L19%2015.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/multiplier-2x-28-filled.svg?color=%231a73e8&size=48