light min icon
light-min from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- light-min
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the light min icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 20.031a2.76 2.76 0 0 0 2.742-2.742A2.746 2.746 0 0 0 28 14.547a2.73 2.73 0 0 0-2.742 2.742c0 1.5 1.219 2.742 2.742 2.742m12.984 5.977c1.055 1.078 2.79 1.078 3.867 0c1.079-1.102 1.079-2.813 0-3.867c-1.101-1.078-2.789-1.102-3.867 0c-1.078 1.054-1.078 2.789 0 3.867m-29.86.023c1.056 1.078 2.79 1.078 3.868 0c1.102-1.101 1.102-2.812 0-3.867c-1.102-1.078-2.789-1.102-3.867 0c-1.078 1.055-1.102 2.766 0 3.867M6.767 41.29a2.76 2.76 0 0 0 2.742-2.742a2.746 2.746 0 0 0-2.742-2.742a2.73 2.73 0 0 0-2.743 2.742c0 1.5 1.22 2.742 2.743 2.742m42.468.164c1.5 0 2.743-1.242 2.743-2.742a2.746 2.746 0 0 0-2.743-2.742a2.73 2.73 0 0 0-2.742 2.742c0 1.5 1.219 2.742 2.742 2.742M20.101 36.72c-1.078 0-1.992.89-1.992 1.968c0 1.055.914 1.946 1.992 1.946h15.727c1.078 0 1.992-.89 1.992-1.946c0-1.078-.914-1.968-1.992-1.968Z"/></svg>
React
import type { SVGProps } from "react";
export function F7LightMin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 20.031a2.76 2.76 0 0 0 2.742-2.742A2.746 2.746 0 0 0 28 14.547a2.73 2.73 0 0 0-2.742 2.742c0 1.5 1.219 2.742 2.742 2.742m12.984 5.977c1.055 1.078 2.79 1.078 3.867 0c1.079-1.102 1.079-2.813 0-3.867c-1.101-1.078-2.789-1.102-3.867 0c-1.078 1.054-1.078 2.789 0 3.867m-29.86.023c1.056 1.078 2.79 1.078 3.868 0c1.102-1.101 1.102-2.812 0-3.867c-1.102-1.078-2.789-1.102-3.867 0c-1.078 1.055-1.102 2.766 0 3.867M6.767 41.29a2.76 2.76 0 0 0 2.742-2.742a2.746 2.746 0 0 0-2.742-2.742a2.73 2.73 0 0 0-2.743 2.742c0 1.5 1.22 2.742 2.743 2.742m42.468.164c1.5 0 2.743-1.242 2.743-2.742a2.746 2.746 0 0 0-2.743-2.742a2.73 2.73 0 0 0-2.742 2.742c0 1.5 1.219 2.742 2.742 2.742M20.101 36.72c-1.078 0-1.992.89-1.992 1.968c0 1.055.914 1.946 1.992 1.946h15.727c1.078 0 1.992-.89 1.992-1.946c0-1.078-.914-1.968-1.992-1.968Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 20.031a2.76 2.76 0 0 0 2.742-2.742A2.746 2.746 0 0 0 28 14.547a2.73 2.73 0 0 0-2.742 2.742c0 1.5 1.219 2.742 2.742 2.742m12.984 5.977c1.055 1.078 2.79 1.078 3.867 0c1.079-1.102 1.079-2.813 0-3.867c-1.101-1.078-2.789-1.102-3.867 0c-1.078 1.054-1.078 2.789 0 3.867m-29.86.023c1.056 1.078 2.79 1.078 3.868 0c1.102-1.101 1.102-2.812 0-3.867c-1.102-1.078-2.789-1.102-3.867 0c-1.078 1.055-1.102 2.766 0 3.867M6.767 41.29a2.76 2.76 0 0 0 2.742-2.742a2.746 2.746 0 0 0-2.742-2.742a2.73 2.73 0 0 0-2.743 2.742c0 1.5 1.22 2.742 2.743 2.742m42.468.164c1.5 0 2.743-1.242 2.743-2.742a2.746 2.746 0 0 0-2.743-2.742a2.73 2.73 0 0 0-2.742 2.742c0 1.5 1.219 2.742 2.742 2.742M20.101 36.72c-1.078 0-1.992.89-1.992 1.968c0 1.055.914 1.946 1.992 1.946h15.727c1.078 0 1.992-.89 1.992-1.946c0-1.078-.914-1.968-1.992-1.968Z"/></svg> </template>
CSS
.icon-light-min {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2020.031a2.76%202.76%200%200%200%202.742-2.742A2.746%202.746%200%200%200%2028%2014.547a2.73%202.73%200%200%200-2.742%202.742c0%201.5%201.219%202.742%202.742%202.742m12.984%205.977c1.055%201.078%202.79%201.078%203.867%200c1.079-1.102%201.079-2.813%200-3.867c-1.101-1.078-2.789-1.102-3.867%200c-1.078%201.054-1.078%202.789%200%203.867m-29.86.023c1.056%201.078%202.79%201.078%203.868%200c1.102-1.101%201.102-2.812%200-3.867c-1.102-1.078-2.789-1.102-3.867%200c-1.078%201.055-1.102%202.766%200%203.867M6.767%2041.29a2.76%202.76%200%200%200%202.742-2.742a2.746%202.746%200%200%200-2.742-2.742a2.73%202.73%200%200%200-2.743%202.742c0%201.5%201.22%202.742%202.743%202.742m42.468.164c1.5%200%202.743-1.242%202.743-2.742a2.746%202.746%200%200%200-2.743-2.742a2.73%202.73%200%200%200-2.742%202.742c0%201.5%201.219%202.742%202.742%202.742M20.101%2036.72c-1.078%200-1.992.89-1.992%201.968c0%201.055.914%201.946%201.992%201.946h15.727c1.078%200%201.992-.89%201.992-1.946c0-1.078-.914-1.968-1.992-1.968Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2020.031a2.76%202.76%200%200%200%202.742-2.742A2.746%202.746%200%200%200%2028%2014.547a2.73%202.73%200%200%200-2.742%202.742c0%201.5%201.219%202.742%202.742%202.742m12.984%205.977c1.055%201.078%202.79%201.078%203.867%200c1.079-1.102%201.079-2.813%200-3.867c-1.101-1.078-2.789-1.102-3.867%200c-1.078%201.054-1.078%202.789%200%203.867m-29.86.023c1.056%201.078%202.79%201.078%203.868%200c1.102-1.101%201.102-2.812%200-3.867c-1.102-1.078-2.789-1.102-3.867%200c-1.078%201.055-1.102%202.766%200%203.867M6.767%2041.29a2.76%202.76%200%200%200%202.742-2.742a2.746%202.746%200%200%200-2.742-2.742a2.73%202.73%200%200%200-2.743%202.742c0%201.5%201.22%202.742%202.743%202.742m42.468.164c1.5%200%202.743-1.242%202.743-2.742a2.746%202.746%200%200%200-2.743-2.742a2.73%202.73%200%200%200-2.742%202.742c0%201.5%201.219%202.742%202.742%202.742M20.101%2036.72c-1.078%200-1.992.89-1.992%201.968c0%201.055.914%201.946%201.992%201.946h15.727c1.078%200%201.992-.89%201.992-1.946c0-1.078-.914-1.968-1.992-1.968Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/light-min.svg?color=%231a73e8&size=48