multiplier-1-2x-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
multiplier-1-2x-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the multiplier 1 2x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m12.999 10.818l-.002.013a1 1 0 0 1-1.995-.143c.006.187 0-.001 0-.001v-.011l.002-.015a2.4 2.4 0 0 1 .094-.494c.076-.271.217-.634.48-1c.562-.782 1.562-1.417 3.172-1.417c1.344 0 2.553.452 3.363 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-.213.245-.408.586-.518 1.107H18a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1c0-1.496.392-2.602 1.102-3.419c.686-.788 1.576-1.196 2.323-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.865-.693c-1.016 0-1.39.365-1.547.584a1.2 1.2 0 0 0-.204.484M8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m11.543-5.707a1 1 0 0 1 1.414 0L23 15.586l1.293-1.293a1 1 0 0 1 1.414 1.414L24.414 17l1.293 1.293a1 1 0 0 1-1.414 1.414L23 18.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L21.586 17l-1.293-1.293a1 1 0 0 1 0-1.414M7 9a1 1 0 0 0-1.856-.516l-.006.01l-.03.047a10 10 0 0 1-.667.89c-.475.562-1.144 1.225-1.955 1.711a1 1 0 1 0 1.029 1.715A9 9 0 0 0 5 11.735V19a1 1 0 1 0 2 0zm-1.856-.516"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier12x28Filled(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="m12.999 10.818l-.002.013a1 1 0 0 1-1.995-.143c.006.187 0-.001 0-.001v-.011l.002-.015a2.4 2.4 0 0 1 .094-.494c.076-.271.217-.634.48-1c.562-.782 1.562-1.417 3.172-1.417c1.344 0 2.553.452 3.363 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-.213.245-.408.586-.518 1.107H18a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1c0-1.496.392-2.602 1.102-3.419c.686-.788 1.576-1.196 2.323-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.865-.693c-1.016 0-1.39.365-1.547.584a1.2 1.2 0 0 0-.204.484M8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m11.543-5.707a1 1 0 0 1 1.414 0L23 15.586l1.293-1.293a1 1 0 0 1 1.414 1.414L24.414 17l1.293 1.293a1 1 0 0 1-1.414 1.414L23 18.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L21.586 17l-1.293-1.293a1 1 0 0 1 0-1.414M7 9a1 1 0 0 0-1.856-.516l-.006.01l-.03.047a10 10 0 0 1-.667.89c-.475.562-1.144 1.225-1.955 1.711a1 1 0 1 0 1.029 1.715A9 9 0 0 0 5 11.735V19a1 1 0 1 0 2 0zm-1.856-.516"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m12.999 10.818l-.002.013a1 1 0 0 1-1.995-.143c.006.187 0-.001 0-.001v-.011l.002-.015a2.4 2.4 0 0 1 .094-.494c.076-.271.217-.634.48-1c.562-.782 1.562-1.417 3.172-1.417c1.344 0 2.553.452 3.363 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-.213.245-.408.586-.518 1.107H18a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1c0-1.496.392-2.602 1.102-3.419c.686-.788 1.576-1.196 2.323-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.865-.693c-1.016 0-1.39.365-1.547.584a1.2 1.2 0 0 0-.204.484M8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m11.543-5.707a1 1 0 0 1 1.414 0L23 15.586l1.293-1.293a1 1 0 0 1 1.414 1.414L24.414 17l1.293 1.293a1 1 0 0 1-1.414 1.414L23 18.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L21.586 17l-1.293-1.293a1 1 0 0 1 0-1.414M7 9a1 1 0 0 0-1.856-.516l-.006.01l-.03.047a10 10 0 0 1-.667.89c-.475.562-1.144 1.225-1.955 1.711a1 1 0 1 0 1.029 1.715A9 9 0 0 0 5 11.735V19a1 1 0 1 0 2 0zm-1.856-.516"/></svg>
</template>

CSS

.icon-multiplier-1-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%22m12.999%2010.818l-.002.013a1%201%200%200%201-1.995-.143c.006.187%200-.001%200-.001v-.011l.002-.015a2.4%202.4%200%200%201%20.094-.494c.076-.271.217-.634.48-1c.562-.782%201.562-1.417%203.172-1.417c1.344%200%202.553.452%203.363%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-.213.245-.408.586-.518%201.107H18a1%201%200%201%201%200%202h-6a1%201%200%200%201-1-1c0-1.496.392-2.602%201.102-3.419c.686-.788%201.576-1.196%202.323-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.865-.693c-1.016%200-1.39.365-1.547.584a1.2%201.2%200%200%200-.204.484M8.75%2020a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m11.543-5.707a1%201%200%200%201%201.414%200L23%2015.586l1.293-1.293a1%201%200%200%201%201.414%201.414L24.414%2017l1.293%201.293a1%201%200%200%201-1.414%201.414L23%2018.414l-1.293%201.293a1%201%200%200%201-1.414-1.414L21.586%2017l-1.293-1.293a1%201%200%200%201%200-1.414M7%209a1%201%200%200%200-1.856-.516l-.006.01l-.03.047a10%2010%200%200%201-.667.89c-.475.562-1.144%201.225-1.955%201.711a1%201%200%201%200%201.029%201.715A9%209%200%200%200%205%2011.735V19a1%201%200%201%200%202%200zm-1.856-.516%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%22m12.999%2010.818l-.002.013a1%201%200%200%201-1.995-.143c.006.187%200-.001%200-.001v-.011l.002-.015a2.4%202.4%200%200%201%20.094-.494c.076-.271.217-.634.48-1c.562-.782%201.562-1.417%203.172-1.417c1.344%200%202.553.452%203.363%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-.213.245-.408.586-.518%201.107H18a1%201%200%201%201%200%202h-6a1%201%200%200%201-1-1c0-1.496.392-2.602%201.102-3.419c.686-.788%201.576-1.196%202.323-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.865-.693c-1.016%200-1.39.365-1.547.584a1.2%201.2%200%200%200-.204.484M8.75%2020a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m11.543-5.707a1%201%200%200%201%201.414%200L23%2015.586l1.293-1.293a1%201%200%200%201%201.414%201.414L24.414%2017l1.293%201.293a1%201%200%200%201-1.414%201.414L23%2018.414l-1.293%201.293a1%201%200%200%201-1.414-1.414L21.586%2017l-1.293-1.293a1%201%200%200%201%200-1.414M7%209a1%201%200%200%200-1.856-.516l-.006.01l-.03.047a10%2010%200%200%201-.667.89c-.475.562-1.144%201.225-1.955%201.711a1%201%200%201%200%201.029%201.715A9%209%200%200%200%205%2011.735V19a1%201%200%201%200%202%200zm-1.856-.516%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/multiplier-1-2x-28-filled.svg?color=%231a73e8&size=48