strategy icon

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

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

5 other variants in Phosphor

The same icon in other sets

Use the strategy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M76 154a34 34 0 1 0 34 34a34 34 0 0 0-34-34m0 56a22 22 0 1 1 22-22a22 22 0 0 1-22 22M43.76 107.76L59.52 92L43.76 76.24a6 6 0 0 1 8.48-8.48L68 83.52l15.76-15.76a6 6 0 0 1 8.48 8.48L76.48 92l15.76 15.76a6 6 0 1 1-8.48 8.48L68 100.48l-15.76 15.76a6 6 0 0 1-8.48-8.48m184.48 96a6 6 0 1 1-8.48 8.48L204 196.48l-15.76 15.76a6 6 0 0 1-8.48-8.48L195.52 188l-15.76-15.76a6 6 0 0 1 8.48-8.48L204 179.52l15.76-15.76a6 6 0 0 1 8.48 8.48L212.48 188Zm-45.69-91.46c-6 21.66-24.55 40.38-45.09 45.52a6 6 0 0 1-1.46.18a6 6 0 0 1-1.46-11.82c16.29-4.07 31.62-19.67 36.44-37.09c3.33-12 3.39-30.24-15.22-48.85L150 54.48V80a6 6 0 0 1-12 0V40a6 6 0 0 1 6-6h40a6 6 0 0 1 0 12h-25.52l5.76 5.76C182 69.47 188.45 91 182.55 112.3"/></svg>

React

import type { SVGProps } from "react";

export function PhStrategyLight(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="M76 154a34 34 0 1 0 34 34a34 34 0 0 0-34-34m0 56a22 22 0 1 1 22-22a22 22 0 0 1-22 22M43.76 107.76L59.52 92L43.76 76.24a6 6 0 0 1 8.48-8.48L68 83.52l15.76-15.76a6 6 0 0 1 8.48 8.48L76.48 92l15.76 15.76a6 6 0 1 1-8.48 8.48L68 100.48l-15.76 15.76a6 6 0 0 1-8.48-8.48m184.48 96a6 6 0 1 1-8.48 8.48L204 196.48l-15.76 15.76a6 6 0 0 1-8.48-8.48L195.52 188l-15.76-15.76a6 6 0 0 1 8.48-8.48L204 179.52l15.76-15.76a6 6 0 0 1 8.48 8.48L212.48 188Zm-45.69-91.46c-6 21.66-24.55 40.38-45.09 45.52a6 6 0 0 1-1.46.18a6 6 0 0 1-1.46-11.82c16.29-4.07 31.62-19.67 36.44-37.09c3.33-12 3.39-30.24-15.22-48.85L150 54.48V80a6 6 0 0 1-12 0V40a6 6 0 0 1 6-6h40a6 6 0 0 1 0 12h-25.52l5.76 5.76C182 69.47 188.45 91 182.55 112.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M76 154a34 34 0 1 0 34 34a34 34 0 0 0-34-34m0 56a22 22 0 1 1 22-22a22 22 0 0 1-22 22M43.76 107.76L59.52 92L43.76 76.24a6 6 0 0 1 8.48-8.48L68 83.52l15.76-15.76a6 6 0 0 1 8.48 8.48L76.48 92l15.76 15.76a6 6 0 1 1-8.48 8.48L68 100.48l-15.76 15.76a6 6 0 0 1-8.48-8.48m184.48 96a6 6 0 1 1-8.48 8.48L204 196.48l-15.76 15.76a6 6 0 0 1-8.48-8.48L195.52 188l-15.76-15.76a6 6 0 0 1 8.48-8.48L204 179.52l15.76-15.76a6 6 0 0 1 8.48 8.48L212.48 188Zm-45.69-91.46c-6 21.66-24.55 40.38-45.09 45.52a6 6 0 0 1-1.46.18a6 6 0 0 1-1.46-11.82c16.29-4.07 31.62-19.67 36.44-37.09c3.33-12 3.39-30.24-15.22-48.85L150 54.48V80a6 6 0 0 1-12 0V40a6 6 0 0 1 6-6h40a6 6 0 0 1 0 12h-25.52l5.76 5.76C182 69.47 188.45 91 182.55 112.3"/></svg>
</template>

CSS

.icon-strategy-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%22M76%20154a34%2034%200%201%200%2034%2034a34%2034%200%200%200-34-34m0%2056a22%2022%200%201%201%2022-22a22%2022%200%200%201-22%2022M43.76%20107.76L59.52%2092L43.76%2076.24a6%206%200%200%201%208.48-8.48L68%2083.52l15.76-15.76a6%206%200%200%201%208.48%208.48L76.48%2092l15.76%2015.76a6%206%200%201%201-8.48%208.48L68%20100.48l-15.76%2015.76a6%206%200%200%201-8.48-8.48m184.48%2096a6%206%200%201%201-8.48%208.48L204%20196.48l-15.76%2015.76a6%206%200%200%201-8.48-8.48L195.52%20188l-15.76-15.76a6%206%200%200%201%208.48-8.48L204%20179.52l15.76-15.76a6%206%200%200%201%208.48%208.48L212.48%20188Zm-45.69-91.46c-6%2021.66-24.55%2040.38-45.09%2045.52a6%206%200%200%201-1.46.18a6%206%200%200%201-1.46-11.82c16.29-4.07%2031.62-19.67%2036.44-37.09c3.33-12%203.39-30.24-15.22-48.85L150%2054.48V80a6%206%200%200%201-12%200V40a6%206%200%200%201%206-6h40a6%206%200%200%201%200%2012h-25.52l5.76%205.76C182%2069.47%20188.45%2091%20182.55%20112.3%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%22M76%20154a34%2034%200%201%200%2034%2034a34%2034%200%200%200-34-34m0%2056a22%2022%200%201%201%2022-22a22%2022%200%200%201-22%2022M43.76%20107.76L59.52%2092L43.76%2076.24a6%206%200%200%201%208.48-8.48L68%2083.52l15.76-15.76a6%206%200%200%201%208.48%208.48L76.48%2092l15.76%2015.76a6%206%200%201%201-8.48%208.48L68%20100.48l-15.76%2015.76a6%206%200%200%201-8.48-8.48m184.48%2096a6%206%200%201%201-8.48%208.48L204%20196.48l-15.76%2015.76a6%206%200%200%201-8.48-8.48L195.52%20188l-15.76-15.76a6%206%200%200%201%208.48-8.48L204%20179.52l15.76-15.76a6%206%200%200%201%208.48%208.48L212.48%20188Zm-45.69-91.46c-6%2021.66-24.55%2040.38-45.09%2045.52a6%206%200%200%201-1.46.18a6%206%200%200%201-1.46-11.82c16.29-4.07%2031.62-19.67%2036.44-37.09c3.33-12%203.39-30.24-15.22-48.85L150%2054.48V80a6%206%200%200%201-12%200V40a6%206%200%200%201%206-6h40a6%206%200%200%201%200%2012h-25.52l5.76%205.76C182%2069.47%20188.45%2091%20182.55%20112.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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