drop shadow up icon

drop-shadow-up from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.

Name
drop-shadow-up
Set
IconPark
Style
Color
Category
Edit
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More edit icons from IconPark

Use the drop shadow up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" d="M24 43C28.4183 43 32.4183 41.2091 35.3138 38.3138C38.2091 35.4183 40 31.4183 40 27C40 22.5817 38.2091 18.5817 35.3138 15.6863C32.4183 12.7909 28.4183 11 24 11C19.5817 11 15.5817 12.7909 12.6863 15.6863C9.79086 18.5817 8 22.5817 8 27C8 31.4183 9.79086 35.4183 12.6863 38.3138C15.5817 41.2091 19.5817 43 24 43Z" clip-rule="evenodd"/><path d="M39.5566 11.4437C35.5754 7.46244 30.0754 5 24.0002 5C17.9251 5 12.4251 7.46244 8.44385 11.4437"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDropShadowUp(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="#000" strokeLinecap="round" strokeWidth="4"><path fill="#2F88FF" fillRule="evenodd" d="M24 43C28.4183 43 32.4183 41.2091 35.3138 38.3138C38.2091 35.4183 40 31.4183 40 27C40 22.5817 38.2091 18.5817 35.3138 15.6863C32.4183 12.7909 28.4183 11 24 11C19.5817 11 15.5817 12.7909 12.6863 15.6863C9.79086 18.5817 8 22.5817 8 27C8 31.4183 9.79086 35.4183 12.6863 38.3138C15.5817 41.2091 19.5817 43 24 43Z" clipRule="evenodd"/><path d="M39.5566 11.4437C35.5754 7.46244 30.0754 5 24.0002 5C17.9251 5 12.4251 7.46244 8.44385 11.4437"/></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="#000" stroke-linecap="round" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" d="M24 43C28.4183 43 32.4183 41.2091 35.3138 38.3138C38.2091 35.4183 40 31.4183 40 27C40 22.5817 38.2091 18.5817 35.3138 15.6863C32.4183 12.7909 28.4183 11 24 11C19.5817 11 15.5817 12.7909 12.6863 15.6863C9.79086 18.5817 8 22.5817 8 27C8 31.4183 9.79086 35.4183 12.6863 38.3138C15.5817 41.2091 19.5817 43 24 43Z" clip-rule="evenodd"/><path d="M39.5566 11.4437C35.5754 7.46244 30.0754 5 24.0002 5C17.9251 5 12.4251 7.46244 8.44385 11.4437"/></g></svg>
</template>

CSS

.icon-drop-shadow-up {
  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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2043C28.4183%2043%2032.4183%2041.2091%2035.3138%2038.3138C38.2091%2035.4183%2040%2031.4183%2040%2027C40%2022.5817%2038.2091%2018.5817%2035.3138%2015.6863C32.4183%2012.7909%2028.4183%2011%2024%2011C19.5817%2011%2015.5817%2012.7909%2012.6863%2015.6863C9.79086%2018.5817%208%2022.5817%208%2027C8%2031.4183%209.79086%2035.4183%2012.6863%2038.3138C15.5817%2041.2091%2019.5817%2043%2024%2043Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M39.5566%2011.4437C35.5754%207.46244%2030.0754%205%2024.0002%205C17.9251%205%2012.4251%207.46244%208.44385%2011.4437%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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2043C28.4183%2043%2032.4183%2041.2091%2035.3138%2038.3138C38.2091%2035.4183%2040%2031.4183%2040%2027C40%2022.5817%2038.2091%2018.5817%2035.3138%2015.6863C32.4183%2012.7909%2028.4183%2011%2024%2011C19.5817%2011%2015.5817%2012.7909%2012.6863%2015.6863C9.79086%2018.5817%208%2022.5817%208%2027C8%2031.4183%209.79086%2035.4183%2012.6863%2038.3138C15.5817%2041.2091%2019.5817%2043%2024%2043Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M39.5566%2011.4437C35.5754%207.46244%2030.0754%205%2024.0002%205C17.9251%205%2012.4251%207.46244%208.44385%2011.4437%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/drop-shadow-up.svg?color=%231a73e8&size=48