strategy icon

strategy-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
strategy-fill
Set
Phosphor
Style
Fill
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="M108 188a32 32 0 1 1-32-32a32 32 0 0 1 32 32m-54.34-70.34L68 103.31l14.34 14.35a8 8 0 0 0 11.32-11.32L79.31 92l14.35-14.34a8 8 0 0 0-11.32-11.32L68 80.69L53.66 66.34a8 8 0 0 0-11.32 11.32L56.69 92l-14.35 14.34a8 8 0 0 0 11.32 11.32M215.31 188l14.35-14.34a8 8 0 0 0-11.32-11.32L204 176.69l-14.34-14.35a8 8 0 0 0-11.32 11.32L192.69 188l-14.35 14.34a8 8 0 0 0 11.32 11.32L204 199.31l14.34 14.35a8 8 0 0 0 11.32-11.32ZM165.66 50.34L163.31 48H184a8 8 0 0 0 0-16h-40a8 8 0 0 0-8 8v40a8 8 0 0 0 16 0V59.31l2.34 2.35c17.93 17.93 17.9 35.4 14.71 46.9c-4.64 16.77-19.36 31.77-35 35.68A8 8 0 0 0 136 160a8 8 0 0 0 1.95-.24c21.21-5.3 40.35-24.6 46.53-46.93c6.1-22.05-.58-44.24-18.82-62.49"/></svg>

React

import type { SVGProps } from "react";

export function PhStrategyFill(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="M108 188a32 32 0 1 1-32-32a32 32 0 0 1 32 32m-54.34-70.34L68 103.31l14.34 14.35a8 8 0 0 0 11.32-11.32L79.31 92l14.35-14.34a8 8 0 0 0-11.32-11.32L68 80.69L53.66 66.34a8 8 0 0 0-11.32 11.32L56.69 92l-14.35 14.34a8 8 0 0 0 11.32 11.32M215.31 188l14.35-14.34a8 8 0 0 0-11.32-11.32L204 176.69l-14.34-14.35a8 8 0 0 0-11.32 11.32L192.69 188l-14.35 14.34a8 8 0 0 0 11.32 11.32L204 199.31l14.34 14.35a8 8 0 0 0 11.32-11.32ZM165.66 50.34L163.31 48H184a8 8 0 0 0 0-16h-40a8 8 0 0 0-8 8v40a8 8 0 0 0 16 0V59.31l2.34 2.35c17.93 17.93 17.9 35.4 14.71 46.9c-4.64 16.77-19.36 31.77-35 35.68A8 8 0 0 0 136 160a8 8 0 0 0 1.95-.24c21.21-5.3 40.35-24.6 46.53-46.93c6.1-22.05-.58-44.24-18.82-62.49"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M108 188a32 32 0 1 1-32-32a32 32 0 0 1 32 32m-54.34-70.34L68 103.31l14.34 14.35a8 8 0 0 0 11.32-11.32L79.31 92l14.35-14.34a8 8 0 0 0-11.32-11.32L68 80.69L53.66 66.34a8 8 0 0 0-11.32 11.32L56.69 92l-14.35 14.34a8 8 0 0 0 11.32 11.32M215.31 188l14.35-14.34a8 8 0 0 0-11.32-11.32L204 176.69l-14.34-14.35a8 8 0 0 0-11.32 11.32L192.69 188l-14.35 14.34a8 8 0 0 0 11.32 11.32L204 199.31l14.34 14.35a8 8 0 0 0 11.32-11.32ZM165.66 50.34L163.31 48H184a8 8 0 0 0 0-16h-40a8 8 0 0 0-8 8v40a8 8 0 0 0 16 0V59.31l2.34 2.35c17.93 17.93 17.9 35.4 14.71 46.9c-4.64 16.77-19.36 31.77-35 35.68A8 8 0 0 0 136 160a8 8 0 0 0 1.95-.24c21.21-5.3 40.35-24.6 46.53-46.93c6.1-22.05-.58-44.24-18.82-62.49"/></svg>
</template>

CSS

.icon-strategy-fill {
  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%22M108%20188a32%2032%200%201%201-32-32a32%2032%200%200%201%2032%2032m-54.34-70.34L68%20103.31l14.34%2014.35a8%208%200%200%200%2011.32-11.32L79.31%2092l14.35-14.34a8%208%200%200%200-11.32-11.32L68%2080.69L53.66%2066.34a8%208%200%200%200-11.32%2011.32L56.69%2092l-14.35%2014.34a8%208%200%200%200%2011.32%2011.32M215.31%20188l14.35-14.34a8%208%200%200%200-11.32-11.32L204%20176.69l-14.34-14.35a8%208%200%200%200-11.32%2011.32L192.69%20188l-14.35%2014.34a8%208%200%200%200%2011.32%2011.32L204%20199.31l14.34%2014.35a8%208%200%200%200%2011.32-11.32ZM165.66%2050.34L163.31%2048H184a8%208%200%200%200%200-16h-40a8%208%200%200%200-8%208v40a8%208%200%200%200%2016%200V59.31l2.34%202.35c17.93%2017.93%2017.9%2035.4%2014.71%2046.9c-4.64%2016.77-19.36%2031.77-35%2035.68A8%208%200%200%200%20136%20160a8%208%200%200%200%201.95-.24c21.21-5.3%2040.35-24.6%2046.53-46.93c6.1-22.05-.58-44.24-18.82-62.49%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%22M108%20188a32%2032%200%201%201-32-32a32%2032%200%200%201%2032%2032m-54.34-70.34L68%20103.31l14.34%2014.35a8%208%200%200%200%2011.32-11.32L79.31%2092l14.35-14.34a8%208%200%200%200-11.32-11.32L68%2080.69L53.66%2066.34a8%208%200%200%200-11.32%2011.32L56.69%2092l-14.35%2014.34a8%208%200%200%200%2011.32%2011.32M215.31%20188l14.35-14.34a8%208%200%200%200-11.32-11.32L204%20176.69l-14.34-14.35a8%208%200%200%200-11.32%2011.32L192.69%20188l-14.35%2014.34a8%208%200%200%200%2011.32%2011.32L204%20199.31l14.34%2014.35a8%208%200%200%200%2011.32-11.32ZM165.66%2050.34L163.31%2048H184a8%208%200%200%200%200-16h-40a8%208%200%200%200-8%208v40a8%208%200%200%200%2016%200V59.31l2.34%202.35c17.93%2017.93%2017.9%2035.4%2014.71%2046.9c-4.64%2016.77-19.36%2031.77-35%2035.68A8%208%200%200%200%20136%20160a8%208%200%200%200%201.95-.24c21.21-5.3%2040.35-24.6%2046.53-46.93c6.1-22.05-.58-44.24-18.82-62.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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