activity-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
activity-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the activity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.292 2.396c.124.124.206.254.258.35c.079.145.138.3.185.44c.09.268.182.625.287 1.032l3.68 14.24L16.31 12.4l.013-.05l.003-.011c.044-.17.117-.454.283-.693a1.5 1.5 0 0 1 .599-.509c.191-.09.369-.117.5-.127c.105-.01.22-.009.308-.009H21a1 1 0 1 1 0 2h-2.78l-1.804 6.795c-.108.406-.202.762-.294 1.03a3 3 0 0 1-.188.44a1.4 1.4 0 0 1-.454.501a1.44 1.44 0 0 1-1.58-.006a1.4 1.4 0 0 1-.45-.505a3 3 0 0 1-.185-.441c-.09-.268-.182-.625-.287-1.032l-3.68-14.24L7.69 11.6l-.013.05l-.003.011c-.044.17-.118.454-.283.693a1.5 1.5 0 0 1-.599.509c-.191.09-.369.117-.5.127c-.105.01-.22.009-.308.009H3a1 1 0 1 1 0-2h2.78l1.804-6.796c.108-.405.202-.762.294-1.028c.048-.14.108-.295.188-.44a1.4 1.4 0 0 1 .454-.502a1.435 1.435 0 0 1 1.772.162"/></svg>

React

import type { SVGProps } from "react";

export function MynauiActivitySolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.292 2.396c.124.124.206.254.258.35c.079.145.138.3.185.44c.09.268.182.625.287 1.032l3.68 14.24L16.31 12.4l.013-.05l.003-.011c.044-.17.117-.454.283-.693a1.5 1.5 0 0 1 .599-.509c.191-.09.369-.117.5-.127c.105-.01.22-.009.308-.009H21a1 1 0 1 1 0 2h-2.78l-1.804 6.795c-.108.406-.202.762-.294 1.03a3 3 0 0 1-.188.44a1.4 1.4 0 0 1-.454.501a1.44 1.44 0 0 1-1.58-.006a1.4 1.4 0 0 1-.45-.505a3 3 0 0 1-.185-.441c-.09-.268-.182-.625-.287-1.032l-3.68-14.24L7.69 11.6l-.013.05l-.003.011c-.044.17-.118.454-.283.693a1.5 1.5 0 0 1-.599.509c-.191.09-.369.117-.5.127c-.105.01-.22.009-.308.009H3a1 1 0 1 1 0-2h2.78l1.804-6.796c.108-.405.202-.762.294-1.028c.048-.14.108-.295.188-.44a1.4 1.4 0 0 1 .454-.502a1.435 1.435 0 0 1 1.772.162"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.292 2.396c.124.124.206.254.258.35c.079.145.138.3.185.44c.09.268.182.625.287 1.032l3.68 14.24L16.31 12.4l.013-.05l.003-.011c.044-.17.117-.454.283-.693a1.5 1.5 0 0 1 .599-.509c.191-.09.369-.117.5-.127c.105-.01.22-.009.308-.009H21a1 1 0 1 1 0 2h-2.78l-1.804 6.795c-.108.406-.202.762-.294 1.03a3 3 0 0 1-.188.44a1.4 1.4 0 0 1-.454.501a1.44 1.44 0 0 1-1.58-.006a1.4 1.4 0 0 1-.45-.505a3 3 0 0 1-.185-.441c-.09-.268-.182-.625-.287-1.032l-3.68-14.24L7.69 11.6l-.013.05l-.003.011c-.044.17-.118.454-.283.693a1.5 1.5 0 0 1-.599.509c-.191.09-.369.117-.5.127c-.105.01-.22.009-.308.009H3a1 1 0 1 1 0-2h2.78l1.804-6.796c.108-.405.202-.762.294-1.028c.048-.14.108-.295.188-.44a1.4 1.4 0 0 1 .454-.502a1.435 1.435 0 0 1 1.772.162"/></svg>
</template>

CSS

.icon-activity-solid {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.292%202.396c.124.124.206.254.258.35c.079.145.138.3.185.44c.09.268.182.625.287%201.032l3.68%2014.24L16.31%2012.4l.013-.05l.003-.011c.044-.17.117-.454.283-.693a1.5%201.5%200%200%201%20.599-.509c.191-.09.369-.117.5-.127c.105-.01.22-.009.308-.009H21a1%201%200%201%201%200%202h-2.78l-1.804%206.795c-.108.406-.202.762-.294%201.03a3%203%200%200%201-.188.44a1.4%201.4%200%200%201-.454.501a1.44%201.44%200%200%201-1.58-.006a1.4%201.4%200%200%201-.45-.505a3%203%200%200%201-.185-.441c-.09-.268-.182-.625-.287-1.032l-3.68-14.24L7.69%2011.6l-.013.05l-.003.011c-.044.17-.118.454-.283.693a1.5%201.5%200%200%201-.599.509c-.191.09-.369.117-.5.127c-.105.01-.22.009-.308.009H3a1%201%200%201%201%200-2h2.78l1.804-6.796c.108-.405.202-.762.294-1.028c.048-.14.108-.295.188-.44a1.4%201.4%200%200%201%20.454-.502a1.435%201.435%200%200%201%201.772.162%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.292%202.396c.124.124.206.254.258.35c.079.145.138.3.185.44c.09.268.182.625.287%201.032l3.68%2014.24L16.31%2012.4l.013-.05l.003-.011c.044-.17.117-.454.283-.693a1.5%201.5%200%200%201%20.599-.509c.191-.09.369-.117.5-.127c.105-.01.22-.009.308-.009H21a1%201%200%201%201%200%202h-2.78l-1.804%206.795c-.108.406-.202.762-.294%201.03a3%203%200%200%201-.188.44a1.4%201.4%200%200%201-.454.501a1.44%201.44%200%200%201-1.58-.006a1.4%201.4%200%200%201-.45-.505a3%203%200%200%201-.185-.441c-.09-.268-.182-.625-.287-1.032l-3.68-14.24L7.69%2011.6l-.013.05l-.003.011c-.044.17-.118.454-.283.693a1.5%201.5%200%200%201-.599.509c-.191.09-.369.117-.5.127c-.105.01-.22.009-.308.009H3a1%201%200%201%201%200-2h2.78l1.804-6.796c.108-.405.202-.762.294-1.028c.048-.14.108-.295.188-.44a1.4%201.4%200%200%201%20.454-.502a1.435%201.435%200%200%201%201.772.162%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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