sun low icon
sun-low-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- sun-low-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
Related icons in Tabler Icons
Use the sun low icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.407 16.993l.01.01a1 1 0 0 1-1.32 1.497l-.104-.093a1 1 0 0 1 1.414-1.414m-11.4 0l.01.01a1 1 0 0 1-1.32 1.497l-.104-.093a1 1 0 0 1 1.414-1.414M12 7a5 5 0 1 1-5 5l.005-.217A5 5 0 0 1 12 7M7.007 5.593l.01.01A1 1 0 0 1 5.697 7.1l-.104-.093a1 1 0 0 1 1.414-1.414m11.4 0l.01.01a1 1 0 0 1-1.32 1.497l-.104-.093a1 1 0 1 1 1.414-1.414M4.01 11a1 1 0 0 1 .117 1.993L4 13a1 1 0 0 1-.117-1.993zM12 3a1 1 0 0 1 .993.883L13 4.01a1 1 0 0 1-1.993.117L11 4a1 1 0 0 1 1-1m8.01 8a1 1 0 0 1 .117 1.993L20 13a1 1 0 0 1-.117-1.993zM12 19a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L11 20a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function TablerSunLowFilled(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="m18.407 16.993l.01.01a1 1 0 0 1-1.32 1.497l-.104-.093a1 1 0 0 1 1.414-1.414m-11.4 0l.01.01a1 1 0 0 1-1.32 1.497l-.104-.093a1 1 0 0 1 1.414-1.414M12 7a5 5 0 1 1-5 5l.005-.217A5 5 0 0 1 12 7M7.007 5.593l.01.01A1 1 0 0 1 5.697 7.1l-.104-.093a1 1 0 0 1 1.414-1.414m11.4 0l.01.01a1 1 0 0 1-1.32 1.497l-.104-.093a1 1 0 1 1 1.414-1.414M4.01 11a1 1 0 0 1 .117 1.993L4 13a1 1 0 0 1-.117-1.993zM12 3a1 1 0 0 1 .993.883L13 4.01a1 1 0 0 1-1.993.117L11 4a1 1 0 0 1 1-1m8.01 8a1 1 0 0 1 .117 1.993L20 13a1 1 0 0 1-.117-1.993zM12 19a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L11 20a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.407 16.993l.01.01a1 1 0 0 1-1.32 1.497l-.104-.093a1 1 0 0 1 1.414-1.414m-11.4 0l.01.01a1 1 0 0 1-1.32 1.497l-.104-.093a1 1 0 0 1 1.414-1.414M12 7a5 5 0 1 1-5 5l.005-.217A5 5 0 0 1 12 7M7.007 5.593l.01.01A1 1 0 0 1 5.697 7.1l-.104-.093a1 1 0 0 1 1.414-1.414m11.4 0l.01.01a1 1 0 0 1-1.32 1.497l-.104-.093a1 1 0 1 1 1.414-1.414M4.01 11a1 1 0 0 1 .117 1.993L4 13a1 1 0 0 1-.117-1.993zM12 3a1 1 0 0 1 .993.883L13 4.01a1 1 0 0 1-1.993.117L11 4a1 1 0 0 1 1-1m8.01 8a1 1 0 0 1 .117 1.993L20 13a1 1 0 0 1-.117-1.993zM12 19a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L11 20a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-sun-low-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%22m18.407%2016.993l.01.01a1%201%200%200%201-1.32%201.497l-.104-.093a1%201%200%200%201%201.414-1.414m-11.4%200l.01.01a1%201%200%200%201-1.32%201.497l-.104-.093a1%201%200%200%201%201.414-1.414M12%207a5%205%200%201%201-5%205l.005-.217A5%205%200%200%201%2012%207M7.007%205.593l.01.01A1%201%200%200%201%205.697%207.1l-.104-.093a1%201%200%200%201%201.414-1.414m11.4%200l.01.01a1%201%200%200%201-1.32%201.497l-.104-.093a1%201%200%201%201%201.414-1.414M4.01%2011a1%201%200%200%201%20.117%201.993L4%2013a1%201%200%200%201-.117-1.993zM12%203a1%201%200%200%201%20.993.883L13%204.01a1%201%200%200%201-1.993.117L11%204a1%201%200%200%201%201-1m8.01%208a1%201%200%200%201%20.117%201.993L20%2013a1%201%200%200%201-.117-1.993zM12%2019a1%201%200%200%201%20.993.883l.007.127a1%201%200%200%201-1.993.117L11%2020a1%201%200%200%201%201-1%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%22m18.407%2016.993l.01.01a1%201%200%200%201-1.32%201.497l-.104-.093a1%201%200%200%201%201.414-1.414m-11.4%200l.01.01a1%201%200%200%201-1.32%201.497l-.104-.093a1%201%200%200%201%201.414-1.414M12%207a5%205%200%201%201-5%205l.005-.217A5%205%200%200%201%2012%207M7.007%205.593l.01.01A1%201%200%200%201%205.697%207.1l-.104-.093a1%201%200%200%201%201.414-1.414m11.4%200l.01.01a1%201%200%200%201-1.32%201.497l-.104-.093a1%201%200%201%201%201.414-1.414M4.01%2011a1%201%200%200%201%20.117%201.993L4%2013a1%201%200%200%201-.117-1.993zM12%203a1%201%200%200%201%20.993.883L13%204.01a1%201%200%200%201-1.993.117L11%204a1%201%200%200%201%201-1m8.01%208a1%201%200%200%201%20.117%201.993L20%2013a1%201%200%200%201-.117-1.993zM12%2019a1%201%200%200%201%20.993.883l.007.127a1%201%200%200%201-1.993.117L11%2020a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/sun-low-filled.svg?color=%231a73e8&size=48