beach umbrella icon
beach-umbrella from IconPark by ByteDance · Color · Life · Apache-2.0 Free for personal and commercial use.
- Name
- beach-umbrella
- Set
- IconPark
- Style
- Color
- Category
- Life
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More life icons from IconPark
Use the beach umbrella icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M14.3409 21.4119L24.0002 24.0001L33.6594 26.5883L43.3187 29.1765C45.6567 20.4506 41.8476 11.5259 34.5459 7.00012C32.9196 5.99211 31.12 5.20232 29.1765 4.68156C26.9383 4.08183 24.6869 3.88656 22.5001 4.05095C14.2628 4.67018 6.94074 10.3926 4.68164 18.8237L14.3409 21.4119Z"/><path stroke="#fff" d="M29.1762 4.6814C29.1762 4.6814 23.5355 8.34634 20.3095 12.6583C17.0836 16.9703 16.2725 21.9294 16.2725 21.9294"/><path stroke="#fff" d="M29.1768 4.6814C29.1768 4.6814 32.2293 10.6757 32.8671 16.023C33.5048 21.3702 31.7278 26.0705 31.7278 26.0705"/><path stroke="#000" d="M4.68164 18.8237L14.3409 21.4119L24.0002 24.0001L33.6594 26.5883L43.3187 29.1765"/><path stroke="#000" d="M4 44H44"/><path stroke="#000" d="M24 24L18.5 43.9999"/><path stroke="#000" d="M22.5 4.05095C24.6868 3.88656 26.9382 4.08183 29.1764 4.68156C31.1199 5.20232 32.9195 5.99211 34.5458 7.00012"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBeachUmbrella(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M14.3409 21.4119L24.0002 24.0001L33.6594 26.5883L43.3187 29.1765C45.6567 20.4506 41.8476 11.5259 34.5459 7.00012C32.9196 5.99211 31.12 5.20232 29.1765 4.68156C26.9383 4.08183 24.6869 3.88656 22.5001 4.05095C14.2628 4.67018 6.94074 10.3926 4.68164 18.8237L14.3409 21.4119Z"/><path stroke="#fff" d="M29.1762 4.6814C29.1762 4.6814 23.5355 8.34634 20.3095 12.6583C17.0836 16.9703 16.2725 21.9294 16.2725 21.9294"/><path stroke="#fff" d="M29.1768 4.6814C29.1768 4.6814 32.2293 10.6757 32.8671 16.023C33.5048 21.3702 31.7278 26.0705 31.7278 26.0705"/><path stroke="#000" d="M4.68164 18.8237L14.3409 21.4119L24.0002 24.0001L33.6594 26.5883L43.3187 29.1765"/><path stroke="#000" d="M4 44H44"/><path stroke="#000" d="M24 24L18.5 43.9999"/><path stroke="#000" d="M22.5 4.05095C24.6868 3.88656 26.9382 4.08183 29.1764 4.68156C31.1199 5.20232 32.9195 5.99211 34.5458 7.00012"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M14.3409 21.4119L24.0002 24.0001L33.6594 26.5883L43.3187 29.1765C45.6567 20.4506 41.8476 11.5259 34.5459 7.00012C32.9196 5.99211 31.12 5.20232 29.1765 4.68156C26.9383 4.08183 24.6869 3.88656 22.5001 4.05095C14.2628 4.67018 6.94074 10.3926 4.68164 18.8237L14.3409 21.4119Z"/><path stroke="#fff" d="M29.1762 4.6814C29.1762 4.6814 23.5355 8.34634 20.3095 12.6583C17.0836 16.9703 16.2725 21.9294 16.2725 21.9294"/><path stroke="#fff" d="M29.1768 4.6814C29.1768 4.6814 32.2293 10.6757 32.8671 16.023C33.5048 21.3702 31.7278 26.0705 31.7278 26.0705"/><path stroke="#000" d="M4.68164 18.8237L14.3409 21.4119L24.0002 24.0001L33.6594 26.5883L43.3187 29.1765"/><path stroke="#000" d="M4 44H44"/><path stroke="#000" d="M24 24L18.5 43.9999"/><path stroke="#000" d="M22.5 4.05095C24.6868 3.88656 26.9382 4.08183 29.1764 4.68156C31.1199 5.20232 32.9195 5.99211 34.5458 7.00012"/></g></svg> </template>
CSS
.icon-beach-umbrella {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M14.3409%2021.4119L24.0002%2024.0001L33.6594%2026.5883L43.3187%2029.1765C45.6567%2020.4506%2041.8476%2011.5259%2034.5459%207.00012C32.9196%205.99211%2031.12%205.20232%2029.1765%204.68156C26.9383%204.08183%2024.6869%203.88656%2022.5001%204.05095C14.2628%204.67018%206.94074%2010.3926%204.68164%2018.8237L14.3409%2021.4119Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M29.1762%204.6814C29.1762%204.6814%2023.5355%208.34634%2020.3095%2012.6583C17.0836%2016.9703%2016.2725%2021.9294%2016.2725%2021.9294%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M29.1768%204.6814C29.1768%204.6814%2032.2293%2010.6757%2032.8671%2016.023C33.5048%2021.3702%2031.7278%2026.0705%2031.7278%2026.0705%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M4.68164%2018.8237L14.3409%2021.4119L24.0002%2024.0001L33.6594%2026.5883L43.3187%2029.1765%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M4%2044H44%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M24%2024L18.5%2043.9999%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M22.5%204.05095C24.6868%203.88656%2026.9382%204.08183%2029.1764%204.68156C31.1199%205.20232%2032.9195%205.99211%2034.5458%207.00012%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M14.3409%2021.4119L24.0002%2024.0001L33.6594%2026.5883L43.3187%2029.1765C45.6567%2020.4506%2041.8476%2011.5259%2034.5459%207.00012C32.9196%205.99211%2031.12%205.20232%2029.1765%204.68156C26.9383%204.08183%2024.6869%203.88656%2022.5001%204.05095C14.2628%204.67018%206.94074%2010.3926%204.68164%2018.8237L14.3409%2021.4119Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M29.1762%204.6814C29.1762%204.6814%2023.5355%208.34634%2020.3095%2012.6583C17.0836%2016.9703%2016.2725%2021.9294%2016.2725%2021.9294%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M29.1768%204.6814C29.1768%204.6814%2032.2293%2010.6757%2032.8671%2016.023C33.5048%2021.3702%2031.7278%2026.0705%2031.7278%2026.0705%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M4.68164%2018.8237L14.3409%2021.4119L24.0002%2024.0001L33.6594%2026.5883L43.3187%2029.1765%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M4%2044H44%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M24%2024L18.5%2043.9999%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M22.5%204.05095C24.6868%203.88656%2026.9382%204.08183%2029.1764%204.68156C31.1199%205.20232%2032.9195%205.99211%2034.5458%207.00012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/beach-umbrella.svg?color=%231a73e8&size=48