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

Name
multiplier-2x-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M13.34 20.242a1.5 1.5 0 0 0 1.65-1.312l.007-.042a2.7 2.7 0 0 1 .448-1.003c.355-.484 1.09-1.135 2.804-1.135c1.544 0 2.553.506 3.128 1.187c.575.68.91 1.762.645 3.309c-.15.873-.573 1.371-1.275 1.805c-.596.369-1.259.621-2.08.934c-.335.127-.694.264-1.087.422c-1.24.502-2.683 1.193-3.79 2.487C12.645 28.23 12 30.036 12 32.5a1.5 1.5 0 0 0 1.5 1.5h10a1.5 1.5 0 0 0 0-3h-8.38c.18-1.013.54-1.678.948-2.155c.62-.723 1.496-1.195 2.638-1.657c.24-.097.507-.198.788-.305c.909-.345 1.97-.748 2.831-1.28c1.263-.781 2.327-1.95 2.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.212-2.25-5.42-2.25c-2.66 0-4.3 1.1-5.225 2.364a5.7 5.7 0 0 0-.971 2.197a4 4 0 0 0-.04.24l-.002.022l-.001.01v.004l-.001.002c0 .002-.046.432 0 .002a1.5 1.5 0 0 0 1.332 1.65m16.22 4.197a1.5 1.5 0 0 0-2.12 2.122L29.879 29l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12L32 31.122l2.439 2.44a1.5 1.5 0 0 0 2.12-2.122L34.122 29l2.44-2.44a1.5 1.5 0 0 0-2.121-2.12L32 26.878z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMultiplier2x48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.34 20.242a1.5 1.5 0 0 0 1.65-1.312l.007-.042a2.7 2.7 0 0 1 .448-1.003c.355-.484 1.09-1.135 2.804-1.135c1.544 0 2.553.506 3.128 1.187c.575.68.91 1.762.645 3.309c-.15.873-.573 1.371-1.275 1.805c-.596.369-1.259.621-2.08.934c-.335.127-.694.264-1.087.422c-1.24.502-2.683 1.193-3.79 2.487C12.645 28.23 12 30.036 12 32.5a1.5 1.5 0 0 0 1.5 1.5h10a1.5 1.5 0 0 0 0-3h-8.38c.18-1.013.54-1.678.948-2.155c.62-.723 1.496-1.195 2.638-1.657c.24-.097.507-.198.788-.305c.909-.345 1.97-.748 2.831-1.28c1.263-.781 2.327-1.95 2.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.212-2.25-5.42-2.25c-2.66 0-4.3 1.1-5.225 2.364a5.7 5.7 0 0 0-.971 2.197a4 4 0 0 0-.04.24l-.002.022l-.001.01v.004l-.001.002c0 .002-.046.432 0 .002a1.5 1.5 0 0 0 1.332 1.65m16.22 4.197a1.5 1.5 0 0 0-2.12 2.122L29.879 29l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12L32 31.122l2.439 2.44a1.5 1.5 0 0 0 2.12-2.122L34.122 29l2.44-2.44a1.5 1.5 0 0 0-2.121-2.12L32 26.878z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.34 20.242a1.5 1.5 0 0 0 1.65-1.312l.007-.042a2.7 2.7 0 0 1 .448-1.003c.355-.484 1.09-1.135 2.804-1.135c1.544 0 2.553.506 3.128 1.187c.575.68.91 1.762.645 3.309c-.15.873-.573 1.371-1.275 1.805c-.596.369-1.259.621-2.08.934c-.335.127-.694.264-1.087.422c-1.24.502-2.683 1.193-3.79 2.487C12.645 28.23 12 30.036 12 32.5a1.5 1.5 0 0 0 1.5 1.5h10a1.5 1.5 0 0 0 0-3h-8.38c.18-1.013.54-1.678.948-2.155c.62-.723 1.496-1.195 2.638-1.657c.24-.097.507-.198.788-.305c.909-.345 1.97-.748 2.831-1.28c1.263-.781 2.327-1.95 2.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.212-2.25-5.42-2.25c-2.66 0-4.3 1.1-5.225 2.364a5.7 5.7 0 0 0-.971 2.197a4 4 0 0 0-.04.24l-.002.022l-.001.01v.004l-.001.002c0 .002-.046.432 0 .002a1.5 1.5 0 0 0 1.332 1.65m16.22 4.197a1.5 1.5 0 0 0-2.12 2.122L29.879 29l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12L32 31.122l2.439 2.44a1.5 1.5 0 0 0 2.12-2.122L34.122 29l2.44-2.44a1.5 1.5 0 0 0-2.121-2.12L32 26.878z"/></svg>
</template>

