drop shadow right icon

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

Name
drop-shadow-right
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 right 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="M21 40C25.4183 40 29.4183 38.2091 32.3138 35.3138C35.2091 32.4183 37 28.4183 37 24C37 19.5817 35.2091 15.5817 32.3138 12.6863C29.4183 9.79086 25.4183 8 21 8C16.5817 8 12.5817 9.79086 9.68629 12.6863C6.79086 15.5817 5 19.5817 5 24C5 28.4183 6.79086 32.4183 9.68629 35.3138C12.5817 38.2091 16.5817 40 21 40Z" clip-rule="evenodd"/><path d="M36.5566 39.5564C40.5377 35.5751 43.0002 30.0751 43.0002 24C43.0002 17.9248 40.5377 12.4248 36.5566 8.4436"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDropShadowRight(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="M21 40C25.4183 40 29.4183 38.2091 32.3138 35.3138C35.2091 32.4183 37 28.4183 37 24C37 19.5817 35.2091 15.5817 32.3138 12.6863C29.4183 9.79086 25.4183 8 21 8C16.5817 8 12.5817 9.79086 9.68629 12.6863C6.79086 15.5817 5 19.5817 5 24C5 28.4183 6.79086 32.4183 9.68629 35.3138C12.5817 38.2091 16.5817 40 21 40Z" clipRule="evenodd"/><path d="M36.5566 39.5564C40.5377 35.5751 43.0002 30.0751 43.0002 24C43.0002 17.9248 40.5377 12.4248 36.5566 8.4436"/></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="M21 40C25.4183 40 29.4183 38.2091 32.3138 35.3138C35.2091 32.4183 37 28.4183 37 24C37 19.5817 35.2091 15.5817 32.3138 12.6863C29.4183 9.79086 25.4183 8 21 8C16.5817 8 12.5817 9.79086 9.68629 12.6863C6.79086 15.5817 5 19.5817 5 24C5 28.4183 6.79086 32.4183 9.68629 35.3138C12.5817 38.2091 16.5817 40 21 40Z" clip-rule="evenodd"/><path d="M36.5566 39.5564C40.5377 35.5751 43.0002 30.0751 43.0002 24C43.0002 17.9248 40.5377 12.4248 36.5566 8.4436"/></g></svg>
</template>

CSS

.icon-drop-shadow-right {
  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%22M21%2040C25.4183%2040%2029.4183%2038.2091%2032.3138%2035.3138C35.2091%2032.4183%2037%2028.4183%2037%2024C37%2019.5817%2035.2091%2015.5817%2032.3138%2012.6863C29.4183%209.79086%2025.4183%208%2021%208C16.5817%208%2012.5817%209.79086%209.68629%2012.6863C6.79086%2015.5817%205%2019.5817%205%2024C5%2028.4183%206.79086%2032.4183%209.68629%2035.3138C12.5817%2038.2091%2016.5817%2040%2021%2040Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M36.5566%2039.5564C40.5377%2035.5751%2043.0002%2030.0751%2043.0002%2024C43.0002%2017.9248%2040.5377%2012.4248%2036.5566%208.4436%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%22M21%2040C25.4183%2040%2029.4183%2038.2091%2032.3138%2035.3138C35.2091%2032.4183%2037%2028.4183%2037%2024C37%2019.5817%2035.2091%2015.5817%2032.3138%2012.6863C29.4183%209.79086%2025.4183%208%2021%208C16.5817%208%2012.5817%209.79086%209.68629%2012.6863C6.79086%2015.5817%205%2019.5817%205%2024C5%2028.4183%206.79086%2032.4183%209.68629%2035.3138C12.5817%2038.2091%2016.5817%2040%2021%2040Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M36.5566%2039.5564C40.5377%2035.5751%2043.0002%2030.0751%2043.0002%2024C43.0002%2017.9248%2040.5377%2012.4248%2036.5566%208.4436%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-right.svg?color=%231a73e8&size=48