multiplier 1 2x icon
multiplier-1-2x-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- multiplier-1-2x-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M20.34 20.242a1.5 1.5 0 0 0 1.65-1.312l.007-.042a2.7 2.7 0 0 1 .448-1.003c.354-.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-.574 1.371-1.275 1.805c-.596.369-1.26.621-2.081.934c-.334.127-.694.264-1.086.422c-1.24.502-2.683 1.193-3.79 2.487C19.644 28.23 19 30.036 19 32.5a1.5 1.5 0 0 0 1.5 1.5h10a1.5 1.5 0 1 0 0-3h-8.38c.18-1.013.54-1.678.948-2.155c.619-.723 1.496-1.195 2.637-1.657c.242-.097.508-.198.788-.305c.91-.345 1.971-.748 2.832-1.28c1.262-.781 2.327-1.95 2.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.213-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-.003.022v.01l-.001.004v.002c0 .002-.032.3 0 .002a1.5 1.5 0 0 0 1.332 1.65m16.22 4.197a1.5 1.5 0 0 0-2.12 2.122L36.878 29l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12L39 31.122l2.44 2.44a1.5 1.5 0 0 0 2.12-2.122L41.122 29l2.44-2.44a1.5 1.5 0 0 0-2.122-2.12L39 26.878zM16.5 32.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-5.6-18.696A1.5 1.5 0 0 1 12 15.5v17a1.5 1.5 0 1 1-3 0V19.672a15.4 15.4 0 0 1-2.728 2.114a1.5 1.5 0 1 1-1.544-2.572c1.373-.824 2.502-1.944 3.299-2.886a16 16 0 0 0 1.125-1.502l.052-.082l.01-.017h.001a1.5 1.5 0 0 1 1.686-.673"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier12x48Filled(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="M20.34 20.242a1.5 1.5 0 0 0 1.65-1.312l.007-.042a2.7 2.7 0 0 1 .448-1.003c.354-.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-.574 1.371-1.275 1.805c-.596.369-1.26.621-2.081.934c-.334.127-.694.264-1.086.422c-1.24.502-2.683 1.193-3.79 2.487C19.644 28.23 19 30.036 19 32.5a1.5 1.5 0 0 0 1.5 1.5h10a1.5 1.5 0 1 0 0-3h-8.38c.18-1.013.54-1.678.948-2.155c.619-.723 1.496-1.195 2.637-1.657c.242-.097.508-.198.788-.305c.91-.345 1.971-.748 2.832-1.28c1.262-.781 2.327-1.95 2.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.213-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-.003.022v.01l-.001.004v.002c0 .002-.032.3 0 .002a1.5 1.5 0 0 0 1.332 1.65m16.22 4.197a1.5 1.5 0 0 0-2.12 2.122L36.878 29l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12L39 31.122l2.44 2.44a1.5 1.5 0 0 0 2.12-2.122L41.122 29l2.44-2.44a1.5 1.5 0 0 0-2.122-2.12L39 26.878zM16.5 32.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-5.6-18.696A1.5 1.5 0 0 1 12 15.5v17a1.5 1.5 0 1 1-3 0V19.672a15.4 15.4 0 0 1-2.728 2.114a1.5 1.5 0 1 1-1.544-2.572c1.373-.824 2.502-1.944 3.299-2.886a16 16 0 0 0 1.125-1.502l.052-.082l.01-.017h.001a1.5 1.5 0 0 1 1.686-.673"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.34 20.242a1.5 1.5 0 0 0 1.65-1.312l.007-.042a2.7 2.7 0 0 1 .448-1.003c.354-.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-.574 1.371-1.275 1.805c-.596.369-1.26.621-2.081.934c-.334.127-.694.264-1.086.422c-1.24.502-2.683 1.193-3.79 2.487C19.644 28.23 19 30.036 19 32.5a1.5 1.5 0 0 0 1.5 1.5h10a1.5 1.5 0 1 0 0-3h-8.38c.18-1.013.54-1.678.948-2.155c.619-.723 1.496-1.195 2.637-1.657c.242-.097.508-.198.788-.305c.91-.345 1.971-.748 2.832-1.28c1.262-.781 2.327-1.95 2.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.213-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-.003.022v.01l-.001.004v.002c0 .002-.032.3 0 .002a1.5 1.5 0 0 0 1.332 1.65m16.22 4.197a1.5 1.5 0 0 0-2.12 2.122L36.878 29l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12L39 31.122l2.44 2.44a1.5 1.5 0 0 0 2.12-2.122L41.122 29l2.44-2.44a1.5 1.5 0 0 0-2.122-2.12L39 26.878zM16.5 32.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-5.6-18.696A1.5 1.5 0 0 1 12 15.5v17a1.5 1.5 0 1 1-3 0V19.672a15.4 15.4 0 0 1-2.728 2.114a1.5 1.5 0 1 1-1.544-2.572c1.373-.824 2.502-1.944 3.299-2.886a16 16 0 0 0 1.125-1.502l.052-.082l.01-.017h.001a1.5 1.5 0 0 1 1.686-.673"/></svg> </template>
CSS
.icon-multiplier-1-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%22M20.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.354-.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-.574%201.371-1.275%201.805c-.596.369-1.26.621-2.081.934c-.334.127-.694.264-1.086.422c-1.24.502-2.683%201.193-3.79%202.487C19.644%2028.23%2019%2030.036%2019%2032.5a1.5%201.5%200%200%200%201.5%201.5h10a1.5%201.5%200%201%200%200-3h-8.38c.18-1.013.54-1.678.948-2.155c.619-.723%201.496-1.195%202.637-1.657c.242-.097.508-.198.788-.305c.91-.345%201.971-.748%202.832-1.28c1.262-.781%202.327-1.95%202.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.213-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-.003.022v.01l-.001.004v.002c0%20.002-.032.3%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.122L36.878%2029l-2.44%202.44a1.5%201.5%200%200%200%202.122%202.12L39%2031.122l2.44%202.44a1.5%201.5%200%200%200%202.12-2.122L41.122%2029l2.44-2.44a1.5%201.5%200%200%200-2.122-2.12L39%2026.878zM16.5%2032.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-5.6-18.696A1.5%201.5%200%200%201%2012%2015.5v17a1.5%201.5%200%201%201-3%200V19.672a15.4%2015.4%200%200%201-2.728%202.114a1.5%201.5%200%201%201-1.544-2.572c1.373-.824%202.502-1.944%203.299-2.886a16%2016%200%200%200%201.125-1.502l.052-.082l.01-.017h.001a1.5%201.5%200%200%201%201.686-.673%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%22M20.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.354-.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-.574%201.371-1.275%201.805c-.596.369-1.26.621-2.081.934c-.334.127-.694.264-1.086.422c-1.24.502-2.683%201.193-3.79%202.487C19.644%2028.23%2019%2030.036%2019%2032.5a1.5%201.5%200%200%200%201.5%201.5h10a1.5%201.5%200%201%200%200-3h-8.38c.18-1.013.54-1.678.948-2.155c.619-.723%201.496-1.195%202.637-1.657c.242-.097.508-.198.788-.305c.91-.345%201.971-.748%202.832-1.28c1.262-.781%202.327-1.95%202.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.213-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-.003.022v.01l-.001.004v.002c0%20.002-.032.3%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.122L36.878%2029l-2.44%202.44a1.5%201.5%200%200%200%202.122%202.12L39%2031.122l2.44%202.44a1.5%201.5%200%200%200%202.12-2.122L41.122%2029l2.44-2.44a1.5%201.5%200%200%200-2.122-2.12L39%2026.878zM16.5%2032.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-5.6-18.696A1.5%201.5%200%200%201%2012%2015.5v17a1.5%201.5%200%201%201-3%200V19.672a15.4%2015.4%200%200%201-2.728%202.114a1.5%201.5%200%201%201-1.544-2.572c1.373-.824%202.502-1.944%203.299-2.886a16%2016%200%200%200%201.125-1.502l.052-.082l.01-.017h.001a1.5%201.5%200%200%201%201.686-.673%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-48-filled.svg?color=%231a73e8&size=48