dark light icon
dark-light-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- dark-light-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the dark light icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 16V8a4 4 0 1 0 0 8m0-8a4 4 0 1 1 0 8v5.667c5.339 0 9.667-4.328 9.667-9.667S17.339 2.333 12 2.333z"/><path d="M12 1.333c5.881 0 10.667 4.786 10.667 10.667S17.88 22.667 12 22.667S1.333 17.88 1.333 12S6.12 1.333 12 1.333m0 19.334c4.779 0 8.667-3.888 8.667-8.667S16.779 3.333 12 3.333S3.333 7.221 3.333 12S7.221 20.667 12 20.667"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDarkLightFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 16V8a4 4 0 1 0 0 8m0-8a4 4 0 1 1 0 8v5.667c5.339 0 9.667-4.328 9.667-9.667S17.339 2.333 12 2.333z"/><path d="M12 1.333c5.881 0 10.667 4.786 10.667 10.667S17.88 22.667 12 22.667S1.333 17.88 1.333 12S6.12 1.333 12 1.333m0 19.334c4.779 0 8.667-3.888 8.667-8.667S16.779 3.333 12 3.333S3.333 7.221 3.333 12S7.221 20.667 12 20.667"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 16V8a4 4 0 1 0 0 8m0-8a4 4 0 1 1 0 8v5.667c5.339 0 9.667-4.328 9.667-9.667S17.339 2.333 12 2.333z"/><path d="M12 1.333c5.881 0 10.667 4.786 10.667 10.667S17.88 22.667 12 22.667S1.333 17.88 1.333 12S6.12 1.333 12 1.333m0 19.334c4.779 0 8.667-3.888 8.667-8.667S16.779 3.333 12 3.333S3.333 7.221 3.333 12S7.221 20.667 12 20.667"/></g></svg> </template>
CSS
.icon-dark-light-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2016V8a4%204%200%201%200%200%208m0-8a4%204%200%201%201%200%208v5.667c5.339%200%209.667-4.328%209.667-9.667S17.339%202.333%2012%202.333z%22%2F%3E%3Cpath%20d%3D%22M12%201.333c5.881%200%2010.667%204.786%2010.667%2010.667S17.88%2022.667%2012%2022.667S1.333%2017.88%201.333%2012S6.12%201.333%2012%201.333m0%2019.334c4.779%200%208.667-3.888%208.667-8.667S16.779%203.333%2012%203.333S3.333%207.221%203.333%2012S7.221%2020.667%2012%2020.667%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2016V8a4%204%200%201%200%200%208m0-8a4%204%200%201%201%200%208v5.667c5.339%200%209.667-4.328%209.667-9.667S17.339%202.333%2012%202.333z%22%2F%3E%3Cpath%20d%3D%22M12%201.333c5.881%200%2010.667%204.786%2010.667%2010.667S17.88%2022.667%2012%2022.667S1.333%2017.88%201.333%2012S6.12%201.333%2012%201.333m0%2019.334c4.779%200%208.667-3.888%208.667-8.667S16.779%203.333%2012%203.333S3.333%207.221%203.333%2012S7.221%2020.667%2012%2020.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/dark-light-filled.svg?color=%231a73e8&size=48