activity icon

activity-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
activity-thin
Set
Phosphor
Style
Thin
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 212h-.2a3.9 3.9 0 0 1-3.5-2.6l-60.6-159l-36.1 79.3A3.9 3.9 0 0 1 56 132H24a4 4 0 0 1 0-8h29.4l39-85.7a3.8 3.8 0 0 1 3.7-2.3a4 4 0 0 1 3.6 2.6l60.8 159.5l35.9-71.9a4.2 4.2 0 0 1 3.6-2.2h32a4 4 0 0 1 0 8h-29.5l-38.9 77.8a4.2 4.2 0 0 1-3.6 2.2Z"/></svg>

React

import type { SVGProps } from "react";

export function PhActivityThin(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 212h-.2a3.9 3.9 0 0 1-3.5-2.6l-60.6-159l-36.1 79.3A3.9 3.9 0 0 1 56 132H24a4 4 0 0 1 0-8h29.4l39-85.7a3.8 3.8 0 0 1 3.7-2.3a4 4 0 0 1 3.6 2.6l60.8 159.5l35.9-71.9a4.2 4.2 0 0 1 3.6-2.2h32a4 4 0 0 1 0 8h-29.5l-38.9 77.8a4.2 4.2 0 0 1-3.6 2.2Z"/></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 212h-.2a3.9 3.9 0 0 1-3.5-2.6l-60.6-159l-36.1 79.3A3.9 3.9 0 0 1 56 132H24a4 4 0 0 1 0-8h29.4l39-85.7a3.8 3.8 0 0 1 3.7-2.3a4 4 0 0 1 3.6 2.6l60.8 159.5l35.9-71.9a4.2 4.2 0 0 1 3.6-2.2h32a4 4 0 0 1 0 8h-29.5l-38.9 77.8a4.2 4.2 0 0 1-3.6 2.2Z"/></svg>
</template>

CSS

.icon-activity-thin {
  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%20212h-.2a3.9%203.9%200%200%201-3.5-2.6l-60.6-159l-36.1%2079.3A3.9%203.9%200%200%201%2056%20132H24a4%204%200%200%201%200-8h29.4l39-85.7a3.8%203.8%200%200%201%203.7-2.3a4%204%200%200%201%203.6%202.6l60.8%20159.5l35.9-71.9a4.2%204.2%200%200%201%203.6-2.2h32a4%204%200%200%201%200%208h-29.5l-38.9%2077.8a4.2%204.2%200%200%201-3.6%202.2Z%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%20212h-.2a3.9%203.9%200%200%201-3.5-2.6l-60.6-159l-36.1%2079.3A3.9%203.9%200%200%201%2056%20132H24a4%204%200%200%201%200-8h29.4l39-85.7a3.8%203.8%200%200%201%203.7-2.3a4%204%200%200%201%203.6%202.6l60.8%20159.5l35.9-71.9a4.2%204.2%200%200%201%203.6-2.2h32a4%204%200%200%201%200%208h-29.5l-38.9%2077.8a4.2%204.2%200%200%201-3.6%202.2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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