calculator5 icon
calculator5-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- calculator5-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the calculator5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2H8C5.24 2 3 4.24 3 7v10c0 2.76 2.24 5 5 5h8c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5M8.86 18.63c-.19.19-.44.29-.7.29a1 1 0 0 1-.71-.29a1 1 0 0 1-.3-.71c0-.26.11-.52.3-.71c.09-.09.2-.16.32-.21c.25-.1.52-.1.77 0c.06.02.12.05.17.09c.06.03.11.08.15.12c.19.19.3.45.3.71a1 1 0 0 1-.3.71m-1.71-4.71c0-.13.03-.26.08-.38A1 1 0 0 1 8.54 13c.06.02.12.05.17.09c.06.03.11.08.15.12c.09.1.17.2.22.33c.05.12.07.25.07.38a.99.99 0 0 1-1.38.92a1 1 0 0 1-.62-.92m5.71 4.71c-.09.09-.2.16-.32.21s-.25.08-.39.08c-.26 0-.51-.1-.7-.29a1 1 0 0 1-.3-.71c0-.07.01-.13.02-.2l.06-.18l.09-.18c.04-.05.08-.1.13-.15a1.017 1.017 0 0 1 1.41 0c.19.19.29.45.29.71c0 .27-.1.52-.29.71m0-4a1 1 0 0 1-.71.29c-.26 0-.51-.1-.7-.29a1 1 0 0 1-.3-.71c0-.26.11-.52.3-.71c.37-.37 1.04-.37 1.41 0c.09.1.17.2.22.33c.05.12.07.25.07.38c0 .27-.1.52-.29.71M9 10.46c-1.03 0-1.88-.84-1.88-1.88v-1c0-1.03.84-1.88 1.88-1.88h6c1.03 0 1.88.84 1.88 1.88v1c0 1.03-.84 1.88-1.88 1.88zm7.86 8.17a.99.99 0 0 1-1.09.21a1 1 0 0 1-.32-.21a1 1 0 0 1-.29-.71c0-.26.1-.52.29-.71c.27-.28.72-.36 1.09-.21c.12.05.23.12.32.21c.19.19.29.45.29.71c0 .27-.1.52-.29.71m.22-4.33a.99.99 0 0 1-.93.62c-.26 0-.51-.1-.7-.29a1 1 0 0 1-.3-.71c0-.26.11-.52.3-.71c.37-.37 1.04-.37 1.41 0c.19.19.3.45.3.71c0 .13-.03.26-.08.38"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCalculator5Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2H8C5.24 2 3 4.24 3 7v10c0 2.76 2.24 5 5 5h8c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5M8.86 18.63c-.19.19-.44.29-.7.29a1 1 0 0 1-.71-.29a1 1 0 0 1-.3-.71c0-.26.11-.52.3-.71c.09-.09.2-.16.32-.21c.25-.1.52-.1.77 0c.06.02.12.05.17.09c.06.03.11.08.15.12c.19.19.3.45.3.71a1 1 0 0 1-.3.71m-1.71-4.71c0-.13.03-.26.08-.38A1 1 0 0 1 8.54 13c.06.02.12.05.17.09c.06.03.11.08.15.12c.09.1.17.2.22.33c.05.12.07.25.07.38a.99.99 0 0 1-1.38.92a1 1 0 0 1-.62-.92m5.71 4.71c-.09.09-.2.16-.32.21s-.25.08-.39.08c-.26 0-.51-.1-.7-.29a1 1 0 0 1-.3-.71c0-.07.01-.13.02-.2l.06-.18l.09-.18c.04-.05.08-.1.13-.15a1.017 1.017 0 0 1 1.41 0c.19.19.29.45.29.71c0 .27-.1.52-.29.71m0-4a1 1 0 0 1-.71.29c-.26 0-.51-.1-.7-.29a1 1 0 0 1-.3-.71c0-.26.11-.52.3-.71c.37-.37 1.04-.37 1.41 0c.09.1.17.2.22.33c.05.12.07.25.07.38c0 .27-.1.52-.29.71M9 10.46c-1.03 0-1.88-.84-1.88-1.88v-1c0-1.03.84-1.88 1.88-1.88h6c1.03 0 1.88.84 1.88 1.88v1c0 1.03-.84 1.88-1.88 1.88zm7.86 8.17a.99.99 0 0 1-1.09.21a1 1 0 0 1-.32-.21a1 1 0 0 1-.29-.71c0-.26.1-.52.29-.71c.27-.28.72-.36 1.09-.21c.12.05.23.12.32.21c.19.19.29.45.29.71c0 .27-.1.52-.29.71m.22-4.33a.99.99 0 0 1-.93.62c-.26 0-.51-.1-.7-.29a1 1 0 0 1-.3-.71c0-.26.11-.52.3-.71c.37-.37 1.04-.37 1.41 0c.19.19.3.45.3.71c0 .13-.03.26-.08.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2H8C5.24 2 3 4.24 3 7v10c0 2.76 2.24 5 5 5h8c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5M8.86 18.63c-.19.19-.44.29-.7.29a1 1 0 0 1-.71-.29a1 1 0 0 1-.3-.71c0-.26.11-.52.3-.71c.09-.09.2-.16.32-.21c.25-.1.52-.1.77 0c.06.02.12.05.17.09c.06.03.11.08.15.12c.19.19.3.45.3.71a1 1 0 0 1-.3.71m-1.71-4.71c0-.13.03-.26.08-.38A1 1 0 0 1 8.54 13c.06.02.12.05.17.09c.06.03.11.08.15.12c.09.1.17.2.22.33c.05.12.07.25.07.38a.99.99 0 0 1-1.38.92a1 1 0 0 1-.62-.92m5.71 4.71c-.09.09-.2.16-.32.21s-.25.08-.39.08c-.26 0-.51-.1-.7-.29a1 1 0 0 1-.3-.71c0-.07.01-.13.02-.2l.06-.18l.09-.18c.04-.05.08-.1.13-.15a1.017 1.017 0 0 1 1.41 0c.19.19.29.45.29.71c0 .27-.1.52-.29.71m0-4a1 1 0 0 1-.71.29c-.26 0-.51-.1-.7-.29a1 1 0 0 1-.3-.71c0-.26.11-.52.3-.71c.37-.37 1.04-.37 1.41 0c.09.1.17.2.22.33c.05.12.07.25.07.38c0 .27-.1.52-.29.71M9 10.46c-1.03 0-1.88-.84-1.88-1.88v-1c0-1.03.84-1.88 1.88-1.88h6c1.03 0 1.88.84 1.88 1.88v1c0 1.03-.84 1.88-1.88 1.88zm7.86 8.17a.99.99 0 0 1-1.09.21a1 1 0 0 1-.32-.21a1 1 0 0 1-.29-.71c0-.26.1-.52.29-.71c.27-.28.72-.36 1.09-.21c.12.05.23.12.32.21c.19.19.29.45.29.71c0 .27-.1.52-.29.71m.22-4.33a.99.99 0 0 1-.93.62c-.26 0-.51-.1-.7-.29a1 1 0 0 1-.3-.71c0-.26.11-.52.3-.71c.37-.37 1.04-.37 1.41 0c.19.19.3.45.3.71c0 .13-.03.26-.08.38"/></svg> </template>
CSS
.icon-calculator5-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202H8C5.24%202%203%204.24%203%207v10c0%202.76%202.24%205%205%205h8c2.76%200%205-2.24%205-5V7c0-2.76-2.24-5-5-5M8.86%2018.63c-.19.19-.44.29-.7.29a1%201%200%200%201-.71-.29a1%201%200%200%201-.3-.71c0-.26.11-.52.3-.71c.09-.09.2-.16.32-.21c.25-.1.52-.1.77%200c.06.02.12.05.17.09c.06.03.11.08.15.12c.19.19.3.45.3.71a1%201%200%200%201-.3.71m-1.71-4.71c0-.13.03-.26.08-.38A1%201%200%200%201%208.54%2013c.06.02.12.05.17.09c.06.03.11.08.15.12c.09.1.17.2.22.33c.05.12.07.25.07.38a.99.99%200%200%201-1.38.92a1%201%200%200%201-.62-.92m5.71%204.71c-.09.09-.2.16-.32.21s-.25.08-.39.08c-.26%200-.51-.1-.7-.29a1%201%200%200%201-.3-.71c0-.07.01-.13.02-.2l.06-.18l.09-.18c.04-.05.08-.1.13-.15a1.017%201.017%200%200%201%201.41%200c.19.19.29.45.29.71c0%20.27-.1.52-.29.71m0-4a1%201%200%200%201-.71.29c-.26%200-.51-.1-.7-.29a1%201%200%200%201-.3-.71c0-.26.11-.52.3-.71c.37-.37%201.04-.37%201.41%200c.09.1.17.2.22.33c.05.12.07.25.07.38c0%20.27-.1.52-.29.71M9%2010.46c-1.03%200-1.88-.84-1.88-1.88v-1c0-1.03.84-1.88%201.88-1.88h6c1.03%200%201.88.84%201.88%201.88v1c0%201.03-.84%201.88-1.88%201.88zm7.86%208.17a.99.99%200%200%201-1.09.21a1%201%200%200%201-.32-.21a1%201%200%200%201-.29-.71c0-.26.1-.52.29-.71c.27-.28.72-.36%201.09-.21c.12.05.23.12.32.21c.19.19.29.45.29.71c0%20.27-.1.52-.29.71m.22-4.33a.99.99%200%200%201-.93.62c-.26%200-.51-.1-.7-.29a1%201%200%200%201-.3-.71c0-.26.11-.52.3-.71c.37-.37%201.04-.37%201.41%200c.19.19.3.45.3.71c0%20.13-.03.26-.08.38%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202H8C5.24%202%203%204.24%203%207v10c0%202.76%202.24%205%205%205h8c2.76%200%205-2.24%205-5V7c0-2.76-2.24-5-5-5M8.86%2018.63c-.19.19-.44.29-.7.29a1%201%200%200%201-.71-.29a1%201%200%200%201-.3-.71c0-.26.11-.52.3-.71c.09-.09.2-.16.32-.21c.25-.1.52-.1.77%200c.06.02.12.05.17.09c.06.03.11.08.15.12c.19.19.3.45.3.71a1%201%200%200%201-.3.71m-1.71-4.71c0-.13.03-.26.08-.38A1%201%200%200%201%208.54%2013c.06.02.12.05.17.09c.06.03.11.08.15.12c.09.1.17.2.22.33c.05.12.07.25.07.38a.99.99%200%200%201-1.38.92a1%201%200%200%201-.62-.92m5.71%204.71c-.09.09-.2.16-.32.21s-.25.08-.39.08c-.26%200-.51-.1-.7-.29a1%201%200%200%201-.3-.71c0-.07.01-.13.02-.2l.06-.18l.09-.18c.04-.05.08-.1.13-.15a1.017%201.017%200%200%201%201.41%200c.19.19.29.45.29.71c0%20.27-.1.52-.29.71m0-4a1%201%200%200%201-.71.29c-.26%200-.51-.1-.7-.29a1%201%200%200%201-.3-.71c0-.26.11-.52.3-.71c.37-.37%201.04-.37%201.41%200c.09.1.17.2.22.33c.05.12.07.25.07.38c0%20.27-.1.52-.29.71M9%2010.46c-1.03%200-1.88-.84-1.88-1.88v-1c0-1.03.84-1.88%201.88-1.88h6c1.03%200%201.88.84%201.88%201.88v1c0%201.03-.84%201.88-1.88%201.88zm7.86%208.17a.99.99%200%200%201-1.09.21a1%201%200%200%201-.32-.21a1%201%200%200%201-.29-.71c0-.26.1-.52.29-.71c.27-.28.72-.36%201.09-.21c.12.05.23.12.32.21c.19.19.29.45.29.71c0%20.27-.1.52-.29.71m.22-4.33a.99.99%200%200%201-.93.62c-.26%200-.51-.1-.7-.29a1%201%200%200%201-.3-.71c0-.26.11-.52.3-.71c.37-.37%201.04-.37%201.41%200c.19.19.3.45.3.71c0%20.13-.03.26-.08.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/calculator5-filled.svg?color=%231a73e8&size=48