multiplier 1 8x icon
multiplier-1-8x-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- multiplier-1-8x-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 8x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31 19c0 1.483-.657 2.734-1.67 3.643C30.936 23.812 32 25.628 32 27.75c0 3.721-3.272 6.5-7 6.5s-7-2.779-7-6.5c0-2.122 1.064-3.938 2.67-5.107C19.658 21.734 19 20.483 19 19c0-3.144 2.954-5.25 6-5.25s6 2.106 6 5.25m-6-2.25c-1.924 0-3 1.252-3 2.25s1.076 2.25 3 2.25s3-1.252 3-2.25s-1.076-2.25-3-2.25m-4 11c0 1.802 1.653 3.5 4 3.5s4-1.698 4-3.5s-1.653-3.5-4-3.5s-4 1.698-4 3.5m15.56-3.31a1.5 1.5 0 0 0-2.12 2.12L36.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 FluentMultiplier18x48Filled(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="M31 19c0 1.483-.657 2.734-1.67 3.643C30.936 23.812 32 25.628 32 27.75c0 3.721-3.272 6.5-7 6.5s-7-2.779-7-6.5c0-2.122 1.064-3.938 2.67-5.107C19.658 21.734 19 20.483 19 19c0-3.144 2.954-5.25 6-5.25s6 2.106 6 5.25m-6-2.25c-1.924 0-3 1.252-3 2.25s1.076 2.25 3 2.25s3-1.252 3-2.25s-1.076-2.25-3-2.25m-4 11c0 1.802 1.653 3.5 4 3.5s4-1.698 4-3.5s-1.653-3.5-4-3.5s-4 1.698-4 3.5m15.56-3.31a1.5 1.5 0 0 0-2.12 2.12L36.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="M31 19c0 1.483-.657 2.734-1.67 3.643C30.936 23.812 32 25.628 32 27.75c0 3.721-3.272 6.5-7 6.5s-7-2.779-7-6.5c0-2.122 1.064-3.938 2.67-5.107C19.658 21.734 19 20.483 19 19c0-3.144 2.954-5.25 6-5.25s6 2.106 6 5.25m-6-2.25c-1.924 0-3 1.252-3 2.25s1.076 2.25 3 2.25s3-1.252 3-2.25s-1.076-2.25-3-2.25m-4 11c0 1.802 1.653 3.5 4 3.5s4-1.698 4-3.5s-1.653-3.5-4-3.5s-4 1.698-4 3.5m15.56-3.31a1.5 1.5 0 0 0-2.12 2.12L36.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-8x-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%22M31%2019c0%201.483-.657%202.734-1.67%203.643C30.936%2023.812%2032%2025.628%2032%2027.75c0%203.721-3.272%206.5-7%206.5s-7-2.779-7-6.5c0-2.122%201.064-3.938%202.67-5.107C19.658%2021.734%2019%2020.483%2019%2019c0-3.144%202.954-5.25%206-5.25s6%202.106%206%205.25m-6-2.25c-1.924%200-3%201.252-3%202.25s1.076%202.25%203%202.25s3-1.252%203-2.25s-1.076-2.25-3-2.25m-4%2011c0%201.802%201.653%203.5%204%203.5s4-1.698%204-3.5s-1.653-3.5-4-3.5s-4%201.698-4%203.5m15.56-3.31a1.5%201.5%200%200%200-2.12%202.12L36.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%22M31%2019c0%201.483-.657%202.734-1.67%203.643C30.936%2023.812%2032%2025.628%2032%2027.75c0%203.721-3.272%206.5-7%206.5s-7-2.779-7-6.5c0-2.122%201.064-3.938%202.67-5.107C19.658%2021.734%2019%2020.483%2019%2019c0-3.144%202.954-5.25%206-5.25s6%202.106%206%205.25m-6-2.25c-1.924%200-3%201.252-3%202.25s1.076%202.25%203%202.25s3-1.252%203-2.25s-1.076-2.25-3-2.25m-4%2011c0%201.802%201.653%203.5%204%203.5s4-1.698%204-3.5s-1.653-3.5-4-3.5s-4%201.698-4%203.5m15.56-3.31a1.5%201.5%200%200%200-2.12%202.12L36.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-8x-48-filled.svg?color=%231a73e8&size=48