rays icon
rays from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- rays
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Use the rays icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.04 4.61c0-1.102-.938-2.04-2.04-2.04s-2.039.938-2.039 2.04v7.218c0 1.125.938 2.063 2.04 2.063c1.1 0 2.038-.938 2.038-2.063ZM14.944 17.851c.774.773 2.086.773 2.86 0c.797-.797.797-2.11 0-2.883l-5.063-5.11c-.773-.773-2.086-.796-2.883-.023c-.773.773-.773 2.086 0 2.883Zm22.97-2.649c-.774.774-.774 2.086 0 2.883c.796.773 2.132.773 2.905 0l5.11-5.11a2.066 2.066 0 0 0 0-2.906c-.774-.773-2.086-.773-2.883 0ZM51.39 30.04c1.101 0 2.039-.937 2.039-2.039s-.938-2.04-2.04-2.04h-7.218c-1.125 0-2.063.938-2.063 2.04s.938 2.039 2.063 2.039ZM4.609 25.961c-1.101 0-2.039.937-2.039 2.039s.938 2.039 2.04 2.039h7.242c1.125 0 2.062-.937 2.062-2.039s-.937-2.04-2.062-2.04ZM40.82 37.914c-.773-.773-2.109-.773-2.906 0c-.773.797-.773 2.11 0 2.883l5.133 5.133c.797.75 2.11.75 2.883 0c.796-.774.796-2.11 0-2.907Zm-30.75 5.11c-.796.773-.796 2.109-.023 2.882s2.11.774 2.906.024l5.086-5.11a2.01 2.01 0 0 0 0-2.86c-.75-.796-2.086-.796-2.86 0Zm19.97 1.148c0-1.125-.938-2.063-2.04-2.063s-2.039.938-2.039 2.063v7.219c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Rays(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="M30.04 4.61c0-1.102-.938-2.04-2.04-2.04s-2.039.938-2.039 2.04v7.218c0 1.125.938 2.063 2.04 2.063c1.1 0 2.038-.938 2.038-2.063ZM14.944 17.851c.774.773 2.086.773 2.86 0c.797-.797.797-2.11 0-2.883l-5.063-5.11c-.773-.773-2.086-.796-2.883-.023c-.773.773-.773 2.086 0 2.883Zm22.97-2.649c-.774.774-.774 2.086 0 2.883c.796.773 2.132.773 2.905 0l5.11-5.11a2.066 2.066 0 0 0 0-2.906c-.774-.773-2.086-.773-2.883 0ZM51.39 30.04c1.101 0 2.039-.937 2.039-2.039s-.938-2.04-2.04-2.04h-7.218c-1.125 0-2.063.938-2.063 2.04s.938 2.039 2.063 2.039ZM4.609 25.961c-1.101 0-2.039.937-2.039 2.039s.938 2.039 2.04 2.039h7.242c1.125 0 2.062-.937 2.062-2.039s-.937-2.04-2.062-2.04ZM40.82 37.914c-.773-.773-2.109-.773-2.906 0c-.773.797-.773 2.11 0 2.883l5.133 5.133c.797.75 2.11.75 2.883 0c.796-.774.796-2.11 0-2.907Zm-30.75 5.11c-.796.773-.796 2.109-.023 2.882s2.11.774 2.906.024l5.086-5.11a2.01 2.01 0 0 0 0-2.86c-.75-.796-2.086-.796-2.86 0Zm19.97 1.148c0-1.125-.938-2.063-2.04-2.063s-2.039.938-2.039 2.063v7.219c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.04 4.61c0-1.102-.938-2.04-2.04-2.04s-2.039.938-2.039 2.04v7.218c0 1.125.938 2.063 2.04 2.063c1.1 0 2.038-.938 2.038-2.063ZM14.944 17.851c.774.773 2.086.773 2.86 0c.797-.797.797-2.11 0-2.883l-5.063-5.11c-.773-.773-2.086-.796-2.883-.023c-.773.773-.773 2.086 0 2.883Zm22.97-2.649c-.774.774-.774 2.086 0 2.883c.796.773 2.132.773 2.905 0l5.11-5.11a2.066 2.066 0 0 0 0-2.906c-.774-.773-2.086-.773-2.883 0ZM51.39 30.04c1.101 0 2.039-.937 2.039-2.039s-.938-2.04-2.04-2.04h-7.218c-1.125 0-2.063.938-2.063 2.04s.938 2.039 2.063 2.039ZM4.609 25.961c-1.101 0-2.039.937-2.039 2.039s.938 2.039 2.04 2.039h7.242c1.125 0 2.062-.937 2.062-2.039s-.937-2.04-2.062-2.04ZM40.82 37.914c-.773-.773-2.109-.773-2.906 0c-.773.797-.773 2.11 0 2.883l5.133 5.133c.797.75 2.11.75 2.883 0c.796-.774.796-2.11 0-2.907Zm-30.75 5.11c-.796.773-.796 2.109-.023 2.882s2.11.774 2.906.024l5.086-5.11a2.01 2.01 0 0 0 0-2.86c-.75-.796-2.086-.796-2.86 0Zm19.97 1.148c0-1.125-.938-2.063-2.04-2.063s-2.039.938-2.039 2.063v7.219c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04Z"/></svg> </template>
CSS
.icon-rays {
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%22M30.04%204.61c0-1.102-.938-2.04-2.04-2.04s-2.039.938-2.039%202.04v7.218c0%201.125.938%202.063%202.04%202.063c1.1%200%202.038-.938%202.038-2.063ZM14.944%2017.851c.774.773%202.086.773%202.86%200c.797-.797.797-2.11%200-2.883l-5.063-5.11c-.773-.773-2.086-.796-2.883-.023c-.773.773-.773%202.086%200%202.883Zm22.97-2.649c-.774.774-.774%202.086%200%202.883c.796.773%202.132.773%202.905%200l5.11-5.11a2.066%202.066%200%200%200%200-2.906c-.774-.773-2.086-.773-2.883%200ZM51.39%2030.04c1.101%200%202.039-.937%202.039-2.039s-.938-2.04-2.04-2.04h-7.218c-1.125%200-2.063.938-2.063%202.04s.938%202.039%202.063%202.039ZM4.609%2025.961c-1.101%200-2.039.937-2.039%202.039s.938%202.039%202.04%202.039h7.242c1.125%200%202.062-.937%202.062-2.039s-.937-2.04-2.062-2.04ZM40.82%2037.914c-.773-.773-2.109-.773-2.906%200c-.773.797-.773%202.11%200%202.883l5.133%205.133c.797.75%202.11.75%202.883%200c.796-.774.796-2.11%200-2.907Zm-30.75%205.11c-.796.773-.796%202.109-.023%202.882s2.11.774%202.906.024l5.086-5.11a2.01%202.01%200%200%200%200-2.86c-.75-.796-2.086-.796-2.86%200Zm19.97%201.148c0-1.125-.938-2.063-2.04-2.063s-2.039.938-2.039%202.063v7.219c0%201.101.938%202.039%202.04%202.039c1.1%200%202.038-.938%202.038-2.04Z%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%22M30.04%204.61c0-1.102-.938-2.04-2.04-2.04s-2.039.938-2.039%202.04v7.218c0%201.125.938%202.063%202.04%202.063c1.1%200%202.038-.938%202.038-2.063ZM14.944%2017.851c.774.773%202.086.773%202.86%200c.797-.797.797-2.11%200-2.883l-5.063-5.11c-.773-.773-2.086-.796-2.883-.023c-.773.773-.773%202.086%200%202.883Zm22.97-2.649c-.774.774-.774%202.086%200%202.883c.796.773%202.132.773%202.905%200l5.11-5.11a2.066%202.066%200%200%200%200-2.906c-.774-.773-2.086-.773-2.883%200ZM51.39%2030.04c1.101%200%202.039-.937%202.039-2.039s-.938-2.04-2.04-2.04h-7.218c-1.125%200-2.063.938-2.063%202.04s.938%202.039%202.063%202.039ZM4.609%2025.961c-1.101%200-2.039.937-2.039%202.039s.938%202.039%202.04%202.039h7.242c1.125%200%202.062-.937%202.062-2.039s-.937-2.04-2.062-2.04ZM40.82%2037.914c-.773-.773-2.109-.773-2.906%200c-.773.797-.773%202.11%200%202.883l5.133%205.133c.797.75%202.11.75%202.883%200c.796-.774.796-2.11%200-2.907Zm-30.75%205.11c-.796.773-.796%202.109-.023%202.882s2.11.774%202.906.024l5.086-5.11a2.01%202.01%200%200%200%200-2.86c-.75-.796-2.086-.796-2.86%200Zm19.97%201.148c0-1.125-.938-2.063-2.04-2.063s-2.039.938-2.039%202.063v7.219c0%201.101.938%202.039%202.04%202.039c1.1%200%202.038-.938%202.038-2.04Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/rays.svg?color=%231a73e8&size=48