beach icon
beach-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- beach-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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.422q.279-.1.586-.113a2 2 0 0 1 1.98 1.37c.595 1.798 2.767 1.7 3.315.107a2 2 0 0 1 3.782 0c.548 1.593 2.72 1.691 3.316-.108a2 2 0 0 1 1.994-1.368c-1.332-2.058-3.368-3.62-5.757-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.515M7.607 22.264a.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 FluentBeach28Filled(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.422q.279-.1.586-.113a2 2 0 0 1 1.98 1.37c.595 1.798 2.767 1.7 3.315.107a2 2 0 0 1 3.782 0c.548 1.593 2.72 1.691 3.316-.108a2 2 0 0 1 1.994-1.368c-1.332-2.058-3.368-3.62-5.757-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.515M7.607 22.264a.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.422q.279-.1.586-.113a2 2 0 0 1 1.98 1.37c.595 1.798 2.767 1.7 3.315.107a2 2 0 0 1 3.782 0c.548 1.593 2.72 1.691 3.316-.108a2 2 0 0 1 1.994-1.368c-1.332-2.058-3.368-3.62-5.757-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.515M7.607 22.264a.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-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%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.422q.279-.1.586-.113a2%202%200%200%201%201.98%201.37c.595%201.798%202.767%201.7%203.315.107a2%202%200%200%201%203.782%200c.548%201.593%202.72%201.691%203.316-.108a2%202%200%200%201%201.994-1.368c-1.332-2.058-3.368-3.62-5.757-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.515M7.607%2022.264a.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.422q.279-.1.586-.113a2%202%200%200%201%201.98%201.37c.595%201.798%202.767%201.7%203.315.107a2%202%200%200%201%203.782%200c.548%201.593%202.72%201.691%203.316-.108a2%202%200%200%201%201.994-1.368c-1.332-2.058-3.368-3.62-5.757-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.515M7.607%2022.264a.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-filled.svg?color=%231a73e8&size=48