drop shadow down icon

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

Name
drop-shadow-down
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 down 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 37C28.4183 37 32.4183 35.2091 35.3138 32.3138C38.2091 29.4183 40 25.4183 40 21C40 16.5817 38.2091 12.5817 35.3138 9.68629C32.4183 6.79086 28.4183 5 24 5C19.5817 5 15.5817 6.79086 12.6863 9.68629C9.79086 12.5817 8 16.5817 8 21C8 25.4183 9.79086 29.4183 12.6863 32.3138C15.5817 35.2091 19.5817 37 24 37Z" clip-rule="evenodd"/><path d="M39.5562 36.5564C35.5749 40.5374 30.0749 43 23.9997 43C17.9246 43 12.4246 40.5374 8.44336 36.5564"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDropShadowDown(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 37C28.4183 37 32.4183 35.2091 35.3138 32.3138C38.2091 29.4183 40 25.4183 40 21C40 16.5817 38.2091 12.5817 35.3138 9.68629C32.4183 6.79086 28.4183 5 24 5C19.5817 5 15.5817 6.79086 12.6863 9.68629C9.79086 12.5817 8 16.5817 8 21C8 25.4183 9.79086 29.4183 12.6863 32.3138C15.5817 35.2091 19.5817 37 24 37Z" clipRule="evenodd"/><path d="M39.5562 36.5564C35.5749 40.5374 30.0749 43 23.9997 43C17.9246 43 12.4246 40.5374 8.44336 36.5564"/></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 37C28.4183 37 32.4183 35.2091 35.3138 32.3138C38.2091 29.4183 40 25.4183 40 21C40 16.5817 38.2091 12.5817 35.3138 9.68629C32.4183 6.79086 28.4183 5 24 5C19.5817 5 15.5817 6.79086 12.6863 9.68629C9.79086 12.5817 8 16.5817 8 21C8 25.4183 9.79086 29.4183 12.6863 32.3138C15.5817 35.2091 19.5817 37 24 37Z" clip-rule="evenodd"/><path d="M39.5562 36.5564C35.5749 40.5374 30.0749 43 23.9997 43C17.9246 43 12.4246 40.5374 8.44336 36.5564"/></g></svg>
</template>

CSS

.icon-drop-shadow-down {
  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%2037C28.4183%2037%2032.4183%2035.2091%2035.3138%2032.3138C38.2091%2029.4183%2040%2025.4183%2040%2021C40%2016.5817%2038.2091%2012.5817%2035.3138%209.68629C32.4183%206.79086%2028.4183%205%2024%205C19.5817%205%2015.5817%206.79086%2012.6863%209.68629C9.79086%2012.5817%208%2016.5817%208%2021C8%2025.4183%209.79086%2029.4183%2012.6863%2032.3138C15.5817%2035.2091%2019.5817%2037%2024%2037Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M39.5562%2036.5564C35.5749%2040.5374%2030.0749%2043%2023.9997%2043C17.9246%2043%2012.4246%2040.5374%208.44336%2036.5564%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%2037C28.4183%2037%2032.4183%2035.2091%2035.3138%2032.3138C38.2091%2029.4183%2040%2025.4183%2040%2021C40%2016.5817%2038.2091%2012.5817%2035.3138%209.68629C32.4183%206.79086%2028.4183%205%2024%205C19.5817%205%2015.5817%206.79086%2012.6863%209.68629C9.79086%2012.5817%208%2016.5817%208%2021C8%2025.4183%209.79086%2029.4183%2012.6863%2032.3138C15.5817%2035.2091%2019.5817%2037%2024%2037Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M39.5562%2036.5564C35.5749%2040.5374%2030.0749%2043%2023.9997%2043C17.9246%2043%2012.4246%2040.5374%208.44336%2036.5564%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-down.svg?color=%231a73e8&size=48