activity icon
activity from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- activity
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the activity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M7.116 10.749L6 1.948l-1.116 8.8H1c-.552 0-1-.437-1-.976a.99.99 0 0 1 1-.978h2.116l.9-7.086C4.15.636 5.15-.124 6.245.008c.91.11 1.626.81 1.739 1.7l.899 7.086h1.974L12 16.04l1.142-7.245H19c.552 0 1 .438 1 .978s-.448.977-1 .977h-4.142l-.881 5.587a1.98 1.98 0 0 1-1.672 1.634c-1.092.165-2.113-.567-2.282-1.634l-.88-5.587z"/></svg>
React
import type { SVGProps } from "react";
export function JamActivity(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M7.116 10.749L6 1.948l-1.116 8.8H1c-.552 0-1-.437-1-.976a.99.99 0 0 1 1-.978h2.116l.9-7.086C4.15.636 5.15-.124 6.245.008c.91.11 1.626.81 1.739 1.7l.899 7.086h1.974L12 16.04l1.142-7.245H19c.552 0 1 .438 1 .978s-.448.977-1 .977h-4.142l-.881 5.587a1.98 1.98 0 0 1-1.672 1.634c-1.092.165-2.113-.567-2.282-1.634l-.88-5.587z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M7.116 10.749L6 1.948l-1.116 8.8H1c-.552 0-1-.437-1-.976a.99.99 0 0 1 1-.978h2.116l.9-7.086C4.15.636 5.15-.124 6.245.008c.91.11 1.626.81 1.739 1.7l.899 7.086h1.974L12 16.04l1.142-7.245H19c.552 0 1 .438 1 .978s-.448.977-1 .977h-4.142l-.881 5.587a1.98 1.98 0 0 1-1.672 1.634c-1.092.165-2.113-.567-2.282-1.634l-.88-5.587z"/></svg> </template>
CSS
.icon-activity {
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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.116%2010.749L6%201.948l-1.116%208.8H1c-.552%200-1-.437-1-.976a.99.99%200%200%201%201-.978h2.116l.9-7.086C4.15.636%205.15-.124%206.245.008c.91.11%201.626.81%201.739%201.7l.899%207.086h1.974L12%2016.04l1.142-7.245H19c.552%200%201%20.438%201%20.978s-.448.977-1%20.977h-4.142l-.881%205.587a1.98%201.98%200%200%201-1.672%201.634c-1.092.165-2.113-.567-2.282-1.634l-.88-5.587z%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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.116%2010.749L6%201.948l-1.116%208.8H1c-.552%200-1-.437-1-.976a.99.99%200%200%201%201-.978h2.116l.9-7.086C4.15.636%205.15-.124%206.245.008c.91.11%201.626.81%201.739%201.7l.899%207.086h1.974L12%2016.04l1.142-7.245H19c.552%200%201%20.438%201%20.978s-.448.977-1%20.977h-4.142l-.881%205.587a1.98%201.98%200%200%201-1.672%201.634c-1.092.165-2.113-.567-2.282-1.634l-.88-5.587z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/activity.svg?color=%231a73e8&size=48