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

Name
multiplier-1-2x-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 2x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.343 10.488a1 1 0 0 0 1.142-.815v.002v-.006l.002-.01v.002q.006-.029.03-.099c.034-.094.09-.217.18-.337c.153-.202.452-.475 1.153-.475c.723 0 1.065.219 1.227.425c.174.22.318.648.187 1.406c-.06.35-.208.52-.473.68c-.254.155-.527.252-.9.386a26 26 0 0 0-.549.2c-.6.23-1.35.568-1.928 1.249c-.6.705-.914 1.652-.914 2.904a1 1 0 0 0 1 1h4.75a1 1 0 1 0 0-2h-3.628c.084-.284.2-.473.316-.61c.239-.28.59-.472 1.117-.674q.151-.057.34-.123c.435-.155.99-.352 1.433-.62c.67-.407 1.233-1.036 1.407-2.054c.188-1.092.057-2.164-.586-2.981c-.655-.832-1.672-1.188-2.8-1.188c-1.37 0-2.246.602-2.75 1.275a3.3 3.3 0 0 0-.576 1.26l-.007.035l-.002.013v.005l-.001.003s-.03.192 0 .002a1 1 0 0 0 .83 1.145M5.27 6.938a1 1 0 0 1 .73.964V16a1 1 0 0 1-2 0v-5.328a8.5 8.5 0 0 1-.985.685a1 1 0 0 1-1.03-1.714c1.246-.748 1.685-1.474 2.088-2.14l.073-.121a1 1 0 0 1 1.124-.443m13.437 5.355a1 1 0 0 0-1.414 1.414l.793.793l-.793.793a1 1 0 0 0 1.414 1.414l.793-.793l.793.793a1 1 0 0 0 1.414-1.414l-.793-.793l.793-.793a1 1 0 0 0-1.414-1.414l-.793.793zM7.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier12x24Filled(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="M10.343 10.488a1 1 0 0 0 1.142-.815v.002v-.006l.002-.01v.002q.006-.029.03-.099c.034-.094.09-.217.18-.337c.153-.202.452-.475 1.153-.475c.723 0 1.065.219 1.227.425c.174.22.318.648.187 1.406c-.06.35-.208.52-.473.68c-.254.155-.527.252-.9.386a26 26 0 0 0-.549.2c-.6.23-1.35.568-1.928 1.249c-.6.705-.914 1.652-.914 2.904a1 1 0 0 0 1 1h4.75a1 1 0 1 0 0-2h-3.628c.084-.284.2-.473.316-.61c.239-.28.59-.472 1.117-.674q.151-.057.34-.123c.435-.155.99-.352 1.433-.62c.67-.407 1.233-1.036 1.407-2.054c.188-1.092.057-2.164-.586-2.981c-.655-.832-1.672-1.188-2.8-1.188c-1.37 0-2.246.602-2.75 1.275a3.3 3.3 0 0 0-.576 1.26l-.007.035l-.002.013v.005l-.001.003s-.03.192 0 .002a1 1 0 0 0 .83 1.145M5.27 6.938a1 1 0 0 1 .73.964V16a1 1 0 0 1-2 0v-5.328a8.5 8.5 0 0 1-.985.685a1 1 0 0 1-1.03-1.714c1.246-.748 1.685-1.474 2.088-2.14l.073-.121a1 1 0 0 1 1.124-.443m13.437 5.355a1 1 0 0 0-1.414 1.414l.793.793l-.793.793a1 1 0 0 0 1.414 1.414l.793-.793l.793.793a1 1 0 0 0 1.414-1.414l-.793-.793l.793-.793a1 1 0 0 0-1.414-1.414l-.793.793zM7.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.343 10.488a1 1 0 0 0 1.142-.815v.002v-.006l.002-.01v.002q.006-.029.03-.099c.034-.094.09-.217.18-.337c.153-.202.452-.475 1.153-.475c.723 0 1.065.219 1.227.425c.174.22.318.648.187 1.406c-.06.35-.208.52-.473.68c-.254.155-.527.252-.9.386a26 26 0 0 0-.549.2c-.6.23-1.35.568-1.928 1.249c-.6.705-.914 1.652-.914 2.904a1 1 0 0 0 1 1h4.75a1 1 0 1 0 0-2h-3.628c.084-.284.2-.473.316-.61c.239-.28.59-.472 1.117-.674q.151-.057.34-.123c.435-.155.99-.352 1.433-.62c.67-.407 1.233-1.036 1.407-2.054c.188-1.092.057-2.164-.586-2.981c-.655-.832-1.672-1.188-2.8-1.188c-1.37 0-2.246.602-2.75 1.275a3.3 3.3 0 0 0-.576 1.26l-.007.035l-.002.013v.005l-.001.003s-.03.192 0 .002a1 1 0 0 0 .83 1.145M5.27 6.938a1 1 0 0 1 .73.964V16a1 1 0 0 1-2 0v-5.328a8.5 8.5 0 0 1-.985.685a1 1 0 0 1-1.03-1.714c1.246-.748 1.685-1.474 2.088-2.14l.073-.121a1 1 0 0 1 1.124-.443m13.437 5.355a1 1 0 0 0-1.414 1.414l.793.793l-.793.793a1 1 0 0 0 1.414 1.414l.793-.793l.793.793a1 1 0 0 0 1.414-1.414l-.793-.793l.793-.793a1 1 0 0 0-1.414-1.414l-.793.793zM7.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
</template>

CSS

.icon-multiplier-1-2x-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%22M10.343%2010.488a1%201%200%200%200%201.142-.815v.002v-.006l.002-.01v.002q.006-.029.03-.099c.034-.094.09-.217.18-.337c.153-.202.452-.475%201.153-.475c.723%200%201.065.219%201.227.425c.174.22.318.648.187%201.406c-.06.35-.208.52-.473.68c-.254.155-.527.252-.9.386a26%2026%200%200%200-.549.2c-.6.23-1.35.568-1.928%201.249c-.6.705-.914%201.652-.914%202.904a1%201%200%200%200%201%201h4.75a1%201%200%201%200%200-2h-3.628c.084-.284.2-.473.316-.61c.239-.28.59-.472%201.117-.674q.151-.057.34-.123c.435-.155.99-.352%201.433-.62c.67-.407%201.233-1.036%201.407-2.054c.188-1.092.057-2.164-.586-2.981c-.655-.832-1.672-1.188-2.8-1.188c-1.37%200-2.246.602-2.75%201.275a3.3%203.3%200%200%200-.576%201.26l-.007.035l-.002.013v.005l-.001.003s-.03.192%200%20.002a1%201%200%200%200%20.83%201.145M5.27%206.938a1%201%200%200%201%20.73.964V16a1%201%200%200%201-2%200v-5.328a8.5%208.5%200%200%201-.985.685a1%201%200%200%201-1.03-1.714c1.246-.748%201.685-1.474%202.088-2.14l.073-.121a1%201%200%200%201%201.124-.443m13.437%205.355a1%201%200%200%200-1.414%201.414l.793.793l-.793.793a1%201%200%200%200%201.414%201.414l.793-.793l.793.793a1%201%200%200%200%201.414-1.414l-.793-.793l.793-.793a1%201%200%200%200-1.414-1.414l-.793.793zM7.75%2017a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%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%22M10.343%2010.488a1%201%200%200%200%201.142-.815v.002v-.006l.002-.01v.002q.006-.029.03-.099c.034-.094.09-.217.18-.337c.153-.202.452-.475%201.153-.475c.723%200%201.065.219%201.227.425c.174.22.318.648.187%201.406c-.06.35-.208.52-.473.68c-.254.155-.527.252-.9.386a26%2026%200%200%200-.549.2c-.6.23-1.35.568-1.928%201.249c-.6.705-.914%201.652-.914%202.904a1%201%200%200%200%201%201h4.75a1%201%200%201%200%200-2h-3.628c.084-.284.2-.473.316-.61c.239-.28.59-.472%201.117-.674q.151-.057.34-.123c.435-.155.99-.352%201.433-.62c.67-.407%201.233-1.036%201.407-2.054c.188-1.092.057-2.164-.586-2.981c-.655-.832-1.672-1.188-2.8-1.188c-1.37%200-2.246.602-2.75%201.275a3.3%203.3%200%200%200-.576%201.26l-.007.035l-.002.013v.005l-.001.003s-.03.192%200%20.002a1%201%200%200%200%20.83%201.145M5.27%206.938a1%201%200%200%201%20.73.964V16a1%201%200%200%201-2%200v-5.328a8.5%208.5%200%200%201-.985.685a1%201%200%200%201-1.03-1.714c1.246-.748%201.685-1.474%202.088-2.14l.073-.121a1%201%200%200%201%201.124-.443m13.437%205.355a1%201%200%200%200-1.414%201.414l.793.793l-.793.793a1%201%200%200%200%201.414%201.414l.793-.793l.793.793a1%201%200%200%200%201.414-1.414l-.793-.793l.793-.793a1%201%200%200%200-1.414-1.414l-.793.793zM7.75%2017a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%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-24-filled.svg?color=%231a73e8&size=48