shadow icon

shadow from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
shadow
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the shadow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 5a11 11 0 0 0-3.005.425A11 11 0 0 0 13 5C6.935 5 2 9.935 2 16s4.935 11 11 11c1.04 0 2.042-.154 2.995-.425c.974.277 1.982.425 3.005.425c6.065 0 11-4.935 11-11S25.065 5 19 5m4.95 11.997l3.986.035a8.9 8.9 0 0 1-.903 3.004l-3.798-.034c.372-.947.62-1.953.715-3.005m0-2A11 11 0 0 0 23.235 12l3.833.038a8.9 8.9 0 0 1 .877 2.994zm1.761-4.973l-3.51-.034a11.1 11.1 0 0 0-2.874-2.973a8.97 8.97 0 0 1 6.384 3.007M4 16c0-4.962 4.037-9 9-9s9 4.038 9 9s-4.037 9-9 9s-9-4.038-9-9m15.327 8.983a11.1 11.1 0 0 0 2.885-2.99l3.456.03a8.97 8.97 0 0 1-6.341 2.96"/></svg>

React

import type { SVGProps } from "react";

export function CarbonShadow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 5a11 11 0 0 0-3.005.425A11 11 0 0 0 13 5C6.935 5 2 9.935 2 16s4.935 11 11 11c1.04 0 2.042-.154 2.995-.425c.974.277 1.982.425 3.005.425c6.065 0 11-4.935 11-11S25.065 5 19 5m4.95 11.997l3.986.035a8.9 8.9 0 0 1-.903 3.004l-3.798-.034c.372-.947.62-1.953.715-3.005m0-2A11 11 0 0 0 23.235 12l3.833.038a8.9 8.9 0 0 1 .877 2.994zm1.761-4.973l-3.51-.034a11.1 11.1 0 0 0-2.874-2.973a8.97 8.97 0 0 1 6.384 3.007M4 16c0-4.962 4.037-9 9-9s9 4.038 9 9s-4.037 9-9 9s-9-4.038-9-9m15.327 8.983a11.1 11.1 0 0 0 2.885-2.99l3.456.03a8.97 8.97 0 0 1-6.341 2.96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 5a11 11 0 0 0-3.005.425A11 11 0 0 0 13 5C6.935 5 2 9.935 2 16s4.935 11 11 11c1.04 0 2.042-.154 2.995-.425c.974.277 1.982.425 3.005.425c6.065 0 11-4.935 11-11S25.065 5 19 5m4.95 11.997l3.986.035a8.9 8.9 0 0 1-.903 3.004l-3.798-.034c.372-.947.62-1.953.715-3.005m0-2A11 11 0 0 0 23.235 12l3.833.038a8.9 8.9 0 0 1 .877 2.994zm1.761-4.973l-3.51-.034a11.1 11.1 0 0 0-2.874-2.973a8.97 8.97 0 0 1 6.384 3.007M4 16c0-4.962 4.037-9 9-9s9 4.038 9 9s-4.037 9-9 9s-9-4.038-9-9m15.327 8.983a11.1 11.1 0 0 0 2.885-2.99l3.456.03a8.97 8.97 0 0 1-6.341 2.96"/></svg>
</template>

CSS

.icon-shadow {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%205a11%2011%200%200%200-3.005.425A11%2011%200%200%200%2013%205C6.935%205%202%209.935%202%2016s4.935%2011%2011%2011c1.04%200%202.042-.154%202.995-.425c.974.277%201.982.425%203.005.425c6.065%200%2011-4.935%2011-11S25.065%205%2019%205m4.95%2011.997l3.986.035a8.9%208.9%200%200%201-.903%203.004l-3.798-.034c.372-.947.62-1.953.715-3.005m0-2A11%2011%200%200%200%2023.235%2012l3.833.038a8.9%208.9%200%200%201%20.877%202.994zm1.761-4.973l-3.51-.034a11.1%2011.1%200%200%200-2.874-2.973a8.97%208.97%200%200%201%206.384%203.007M4%2016c0-4.962%204.037-9%209-9s9%204.038%209%209s-4.037%209-9%209s-9-4.038-9-9m15.327%208.983a11.1%2011.1%200%200%200%202.885-2.99l3.456.03a8.97%208.97%200%200%201-6.341%202.96%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%205a11%2011%200%200%200-3.005.425A11%2011%200%200%200%2013%205C6.935%205%202%209.935%202%2016s4.935%2011%2011%2011c1.04%200%202.042-.154%202.995-.425c.974.277%201.982.425%203.005.425c6.065%200%2011-4.935%2011-11S25.065%205%2019%205m4.95%2011.997l3.986.035a8.9%208.9%200%200%201-.903%203.004l-3.798-.034c.372-.947.62-1.953.715-3.005m0-2A11%2011%200%200%200%2023.235%2012l3.833.038a8.9%208.9%200%200%201%20.877%202.994zm1.761-4.973l-3.51-.034a11.1%2011.1%200%200%200-2.874-2.973a8.97%208.97%200%200%201%206.384%203.007M4%2016c0-4.962%204.037-9%209-9s9%204.038%209%209s-4.037%209-9%209s-9-4.038-9-9m15.327%208.983a11.1%2011.1%200%200%200%202.885-2.99l3.456.03a8.97%208.97%200%200%201-6.341%202.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/shadow.svg?color=%231a73e8&size=48