multiplier 1 8x icon
multiplier-1-8x-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- multiplier-1-8x-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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="M30.5 18.875c0 1.513-.692 2.815-1.762 3.728c1.797 1.129 3.012 3.033 3.012 5.272c0 3.628-3.19 6.375-6.875 6.375S18 31.503 18 27.875c0-2.24 1.216-4.143 3.013-5.272c-1.07-.913-1.763-2.215-1.763-3.728c0-2.969 2.666-5.125 5.625-5.125s5.625 2.156 5.625 5.125m-5.625-2.625c-1.872 0-3.125 1.314-3.125 2.625s1.253 2.625 3.125 2.625S28 20.186 28 18.875s-1.252-2.625-3.125-2.625M20.5 27.875c0 2.033 1.847 3.875 4.375 3.875s4.375-1.842 4.375-3.875S27.404 24 24.875 24S20.5 25.842 20.5 27.875m15.634-3.509a1.25 1.25 0 0 0-1.768 1.768L37.232 29l-2.866 2.866a1.25 1.25 0 0 0 1.768 1.768L39 30.768l2.866 2.866a1.25 1.25 0 0 0 1.768-1.768L40.768 29l2.866-2.866a1.25 1.25 0 0 0-1.768-1.768L39 27.232zM16.5 32.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-5-17.5a1.25 1.25 0 0 0-2.321-.643l-.003.004l-.015.025l-.067.106a18 18 0 0 1-1.275 1.742c-.874 1.054-1.976 2.123-3.086 2.628a1.25 1.25 0 0 0 1.035 2.276c1.25-.568 2.36-1.535 3.232-2.465V32.75a1.25 1.25 0 0 0 2.5 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMultiplier18x48Regular(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="M30.5 18.875c0 1.513-.692 2.815-1.762 3.728c1.797 1.129 3.012 3.033 3.012 5.272c0 3.628-3.19 6.375-6.875 6.375S18 31.503 18 27.875c0-2.24 1.216-4.143 3.013-5.272c-1.07-.913-1.763-2.215-1.763-3.728c0-2.969 2.666-5.125 5.625-5.125s5.625 2.156 5.625 5.125m-5.625-2.625c-1.872 0-3.125 1.314-3.125 2.625s1.253 2.625 3.125 2.625S28 20.186 28 18.875s-1.252-2.625-3.125-2.625M20.5 27.875c0 2.033 1.847 3.875 4.375 3.875s4.375-1.842 4.375-3.875S27.404 24 24.875 24S20.5 25.842 20.5 27.875m15.634-3.509a1.25 1.25 0 0 0-1.768 1.768L37.232 29l-2.866 2.866a1.25 1.25 0 0 0 1.768 1.768L39 30.768l2.866 2.866a1.25 1.25 0 0 0 1.768-1.768L40.768 29l2.866-2.866a1.25 1.25 0 0 0-1.768-1.768L39 27.232zM16.5 32.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-5-17.5a1.25 1.25 0 0 0-2.321-.643l-.003.004l-.015.025l-.067.106a18 18 0 0 1-1.275 1.742c-.874 1.054-1.976 2.123-3.086 2.628a1.25 1.25 0 0 0 1.035 2.276c1.25-.568 2.36-1.535 3.232-2.465V32.75a1.25 1.25 0 0 0 2.5 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.5 18.875c0 1.513-.692 2.815-1.762 3.728c1.797 1.129 3.012 3.033 3.012 5.272c0 3.628-3.19 6.375-6.875 6.375S18 31.503 18 27.875c0-2.24 1.216-4.143 3.013-5.272c-1.07-.913-1.763-2.215-1.763-3.728c0-2.969 2.666-5.125 5.625-5.125s5.625 2.156 5.625 5.125m-5.625-2.625c-1.872 0-3.125 1.314-3.125 2.625s1.253 2.625 3.125 2.625S28 20.186 28 18.875s-1.252-2.625-3.125-2.625M20.5 27.875c0 2.033 1.847 3.875 4.375 3.875s4.375-1.842 4.375-3.875S27.404 24 24.875 24S20.5 25.842 20.5 27.875m15.634-3.509a1.25 1.25 0 0 0-1.768 1.768L37.232 29l-2.866 2.866a1.25 1.25 0 0 0 1.768 1.768L39 30.768l2.866 2.866a1.25 1.25 0 0 0 1.768-1.768L40.768 29l2.866-2.866a1.25 1.25 0 0 0-1.768-1.768L39 27.232zM16.5 32.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-5-17.5a1.25 1.25 0 0 0-2.321-.643l-.003.004l-.015.025l-.067.106a18 18 0 0 1-1.275 1.742c-.874 1.054-1.976 2.123-3.086 2.628a1.25 1.25 0 0 0 1.035 2.276c1.25-.568 2.36-1.535 3.232-2.465V32.75a1.25 1.25 0 0 0 2.5 0z"/></svg> </template>
CSS
.icon-multiplier-1-8x-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.5%2018.875c0%201.513-.692%202.815-1.762%203.728c1.797%201.129%203.012%203.033%203.012%205.272c0%203.628-3.19%206.375-6.875%206.375S18%2031.503%2018%2027.875c0-2.24%201.216-4.143%203.013-5.272c-1.07-.913-1.763-2.215-1.763-3.728c0-2.969%202.666-5.125%205.625-5.125s5.625%202.156%205.625%205.125m-5.625-2.625c-1.872%200-3.125%201.314-3.125%202.625s1.253%202.625%203.125%202.625S28%2020.186%2028%2018.875s-1.252-2.625-3.125-2.625M20.5%2027.875c0%202.033%201.847%203.875%204.375%203.875s4.375-1.842%204.375-3.875S27.404%2024%2024.875%2024S20.5%2025.842%2020.5%2027.875m15.634-3.509a1.25%201.25%200%200%200-1.768%201.768L37.232%2029l-2.866%202.866a1.25%201.25%200%200%200%201.768%201.768L39%2030.768l2.866%202.866a1.25%201.25%200%200%200%201.768-1.768L40.768%2029l2.866-2.866a1.25%201.25%200%200%200-1.768-1.768L39%2027.232zM16.5%2032.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-5-17.5a1.25%201.25%200%200%200-2.321-.643l-.003.004l-.015.025l-.067.106a18%2018%200%200%201-1.275%201.742c-.874%201.054-1.976%202.123-3.086%202.628a1.25%201.25%200%200%200%201.035%202.276c1.25-.568%202.36-1.535%203.232-2.465V32.75a1.25%201.25%200%200%200%202.5%200z%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%22M30.5%2018.875c0%201.513-.692%202.815-1.762%203.728c1.797%201.129%203.012%203.033%203.012%205.272c0%203.628-3.19%206.375-6.875%206.375S18%2031.503%2018%2027.875c0-2.24%201.216-4.143%203.013-5.272c-1.07-.913-1.763-2.215-1.763-3.728c0-2.969%202.666-5.125%205.625-5.125s5.625%202.156%205.625%205.125m-5.625-2.625c-1.872%200-3.125%201.314-3.125%202.625s1.253%202.625%203.125%202.625S28%2020.186%2028%2018.875s-1.252-2.625-3.125-2.625M20.5%2027.875c0%202.033%201.847%203.875%204.375%203.875s4.375-1.842%204.375-3.875S27.404%2024%2024.875%2024S20.5%2025.842%2020.5%2027.875m15.634-3.509a1.25%201.25%200%200%200-1.768%201.768L37.232%2029l-2.866%202.866a1.25%201.25%200%200%200%201.768%201.768L39%2030.768l2.866%202.866a1.25%201.25%200%200%200%201.768-1.768L40.768%2029l2.866-2.866a1.25%201.25%200%200%200-1.768-1.768L39%2027.232zM16.5%2032.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-5-17.5a1.25%201.25%200%200%200-2.321-.643l-.003.004l-.015.025l-.067.106a18%2018%200%200%201-1.275%201.742c-.874%201.054-1.976%202.123-3.086%202.628a1.25%201.25%200%200%200%201.035%202.276c1.25-.568%202.36-1.535%203.232-2.465V32.75a1.25%201.25%200%200%200%202.5%200z%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-regular.svg?color=%231a73e8&size=48