CSS

.icon-multiplier-2x-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.34%2020.242a1.5%201.5%200%200%200%201.65-1.312l.007-.042a2.7%202.7%200%200%201%20.448-1.003c.355-.484%201.09-1.135%202.804-1.135c1.544%200%202.553.506%203.128%201.187c.575.68.91%201.762.645%203.309c-.15.873-.573%201.371-1.275%201.805c-.596.369-1.259.621-2.08.934c-.335.127-.694.264-1.087.422c-1.24.502-2.683%201.193-3.79%202.487C12.645%2028.23%2012%2030.036%2012%2032.5a1.5%201.5%200%200%200%201.5%201.5h10a1.5%201.5%200%200%200%200-3h-8.38c.18-1.013.54-1.678.948-2.155c.62-.723%201.496-1.195%202.638-1.657c.24-.097.507-.198.788-.305c.909-.345%201.97-.748%202.831-1.28c1.263-.781%202.327-1.95%202.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.212-2.25-5.42-2.25c-2.66%200-4.3%201.1-5.225%202.364a5.7%205.7%200%200%200-.971%202.197a4%204%200%200%200-.04.24l-.002.022l-.001.01v.004l-.001.002c0%20.002-.046.432%200%20.002a1.5%201.5%200%200%200%201.332%201.65m16.22%204.197a1.5%201.5%200%200%200-2.12%202.122L29.879%2029l-2.44%202.44a1.5%201.5%200%200%200%202.122%202.12L32%2031.122l2.439%202.44a1.5%201.5%200%200%200%202.12-2.122L34.122%2029l2.44-2.44a1.5%201.5%200%200%200-2.121-2.12L32%2026.878z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.34%2020.242a1.5%201.5%200%200%200%201.65-1.312l.007-.042a2.7%202.7%200%200%201%20.448-1.003c.355-.484%201.09-1.135%202.804-1.135c1.544%200%202.553.506%203.128%201.187c.575.68.91%201.762.645%203.309c-.15.873-.573%201.371-1.275%201.805c-.596.369-1.259.621-2.08.934c-.335.127-.694.264-1.087.422c-1.24.502-2.683%201.193-3.79%202.487C12.645%2028.23%2012%2030.036%2012%2032.5a1.5%201.5%200%200%200%201.5%201.5h10a1.5%201.5%200%200%200%200-3h-8.38c.18-1.013.54-1.678.948-2.155c.62-.723%201.496-1.195%202.638-1.657c.24-.097.507-.198.788-.305c.909-.345%201.97-.748%202.831-1.28c1.263-.781%202.327-1.95%202.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.212-2.25-5.42-2.25c-2.66%200-4.3%201.1-5.225%202.364a5.7%205.7%200%200%200-.971%202.197a4%204%200%200%200-.04.24l-.002.022l-.001.01v.004l-.001.002c0%20.002-.046.432%200%20.002a1.5%201.5%200%200%200%201.332%201.65m16.22%204.197a1.5%201.5%200%200%200-2.12%202.122L29.879%2029l-2.44%202.44a1.5%201.5%200%200%200%202.122%202.12L32%2031.122l2.439%202.44a1.5%201.5%200%200%200%202.12-2.122L34.122%2029l2.44-2.44a1.5%201.5%200%200%200-2.121-2.12L32%2026.878z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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