strategy icon
strategy-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- strategy-bold
- Set
- Phosphor
- Style
- Bold
- 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="M80 144a40 40 0 1 0 40 40a40 40 0 0 0-40-40m0 56a16 16 0 1 1 16-16a16 16 0 0 1-16 16m-32-72a12 12 0 0 1-8.49-20.49L51 96L39.51 84.49a12 12 0 0 1 17-17L68 79l11.51-11.49a12 12 0 0 1 17 17L85 96l11.52 11.51a12 12 0 0 1-17 17L68 113l-11.51 11.49A12 12 0 0 1 48 128m184.49 75.51a12 12 0 0 1-17 17L204 209l-11.51 11.52a12 12 0 0 1-17-17L187 192l-11.52-11.51a12 12 0 0 1 17-17L204 175l11.51-11.52a12 12 0 0 1 17 17L221 192Zm-43.4-92.62c-5.21 23-23.33 43.53-45.09 51.22a12 12 0 1 1-8-22.63c14.07-5 26.27-18.91 29.67-33.9c2.37-10.46.4-20.84-5.68-30.54v9a12 12 0 0 1-24 0V44a12 12 0 0 1 12-12h40a12 12 0 0 1 0 24H176c12.77 16.61 17.42 35.76 13.09 54.89"/></svg>
React
import type { SVGProps } from "react";
export function PhStrategyBold(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="M80 144a40 40 0 1 0 40 40a40 40 0 0 0-40-40m0 56a16 16 0 1 1 16-16a16 16 0 0 1-16 16m-32-72a12 12 0 0 1-8.49-20.49L51 96L39.51 84.49a12 12 0 0 1 17-17L68 79l11.51-11.49a12 12 0 0 1 17 17L85 96l11.52 11.51a12 12 0 0 1-17 17L68 113l-11.51 11.49A12 12 0 0 1 48 128m184.49 75.51a12 12 0 0 1-17 17L204 209l-11.51 11.52a12 12 0 0 1-17-17L187 192l-11.52-11.51a12 12 0 0 1 17-17L204 175l11.51-11.52a12 12 0 0 1 17 17L221 192Zm-43.4-92.62c-5.21 23-23.33 43.53-45.09 51.22a12 12 0 1 1-8-22.63c14.07-5 26.27-18.91 29.67-33.9c2.37-10.46.4-20.84-5.68-30.54v9a12 12 0 0 1-24 0V44a12 12 0 0 1 12-12h40a12 12 0 0 1 0 24H176c12.77 16.61 17.42 35.76 13.09 54.89"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M80 144a40 40 0 1 0 40 40a40 40 0 0 0-40-40m0 56a16 16 0 1 1 16-16a16 16 0 0 1-16 16m-32-72a12 12 0 0 1-8.49-20.49L51 96L39.51 84.49a12 12 0 0 1 17-17L68 79l11.51-11.49a12 12 0 0 1 17 17L85 96l11.52 11.51a12 12 0 0 1-17 17L68 113l-11.51 11.49A12 12 0 0 1 48 128m184.49 75.51a12 12 0 0 1-17 17L204 209l-11.51 11.52a12 12 0 0 1-17-17L187 192l-11.52-11.51a12 12 0 0 1 17-17L204 175l11.51-11.52a12 12 0 0 1 17 17L221 192Zm-43.4-92.62c-5.21 23-23.33 43.53-45.09 51.22a12 12 0 1 1-8-22.63c14.07-5 26.27-18.91 29.67-33.9c2.37-10.46.4-20.84-5.68-30.54v9a12 12 0 0 1-24 0V44a12 12 0 0 1 12-12h40a12 12 0 0 1 0 24H176c12.77 16.61 17.42 35.76 13.09 54.89"/></svg> </template>
CSS
.icon-strategy-bold {
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%22M80%20144a40%2040%200%201%200%2040%2040a40%2040%200%200%200-40-40m0%2056a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m-32-72a12%2012%200%200%201-8.49-20.49L51%2096L39.51%2084.49a12%2012%200%200%201%2017-17L68%2079l11.51-11.49a12%2012%200%200%201%2017%2017L85%2096l11.52%2011.51a12%2012%200%200%201-17%2017L68%20113l-11.51%2011.49A12%2012%200%200%201%2048%20128m184.49%2075.51a12%2012%200%200%201-17%2017L204%20209l-11.51%2011.52a12%2012%200%200%201-17-17L187%20192l-11.52-11.51a12%2012%200%200%201%2017-17L204%20175l11.51-11.52a12%2012%200%200%201%2017%2017L221%20192Zm-43.4-92.62c-5.21%2023-23.33%2043.53-45.09%2051.22a12%2012%200%201%201-8-22.63c14.07-5%2026.27-18.91%2029.67-33.9c2.37-10.46.4-20.84-5.68-30.54v9a12%2012%200%200%201-24%200V44a12%2012%200%200%201%2012-12h40a12%2012%200%200%201%200%2024H176c12.77%2016.61%2017.42%2035.76%2013.09%2054.89%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%22M80%20144a40%2040%200%201%200%2040%2040a40%2040%200%200%200-40-40m0%2056a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m-32-72a12%2012%200%200%201-8.49-20.49L51%2096L39.51%2084.49a12%2012%200%200%201%2017-17L68%2079l11.51-11.49a12%2012%200%200%201%2017%2017L85%2096l11.52%2011.51a12%2012%200%200%201-17%2017L68%20113l-11.51%2011.49A12%2012%200%200%201%2048%20128m184.49%2075.51a12%2012%200%200%201-17%2017L204%20209l-11.51%2011.52a12%2012%200%200%201-17-17L187%20192l-11.52-11.51a12%2012%200%200%201%2017-17L204%20175l11.51-11.52a12%2012%200%200%201%2017%2017L221%20192Zm-43.4-92.62c-5.21%2023-23.33%2043.53-45.09%2051.22a12%2012%200%201%201-8-22.63c14.07-5%2026.27-18.91%2029.67-33.9c2.37-10.46.4-20.84-5.68-30.54v9a12%2012%200%200%201-24%200V44a12%2012%200%200%201%2012-12h40a12%2012%200%200%201%200%2024H176c12.77%2016.61%2017.42%2035.76%2013.09%2054.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/strategy-bold.svg?color=%231a73e8&size=48