multiplier 1 8x icon
multiplier-1-8x-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- multiplier-1-8x-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the multiplier 1 8x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 12.684c0-2.161 1.9-3.75 4.033-3.75s4.034 1.589 4.034 3.75c0 1.052-.451 1.969-1.16 2.633c1.24.768 2.093 2.028 2.093 3.558c0 2.57-2.404 4.375-5 4.375s-5-1.806-5-4.375c0-1.547.872-2.817 2.133-3.583A3.57 3.57 0 0 1 13 12.684m4.033-1.75c-1.217 0-2.033.873-2.033 1.75c0 .876.816 1.75 2.033 1.75s2.034-.874 2.034-1.75c0-.877-.816-1.75-2.034-1.75M17 16.5c-1.823 0-3 1.215-3 2.374s1.177 2.375 3 2.375s3-1.215 3-2.375s-1.177-2.375-3-2.375m7.707-.208a1 1 0 0 0-1.414 1.415l1.793 1.793l-1.793 1.792a1 1 0 0 0 1.414 1.415l1.793-1.793l1.793 1.793a1 1 0 0 0 1.414-1.415L27.914 19.5l1.793-1.792a1 1 0 0 0-1.414-1.415L26.5 18.086zM11 22.001a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.327 9.055a1 1 0 0 1 .673.946v12a1 1 0 1 1-2 0v-9.579c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.715a13.3 13.3 0 0 0 3.221-2.75l.007-.01a1 1 0 0 1 1.114-.328"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier18x32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 12.684c0-2.161 1.9-3.75 4.033-3.75s4.034 1.589 4.034 3.75c0 1.052-.451 1.969-1.16 2.633c1.24.768 2.093 2.028 2.093 3.558c0 2.57-2.404 4.375-5 4.375s-5-1.806-5-4.375c0-1.547.872-2.817 2.133-3.583A3.57 3.57 0 0 1 13 12.684m4.033-1.75c-1.217 0-2.033.873-2.033 1.75c0 .876.816 1.75 2.033 1.75s2.034-.874 2.034-1.75c0-.877-.816-1.75-2.034-1.75M17 16.5c-1.823 0-3 1.215-3 2.374s1.177 2.375 3 2.375s3-1.215 3-2.375s-1.177-2.375-3-2.375m7.707-.208a1 1 0 0 0-1.414 1.415l1.793 1.793l-1.793 1.792a1 1 0 0 0 1.414 1.415l1.793-1.793l1.793 1.793a1 1 0 0 0 1.414-1.415L27.914 19.5l1.793-1.792a1 1 0 0 0-1.414-1.415L26.5 18.086zM11 22.001a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.327 9.055a1 1 0 0 1 .673.946v12a1 1 0 1 1-2 0v-9.579c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.715a13.3 13.3 0 0 0 3.221-2.75l.007-.01a1 1 0 0 1 1.114-.328"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 12.684c0-2.161 1.9-3.75 4.033-3.75s4.034 1.589 4.034 3.75c0 1.052-.451 1.969-1.16 2.633c1.24.768 2.093 2.028 2.093 3.558c0 2.57-2.404 4.375-5 4.375s-5-1.806-5-4.375c0-1.547.872-2.817 2.133-3.583A3.57 3.57 0 0 1 13 12.684m4.033-1.75c-1.217 0-2.033.873-2.033 1.75c0 .876.816 1.75 2.033 1.75s2.034-.874 2.034-1.75c0-.877-.816-1.75-2.034-1.75M17 16.5c-1.823 0-3 1.215-3 2.374s1.177 2.375 3 2.375s3-1.215 3-2.375s-1.177-2.375-3-2.375m7.707-.208a1 1 0 0 0-1.414 1.415l1.793 1.793l-1.793 1.792a1 1 0 0 0 1.414 1.415l1.793-1.793l1.793 1.793a1 1 0 0 0 1.414-1.415L27.914 19.5l1.793-1.792a1 1 0 0 0-1.414-1.415L26.5 18.086zM11 22.001a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.327 9.055a1 1 0 0 1 .673.946v12a1 1 0 1 1-2 0v-9.579c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.715a13.3 13.3 0 0 0 3.221-2.75l.007-.01a1 1 0 0 1 1.114-.328"/></svg> </template>
CSS
.icon-multiplier-1-8x-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2012.684c0-2.161%201.9-3.75%204.033-3.75s4.034%201.589%204.034%203.75c0%201.052-.451%201.969-1.16%202.633c1.24.768%202.093%202.028%202.093%203.558c0%202.57-2.404%204.375-5%204.375s-5-1.806-5-4.375c0-1.547.872-2.817%202.133-3.583A3.57%203.57%200%200%201%2013%2012.684m4.033-1.75c-1.217%200-2.033.873-2.033%201.75c0%20.876.816%201.75%202.033%201.75s2.034-.874%202.034-1.75c0-.877-.816-1.75-2.034-1.75M17%2016.5c-1.823%200-3%201.215-3%202.374s1.177%202.375%203%202.375s3-1.215%203-2.375s-1.177-2.375-3-2.375m7.707-.208a1%201%200%200%200-1.414%201.415l1.793%201.793l-1.793%201.792a1%201%200%200%200%201.414%201.415l1.793-1.793l1.793%201.793a1%201%200%200%200%201.414-1.415L27.914%2019.5l1.793-1.792a1%201%200%200%200-1.414-1.415L26.5%2018.086zM11%2022.001a1%201%200%201%201-2%200a1%201%200%200%201%202%200M7.327%209.055a1%201%200%200%201%20.673.946v12a1%201%200%201%201-2%200v-9.579c-.55.47-1.217.975-1.985%201.436a1%201%200%200%201-1.03-1.715a13.3%2013.3%200%200%200%203.221-2.75l.007-.01a1%201%200%200%201%201.114-.328%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2012.684c0-2.161%201.9-3.75%204.033-3.75s4.034%201.589%204.034%203.75c0%201.052-.451%201.969-1.16%202.633c1.24.768%202.093%202.028%202.093%203.558c0%202.57-2.404%204.375-5%204.375s-5-1.806-5-4.375c0-1.547.872-2.817%202.133-3.583A3.57%203.57%200%200%201%2013%2012.684m4.033-1.75c-1.217%200-2.033.873-2.033%201.75c0%20.876.816%201.75%202.033%201.75s2.034-.874%202.034-1.75c0-.877-.816-1.75-2.034-1.75M17%2016.5c-1.823%200-3%201.215-3%202.374s1.177%202.375%203%202.375s3-1.215%203-2.375s-1.177-2.375-3-2.375m7.707-.208a1%201%200%200%200-1.414%201.415l1.793%201.793l-1.793%201.792a1%201%200%200%200%201.414%201.415l1.793-1.793l1.793%201.793a1%201%200%200%200%201.414-1.415L27.914%2019.5l1.793-1.792a1%201%200%200%200-1.414-1.415L26.5%2018.086zM11%2022.001a1%201%200%201%201-2%200a1%201%200%200%201%202%200M7.327%209.055a1%201%200%200%201%20.673.946v12a1%201%200%201%201-2%200v-9.579c-.55.47-1.217.975-1.985%201.436a1%201%200%200%201-1.03-1.715a13.3%2013.3%200%200%200%203.221-2.75l.007-.01a1%201%200%200%201%201.114-.328%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/multiplier-1-8x-32-regular.svg?color=%231a73e8&size=48