beach icon
beach-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- beach-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Use the beach icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.155 2.978A7.697 7.697 0 0 0 11.64 5.795l-.29.502a.75.75 0 0 0 .275 1.024l5.461 3.153l-3.268 5.72l-.068-.001c-3.158 0-5.893 1.832-7.522 4.422a2 2 0 0 1 1.698.172c1.412-1.866 3.518-3.094 5.824-3.094c2.404 0 4.591 1.335 6 3.336a2 2 0 0 1 1.45-.526c-1.331-2.058-3.367-3.62-5.756-4.131l2.941-5.148l5.273 3.045a.75.75 0 0 0 1.025-.275l.29-.501a7.697 7.697 0 0 0-2.818-10.515m-2.19 7.426L16.807 8.58c.572-.881 1.116-1.552 1.768-2.145c.635-.578 1.393-1.1 2.421-1.668c.152.955.198 1.75.1 2.53c-.116.932-.445 1.893-1.133 3.106m1.298.75c.76-1.338 1.176-2.49 1.323-3.67c.097-.774.075-1.538-.022-2.345a6.2 6.2 0 0 1 1.193 7.454zm-3.696-5.828c-.79.719-1.425 1.519-2.06 2.504l-2.48-1.432a6.2 6.2 0 0 1 6.887-2.74c-.929.535-1.685 1.065-2.347 1.668m-9.96 16.938a.75.75 0 0 0-1.44.058c-.255 1.042-.738 1.614-1.288 1.946c-.576.348-1.31.482-2.129.482a.75.75 0 0 0 0 1.5c.957 0 2-.152 2.904-.698a4 4 0 0 0 1.327-1.309c1.789 2.282 5.282 2.27 7.019-.024c1.765 2.33 5.34 2.306 7.103-.086a5.19 5.19 0 0 0 4.147 2.117a.75.75 0 1 0 0-1.5c-1.475 0-2.945-.96-3.43-2.478a.75.75 0 0 0-1.427-.008c-.963 2.909-4.738 2.872-5.684.121a.75.75 0 0 0-1.418 0c-.946 2.751-4.72 2.788-5.684-.12"/></svg>
React
import type { SVGProps } from "react";
export function FluentBeach28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.155 2.978A7.697 7.697 0 0 0 11.64 5.795l-.29.502a.75.75 0 0 0 .275 1.024l5.461 3.153l-3.268 5.72l-.068-.001c-3.158 0-5.893 1.832-7.522 4.422a2 2 0 0 1 1.698.172c1.412-1.866 3.518-3.094 5.824-3.094c2.404 0 4.591 1.335 6 3.336a2 2 0 0 1 1.45-.526c-1.331-2.058-3.367-3.62-5.756-4.131l2.941-5.148l5.273 3.045a.75.75 0 0 0 1.025-.275l.29-.501a7.697 7.697 0 0 0-2.818-10.515m-2.19 7.426L16.807 8.58c.572-.881 1.116-1.552 1.768-2.145c.635-.578 1.393-1.1 2.421-1.668c.152.955.198 1.75.1 2.53c-.116.932-.445 1.893-1.133 3.106m1.298.75c.76-1.338 1.176-2.49 1.323-3.67c.097-.774.075-1.538-.022-2.345a6.2 6.2 0 0 1 1.193 7.454zm-3.696-5.828c-.79.719-1.425 1.519-2.06 2.504l-2.48-1.432a6.2 6.2 0 0 1 6.887-2.74c-.929.535-1.685 1.065-2.347 1.668m-9.96 16.938a.75.75 0 0 0-1.44.058c-.255 1.042-.738 1.614-1.288 1.946c-.576.348-1.31.482-2.129.482a.75.75 0 0 0 0 1.5c.957 0 2-.152 2.904-.698a4 4 0 0 0 1.327-1.309c1.789 2.282 5.282 2.27 7.019-.024c1.765 2.33 5.34 2.306 7.103-.086a5.19 5.19 0 0 0 4.147 2.117a.75.75 0 1 0 0-1.5c-1.475 0-2.945-.96-3.43-2.478a.75.75 0 0 0-1.427-.008c-.963 2.909-4.738 2.872-5.684.121a.75.75 0 0 0-1.418 0c-.946 2.751-4.72 2.788-5.684-.12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.155 2.978A7.697 7.697 0 0 0 11.64 5.795l-.29.502a.75.75 0 0 0 .275 1.024l5.461 3.153l-3.268 5.72l-.068-.001c-3.158 0-5.893 1.832-7.522 4.422a2 2 0 0 1 1.698.172c1.412-1.866 3.518-3.094 5.824-3.094c2.404 0 4.591 1.335 6 3.336a2 2 0 0 1 1.45-.526c-1.331-2.058-3.367-3.62-5.756-4.131l2.941-5.148l5.273 3.045a.75.75 0 0 0 1.025-.275l.29-.501a7.697 7.697 0 0 0-2.818-10.515m-2.19 7.426L16.807 8.58c.572-.881 1.116-1.552 1.768-2.145c.635-.578 1.393-1.1 2.421-1.668c.152.955.198 1.75.1 2.53c-.116.932-.445 1.893-1.133 3.106m1.298.75c.76-1.338 1.176-2.49 1.323-3.67c.097-.774.075-1.538-.022-2.345a6.2 6.2 0 0 1 1.193 7.454zm-3.696-5.828c-.79.719-1.425 1.519-2.06 2.504l-2.48-1.432a6.2 6.2 0 0 1 6.887-2.74c-.929.535-1.685 1.065-2.347 1.668m-9.96 16.938a.75.75 0 0 0-1.44.058c-.255 1.042-.738 1.614-1.288 1.946c-.576.348-1.31.482-2.129.482a.75.75 0 0 0 0 1.5c.957 0 2-.152 2.904-.698a4 4 0 0 0 1.327-1.309c1.789 2.282 5.282 2.27 7.019-.024c1.765 2.33 5.34 2.306 7.103-.086a5.19 5.19 0 0 0 4.147 2.117a.75.75 0 1 0 0-1.5c-1.475 0-2.945-.96-3.43-2.478a.75.75 0 0 0-1.427-.008c-.963 2.909-4.738 2.872-5.684.121a.75.75 0 0 0-1.418 0c-.946 2.751-4.72 2.788-5.684-.12"/></svg> </template>
CSS
.icon-beach-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.155%202.978A7.697%207.697%200%200%200%2011.64%205.795l-.29.502a.75.75%200%200%200%20.275%201.024l5.461%203.153l-3.268%205.72l-.068-.001c-3.158%200-5.893%201.832-7.522%204.422a2%202%200%200%201%201.698.172c1.412-1.866%203.518-3.094%205.824-3.094c2.404%200%204.591%201.335%206%203.336a2%202%200%200%201%201.45-.526c-1.331-2.058-3.367-3.62-5.756-4.131l2.941-5.148l5.273%203.045a.75.75%200%200%200%201.025-.275l.29-.501a7.697%207.697%200%200%200-2.818-10.515m-2.19%207.426L16.807%208.58c.572-.881%201.116-1.552%201.768-2.145c.635-.578%201.393-1.1%202.421-1.668c.152.955.198%201.75.1%202.53c-.116.932-.445%201.893-1.133%203.106m1.298.75c.76-1.338%201.176-2.49%201.323-3.67c.097-.774.075-1.538-.022-2.345a6.2%206.2%200%200%201%201.193%207.454zm-3.696-5.828c-.79.719-1.425%201.519-2.06%202.504l-2.48-1.432a6.2%206.2%200%200%201%206.887-2.74c-.929.535-1.685%201.065-2.347%201.668m-9.96%2016.938a.75.75%200%200%200-1.44.058c-.255%201.042-.738%201.614-1.288%201.946c-.576.348-1.31.482-2.129.482a.75.75%200%200%200%200%201.5c.957%200%202-.152%202.904-.698a4%204%200%200%200%201.327-1.309c1.789%202.282%205.282%202.27%207.019-.024c1.765%202.33%205.34%202.306%207.103-.086a5.19%205.19%200%200%200%204.147%202.117a.75.75%200%201%200%200-1.5c-1.475%200-2.945-.96-3.43-2.478a.75.75%200%200%200-1.427-.008c-.963%202.909-4.738%202.872-5.684.121a.75.75%200%200%200-1.418%200c-.946%202.751-4.72%202.788-5.684-.12%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.155%202.978A7.697%207.697%200%200%200%2011.64%205.795l-.29.502a.75.75%200%200%200%20.275%201.024l5.461%203.153l-3.268%205.72l-.068-.001c-3.158%200-5.893%201.832-7.522%204.422a2%202%200%200%201%201.698.172c1.412-1.866%203.518-3.094%205.824-3.094c2.404%200%204.591%201.335%206%203.336a2%202%200%200%201%201.45-.526c-1.331-2.058-3.367-3.62-5.756-4.131l2.941-5.148l5.273%203.045a.75.75%200%200%200%201.025-.275l.29-.501a7.697%207.697%200%200%200-2.818-10.515m-2.19%207.426L16.807%208.58c.572-.881%201.116-1.552%201.768-2.145c.635-.578%201.393-1.1%202.421-1.668c.152.955.198%201.75.1%202.53c-.116.932-.445%201.893-1.133%203.106m1.298.75c.76-1.338%201.176-2.49%201.323-3.67c.097-.774.075-1.538-.022-2.345a6.2%206.2%200%200%201%201.193%207.454zm-3.696-5.828c-.79.719-1.425%201.519-2.06%202.504l-2.48-1.432a6.2%206.2%200%200%201%206.887-2.74c-.929.535-1.685%201.065-2.347%201.668m-9.96%2016.938a.75.75%200%200%200-1.44.058c-.255%201.042-.738%201.614-1.288%201.946c-.576.348-1.31.482-2.129.482a.75.75%200%200%200%200%201.5c.957%200%202-.152%202.904-.698a4%204%200%200%200%201.327-1.309c1.789%202.282%205.282%202.27%207.019-.024c1.765%202.33%205.34%202.306%207.103-.086a5.19%205.19%200%200%200%204.147%202.117a.75.75%200%201%200%200-1.5c-1.475%200-2.945-.96-3.43-2.478a.75.75%200%200%200-1.427-.008c-.963%202.909-4.738%202.872-5.684.121a.75.75%200%200%200-1.418%200c-.946%202.751-4.72%202.788-5.684-.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/beach-28-regular.svg?color=%231a73e8&size=48