multiplier 1 2x icon
multiplier-1-2x-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- multiplier-1-2x-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M4.66 6.026A.5.5 0 0 1 5 6.5v7a.5.5 0 0 1-1 0V7.957a6 6 0 0 1-1.243.972a.5.5 0 0 1-.514-.858c.937-.562 1.31-1.095 1.639-1.567a10 10 0 0 1 .22-.306a.5.5 0 0 1 .558-.172m4.333 2.06v-.003L9 8.058q.01-.042.038-.122a1.5 1.5 0 0 1 .207-.385c.194-.26.55-.55 1.256-.55c.638 0 1.04.209 1.267.497c.231.294.353.762.24 1.418c-.066.386-.26.616-.563.81c-.248.16-.526.273-.859.408q-.199.08-.426.177c-.492.212-1.047.495-1.471 1.001C8.253 11.831 8 12.532 8 13.5a.5.5 0 0 0 .5.5h4a.5.5 0 1 0 0-1H9.031c.066-.49.229-.814.424-1.047c.267-.32.64-.527 1.1-.725q.154-.066.329-.136c.361-.146.768-.311 1.1-.525c.483-.31.885-.76 1.009-1.482c.145-.844.017-1.626-.441-2.207C12.089 6.291 11.362 6 10.5 6c-1.045 0-1.689.46-2.056.95a2.5 2.5 0 0 0-.43.933l-.005.022l-.001.007v.005h-.001c-.03.176-.02.126-.011.068l.01-.066a.5.5 0 0 0 .987.167m5.86 2.06a.5.5 0 0 0-.707.707L15.293 12l-1.147 1.146a.5.5 0 0 0 .708.707L16 12.707l1.146 1.146a.5.5 0 0 0 .708-.707L16.707 12l1.147-1.147a.5.5 0 0 0-.708-.707L16 11.293zM7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier12x20Regular(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.66 6.026A.5.5 0 0 1 5 6.5v7a.5.5 0 0 1-1 0V7.957a6 6 0 0 1-1.243.972a.5.5 0 0 1-.514-.858c.937-.562 1.31-1.095 1.639-1.567a10 10 0 0 1 .22-.306a.5.5 0 0 1 .558-.172m4.333 2.06v-.003L9 8.058q.01-.042.038-.122a1.5 1.5 0 0 1 .207-.385c.194-.26.55-.55 1.256-.55c.638 0 1.04.209 1.267.497c.231.294.353.762.24 1.418c-.066.386-.26.616-.563.81c-.248.16-.526.273-.859.408q-.199.08-.426.177c-.492.212-1.047.495-1.471 1.001C8.253 11.831 8 12.532 8 13.5a.5.5 0 0 0 .5.5h4a.5.5 0 1 0 0-1H9.031c.066-.49.229-.814.424-1.047c.267-.32.64-.527 1.1-.725q.154-.066.329-.136c.361-.146.768-.311 1.1-.525c.483-.31.885-.76 1.009-1.482c.145-.844.017-1.626-.441-2.207C12.089 6.291 11.362 6 10.5 6c-1.045 0-1.689.46-2.056.95a2.5 2.5 0 0 0-.43.933l-.005.022l-.001.007v.005h-.001c-.03.176-.02.126-.011.068l.01-.066a.5.5 0 0 0 .987.167m5.86 2.06a.5.5 0 0 0-.707.707L15.293 12l-1.147 1.146a.5.5 0 0 0 .708.707L16 12.707l1.146 1.146a.5.5 0 0 0 .708-.707L16.707 12l1.147-1.147a.5.5 0 0 0-.708-.707L16 11.293zM7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></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.66 6.026A.5.5 0 0 1 5 6.5v7a.5.5 0 0 1-1 0V7.957a6 6 0 0 1-1.243.972a.5.5 0 0 1-.514-.858c.937-.562 1.31-1.095 1.639-1.567a10 10 0 0 1 .22-.306a.5.5 0 0 1 .558-.172m4.333 2.06v-.003L9 8.058q.01-.042.038-.122a1.5 1.5 0 0 1 .207-.385c.194-.26.55-.55 1.256-.55c.638 0 1.04.209 1.267.497c.231.294.353.762.24 1.418c-.066.386-.26.616-.563.81c-.248.16-.526.273-.859.408q-.199.08-.426.177c-.492.212-1.047.495-1.471 1.001C8.253 11.831 8 12.532 8 13.5a.5.5 0 0 0 .5.5h4a.5.5 0 1 0 0-1H9.031c.066-.49.229-.814.424-1.047c.267-.32.64-.527 1.1-.725q.154-.066.329-.136c.361-.146.768-.311 1.1-.525c.483-.31.885-.76 1.009-1.482c.145-.844.017-1.626-.441-2.207C12.089 6.291 11.362 6 10.5 6c-1.045 0-1.689.46-2.056.95a2.5 2.5 0 0 0-.43.933l-.005.022l-.001.007v.005h-.001c-.03.176-.02.126-.011.068l.01-.066a.5.5 0 0 0 .987.167m5.86 2.06a.5.5 0 0 0-.707.707L15.293 12l-1.147 1.146a.5.5 0 0 0 .708.707L16 12.707l1.146 1.146a.5.5 0 0 0 .708-.707L16.707 12l1.147-1.147a.5.5 0 0 0-.708-.707L16 11.293zM7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg> </template>
CSS
.icon-multiplier-1-2x-20-regular {
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.66%206.026A.5.5%200%200%201%205%206.5v7a.5.5%200%200%201-1%200V7.957a6%206%200%200%201-1.243.972a.5.5%200%200%201-.514-.858c.937-.562%201.31-1.095%201.639-1.567a10%2010%200%200%201%20.22-.306a.5.5%200%200%201%20.558-.172m4.333%202.06v-.003L9%208.058q.01-.042.038-.122a1.5%201.5%200%200%201%20.207-.385c.194-.26.55-.55%201.256-.55c.638%200%201.04.209%201.267.497c.231.294.353.762.24%201.418c-.066.386-.26.616-.563.81c-.248.16-.526.273-.859.408q-.199.08-.426.177c-.492.212-1.047.495-1.471%201.001C8.253%2011.831%208%2012.532%208%2013.5a.5.5%200%200%200%20.5.5h4a.5.5%200%201%200%200-1H9.031c.066-.49.229-.814.424-1.047c.267-.32.64-.527%201.1-.725q.154-.066.329-.136c.361-.146.768-.311%201.1-.525c.483-.31.885-.76%201.009-1.482c.145-.844.017-1.626-.441-2.207C12.089%206.291%2011.362%206%2010.5%206c-1.045%200-1.689.46-2.056.95a2.5%202.5%200%200%200-.43.933l-.005.022l-.001.007v.005h-.001c-.03.176-.02.126-.011.068l.01-.066a.5.5%200%200%200%20.987.167m5.86%202.06a.5.5%200%200%200-.707.707L15.293%2012l-1.147%201.146a.5.5%200%200%200%20.708.707L16%2012.707l1.146%201.146a.5.5%200%200%200%20.708-.707L16.707%2012l1.147-1.147a.5.5%200%200%200-.708-.707L16%2011.293zM7%2013.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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.66%206.026A.5.5%200%200%201%205%206.5v7a.5.5%200%200%201-1%200V7.957a6%206%200%200%201-1.243.972a.5.5%200%200%201-.514-.858c.937-.562%201.31-1.095%201.639-1.567a10%2010%200%200%201%20.22-.306a.5.5%200%200%201%20.558-.172m4.333%202.06v-.003L9%208.058q.01-.042.038-.122a1.5%201.5%200%200%201%20.207-.385c.194-.26.55-.55%201.256-.55c.638%200%201.04.209%201.267.497c.231.294.353.762.24%201.418c-.066.386-.26.616-.563.81c-.248.16-.526.273-.859.408q-.199.08-.426.177c-.492.212-1.047.495-1.471%201.001C8.253%2011.831%208%2012.532%208%2013.5a.5.5%200%200%200%20.5.5h4a.5.5%200%201%200%200-1H9.031c.066-.49.229-.814.424-1.047c.267-.32.64-.527%201.1-.725q.154-.066.329-.136c.361-.146.768-.311%201.1-.525c.483-.31.885-.76%201.009-1.482c.145-.844.017-1.626-.441-2.207C12.089%206.291%2011.362%206%2010.5%206c-1.045%200-1.689.46-2.056.95a2.5%202.5%200%200%200-.43.933l-.005.022l-.001.007v.005h-.001c-.03.176-.02.126-.011.068l.01-.066a.5.5%200%200%200%20.987.167m5.86%202.06a.5.5%200%200%200-.707.707L15.293%2012l-1.147%201.146a.5.5%200%200%200%20.708.707L16%2012.707l1.146%201.146a.5.5%200%200%200%20.708-.707L16.707%2012l1.147-1.147a.5.5%200%200%200-.708-.707L16%2011.293zM7%2013.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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-20-regular.svg?color=%231a73e8&size=48