activity icon

activity-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
activity-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

3 other variants in Phosphor

The same icon in other sets

Use the activity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 214h-.3a5.8 5.8 0 0 1-5.3-3.9L95.5 55.6l-34 74.9A6.1 6.1 0 0 1 56 134H24a6 6 0 0 1 0-12h28.1l38.4-84.5a6 6 0 0 1 11.1.4l59.1 155.2l33.9-67.8a6 6 0 0 1 5.4-3.3h32a6 6 0 0 1 0 12h-28.3l-38.3 76.7a6.2 6.2 0 0 1-5.4 3.3Z"/></svg>

React

import type { SVGProps } from "react";

export function PhActivityLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 214h-.3a5.8 5.8 0 0 1-5.3-3.9L95.5 55.6l-34 74.9A6.1 6.1 0 0 1 56 134H24a6 6 0 0 1 0-12h28.1l38.4-84.5a6 6 0 0 1 11.1.4l59.1 155.2l33.9-67.8a6 6 0 0 1 5.4-3.3h32a6 6 0 0 1 0 12h-28.3l-38.3 76.7a6.2 6.2 0 0 1-5.4 3.3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 214h-.3a5.8 5.8 0 0 1-5.3-3.9L95.5 55.6l-34 74.9A6.1 6.1 0 0 1 56 134H24a6 6 0 0 1 0-12h28.1l38.4-84.5a6 6 0 0 1 11.1.4l59.1 155.2l33.9-67.8a6 6 0 0 1 5.4-3.3h32a6 6 0 0 1 0 12h-28.3l-38.3 76.7a6.2 6.2 0 0 1-5.4 3.3Z"/></svg>
</template>

CSS

.icon-activity-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20214h-.3a5.8%205.8%200%200%201-5.3-3.9L95.5%2055.6l-34%2074.9A6.1%206.1%200%200%201%2056%20134H24a6%206%200%200%201%200-12h28.1l38.4-84.5a6%206%200%200%201%2011.1.4l59.1%20155.2l33.9-67.8a6%206%200%200%201%205.4-3.3h32a6%206%200%200%201%200%2012h-28.3l-38.3%2076.7a6.2%206.2%200%200%201-5.4%203.3Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20214h-.3a5.8%205.8%200%200%201-5.3-3.9L95.5%2055.6l-34%2074.9A6.1%206.1%200%200%201%2056%20134H24a6%206%200%200%201%200-12h28.1l38.4-84.5a6%206%200%200%201%2011.1.4l59.1%20155.2l33.9-67.8a6%206%200%200%201%205.4-3.3h32a6%206%200%200%201%200%2012h-28.3l-38.3%2076.7a6.2%206.2%200%200%201-5.4%203.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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