sunshade from IconPark Outline by ByteDance · Outline · Travel · Apache-2.0 Free for personal and commercial use.

Name
sunshade
Set
IconPark Outline
Style
Outline
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark Outline

Use the sunshade icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M40.103 25.817c-.896 2.283-9.672 3.009-18.741.578c-9.07-2.43-14.78-6.843-14.1-9.378c1.533-5.724 9.712-14.555 21.41-10.328c11.696 4.226 12.965 13.404 11.431 19.128"/><path d="M28 7s-4 6.5-7 17s-3 18-3 18M28 7S17.794 8.844 15 17M28 7s6 6 3 15"/><path d="M10 43s9-1.5 16-1.5s13 .5 13 .5M28 7c1 0 3-1 3.814-2.58M34 41c0-1.657-1-4-4-4s-4 2.343-4 4"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineSunshade(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M40.103 25.817c-.896 2.283-9.672 3.009-18.741.578c-9.07-2.43-14.78-6.843-14.1-9.378c1.533-5.724 9.712-14.555 21.41-10.328c11.696 4.226 12.965 13.404 11.431 19.128"/><path d="M28 7s-4 6.5-7 17s-3 18-3 18M28 7S17.794 8.844 15 17M28 7s6 6 3 15"/><path d="M10 43s9-1.5 16-1.5s13 .5 13 .5M28 7c1 0 3-1 3.814-2.58M34 41c0-1.657-1-4-4-4s-4 2.343-4 4"/></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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M40.103 25.817c-.896 2.283-9.672 3.009-18.741.578c-9.07-2.43-14.78-6.843-14.1-9.378c1.533-5.724 9.712-14.555 21.41-10.328c11.696 4.226 12.965 13.404 11.431 19.128"/><path d="M28 7s-4 6.5-7 17s-3 18-3 18M28 7S17.794 8.844 15 17M28 7s6 6 3 15"/><path d="M10 43s9-1.5 16-1.5s13 .5 13 .5M28 7c1 0 3-1 3.814-2.58M34 41c0-1.657-1-4-4-4s-4 2.343-4 4"/></g></svg>
</template>

CSS

.icon-sunshade {
  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%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M40.103%2025.817c-.896%202.283-9.672%203.009-18.741.578c-9.07-2.43-14.78-6.843-14.1-9.378c1.533-5.724%209.712-14.555%2021.41-10.328c11.696%204.226%2012.965%2013.404%2011.431%2019.128%22%2F%3E%3Cpath%20d%3D%22M28%207s-4%206.5-7%2017s-3%2018-3%2018M28%207S17.794%208.844%2015%2017M28%207s6%206%203%2015%22%2F%3E%3Cpath%20d%3D%22M10%2043s9-1.5%2016-1.5s13%20.5%2013%20.5M28%207c1%200%203-1%203.814-2.58M34%2041c0-1.657-1-4-4-4s-4%202.343-4%204%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%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M40.103%2025.817c-.896%202.283-9.672%203.009-18.741.578c-9.07-2.43-14.78-6.843-14.1-9.378c1.533-5.724%209.712-14.555%2021.41-10.328c11.696%204.226%2012.965%2013.404%2011.431%2019.128%22%2F%3E%3Cpath%20d%3D%22M28%207s-4%206.5-7%2017s-3%2018-3%2018M28%207S17.794%208.844%2015%2017M28%207s6%206%203%2015%22%2F%3E%3Cpath%20d%3D%22M10%2043s9-1.5%2016-1.5s13%20.5%2013%20.5M28%207c1%200%203-1%203.814-2.58M34%2041c0-1.657-1-4-4-4s-4%202.343-4%204%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-outline/sunshade.svg?color=%231a73e8&size=48