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

Name
fade
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the fade icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.24 25.14L7 26.67a13.8 13.8 0 0 0 4.18 2.44l.69-1.87a12 12 0 0 1-3.63-2.1M4.19 18l-2 .41A14.1 14.1 0 0 0 3.86 23l1.73-1a12.4 12.4 0 0 1-1.4-4m7.63-13.24l-.69-1.87A13.8 13.8 0 0 0 7 5.33l1.24 1.53a12 12 0 0 1 3.58-2.1M5.59 10L3.86 9a14.4 14.4 0 0 0-1.64 4.59l2 .34A12 12 0 0 1 5.59 10M16 2v2a12 12 0 0 1 0 24v2a14 14 0 0 0 0-28"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFade(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="M8.24 25.14L7 26.67a13.8 13.8 0 0 0 4.18 2.44l.69-1.87a12 12 0 0 1-3.63-2.1M4.19 18l-2 .41A14.1 14.1 0 0 0 3.86 23l1.73-1a12.4 12.4 0 0 1-1.4-4m7.63-13.24l-.69-1.87A13.8 13.8 0 0 0 7 5.33l1.24 1.53a12 12 0 0 1 3.58-2.1M5.59 10L3.86 9a14.4 14.4 0 0 0-1.64 4.59l2 .34A12 12 0 0 1 5.59 10M16 2v2a12 12 0 0 1 0 24v2a14 14 0 0 0 0-28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.24 25.14L7 26.67a13.8 13.8 0 0 0 4.18 2.44l.69-1.87a12 12 0 0 1-3.63-2.1M4.19 18l-2 .41A14.1 14.1 0 0 0 3.86 23l1.73-1a12.4 12.4 0 0 1-1.4-4m7.63-13.24l-.69-1.87A13.8 13.8 0 0 0 7 5.33l1.24 1.53a12 12 0 0 1 3.58-2.1M5.59 10L3.86 9a14.4 14.4 0 0 0-1.64 4.59l2 .34A12 12 0 0 1 5.59 10M16 2v2a12 12 0 0 1 0 24v2a14 14 0 0 0 0-28"/></svg>
</template>

CSS

.icon-fade {
  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%22M8.24%2025.14L7%2026.67a13.8%2013.8%200%200%200%204.18%202.44l.69-1.87a12%2012%200%200%201-3.63-2.1M4.19%2018l-2%20.41A14.1%2014.1%200%200%200%203.86%2023l1.73-1a12.4%2012.4%200%200%201-1.4-4m7.63-13.24l-.69-1.87A13.8%2013.8%200%200%200%207%205.33l1.24%201.53a12%2012%200%200%201%203.58-2.1M5.59%2010L3.86%209a14.4%2014.4%200%200%200-1.64%204.59l2%20.34A12%2012%200%200%201%205.59%2010M16%202v2a12%2012%200%200%201%200%2024v2a14%2014%200%200%200%200-28%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%22M8.24%2025.14L7%2026.67a13.8%2013.8%200%200%200%204.18%202.44l.69-1.87a12%2012%200%200%201-3.63-2.1M4.19%2018l-2%20.41A14.1%2014.1%200%200%200%203.86%2023l1.73-1a12.4%2012.4%200%200%201-1.4-4m7.63-13.24l-.69-1.87A13.8%2013.8%200%200%200%207%205.33l1.24%201.53a12%2012%200%200%201%203.58-2.1M5.59%2010L3.86%209a14.4%2014.4%200%200%200-1.64%204.59l2%20.34A12%2012%200%200%201%205.59%2010M16%202v2a12%2012%200%200%201%200%2024v2a14%2014%200%200%200%200-28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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