strategy icon
strategy-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- strategy-thin
- Set
- Phosphor
- Style
- Thin
- 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 156a32 32 0 1 0 32 32a32 32 0 0 0-32-32m0 56a24 24 0 1 1 24-24a24 24 0 0 1-24 24M45.17 109.17L62.34 92L45.17 74.83a4 4 0 0 1 5.66-5.66L68 86.34l17.17-17.17a4 4 0 0 1 5.66 5.66L73.66 92l17.17 17.17a4 4 0 0 1-5.66 5.66L68 97.66l-17.17 17.17a4 4 0 0 1-5.66-5.66m181.66 96a4 4 0 0 1-5.66 5.66L204 193.66l-17.17 17.17a4 4 0 0 1-5.66-5.66L198.34 188l-17.17-17.17a4 4 0 0 1 5.66-5.66L204 182.34l17.17-17.17a4 4 0 0 1 5.66 5.66L209.66 188Zm-46.21-93.41c-5.82 21-23.77 39.15-43.65 44.12a4 4 0 0 1-1 .12a4 4 0 0 1-1-7.88c16.94-4.24 32.87-20.42 37.88-38.49c3.47-12.53 3.55-31.51-15.74-50.8L148 49.66V80a4 4 0 0 1-8 0V40a4 4 0 0 1 4-4h40a4 4 0 0 1 0 8h-30.34l9.17 9.17c17.17 17.18 23.5 37.99 17.79 58.59"/></svg>
React
import type { SVGProps } from "react";
export function PhStrategyThin(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 156a32 32 0 1 0 32 32a32 32 0 0 0-32-32m0 56a24 24 0 1 1 24-24a24 24 0 0 1-24 24M45.17 109.17L62.34 92L45.17 74.83a4 4 0 0 1 5.66-5.66L68 86.34l17.17-17.17a4 4 0 0 1 5.66 5.66L73.66 92l17.17 17.17a4 4 0 0 1-5.66 5.66L68 97.66l-17.17 17.17a4 4 0 0 1-5.66-5.66m181.66 96a4 4 0 0 1-5.66 5.66L204 193.66l-17.17 17.17a4 4 0 0 1-5.66-5.66L198.34 188l-17.17-17.17a4 4 0 0 1 5.66-5.66L204 182.34l17.17-17.17a4 4 0 0 1 5.66 5.66L209.66 188Zm-46.21-93.41c-5.82 21-23.77 39.15-43.65 44.12a4 4 0 0 1-1 .12a4 4 0 0 1-1-7.88c16.94-4.24 32.87-20.42 37.88-38.49c3.47-12.53 3.55-31.51-15.74-50.8L148 49.66V80a4 4 0 0 1-8 0V40a4 4 0 0 1 4-4h40a4 4 0 0 1 0 8h-30.34l9.17 9.17c17.17 17.18 23.5 37.99 17.79 58.59"/></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 156a32 32 0 1 0 32 32a32 32 0 0 0-32-32m0 56a24 24 0 1 1 24-24a24 24 0 0 1-24 24M45.17 109.17L62.34 92L45.17 74.83a4 4 0 0 1 5.66-5.66L68 86.34l17.17-17.17a4 4 0 0 1 5.66 5.66L73.66 92l17.17 17.17a4 4 0 0 1-5.66 5.66L68 97.66l-17.17 17.17a4 4 0 0 1-5.66-5.66m181.66 96a4 4 0 0 1-5.66 5.66L204 193.66l-17.17 17.17a4 4 0 0 1-5.66-5.66L198.34 188l-17.17-17.17a4 4 0 0 1 5.66-5.66L204 182.34l17.17-17.17a4 4 0 0 1 5.66 5.66L209.66 188Zm-46.21-93.41c-5.82 21-23.77 39.15-43.65 44.12a4 4 0 0 1-1 .12a4 4 0 0 1-1-7.88c16.94-4.24 32.87-20.42 37.88-38.49c3.47-12.53 3.55-31.51-15.74-50.8L148 49.66V80a4 4 0 0 1-8 0V40a4 4 0 0 1 4-4h40a4 4 0 0 1 0 8h-30.34l9.17 9.17c17.17 17.18 23.5 37.99 17.79 58.59"/></svg> </template>
CSS
.icon-strategy-thin {
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%20156a32%2032%200%201%200%2032%2032a32%2032%200%200%200-32-32m0%2056a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024M45.17%20109.17L62.34%2092L45.17%2074.83a4%204%200%200%201%205.66-5.66L68%2086.34l17.17-17.17a4%204%200%200%201%205.66%205.66L73.66%2092l17.17%2017.17a4%204%200%200%201-5.66%205.66L68%2097.66l-17.17%2017.17a4%204%200%200%201-5.66-5.66m181.66%2096a4%204%200%200%201-5.66%205.66L204%20193.66l-17.17%2017.17a4%204%200%200%201-5.66-5.66L198.34%20188l-17.17-17.17a4%204%200%200%201%205.66-5.66L204%20182.34l17.17-17.17a4%204%200%200%201%205.66%205.66L209.66%20188Zm-46.21-93.41c-5.82%2021-23.77%2039.15-43.65%2044.12a4%204%200%200%201-1%20.12a4%204%200%200%201-1-7.88c16.94-4.24%2032.87-20.42%2037.88-38.49c3.47-12.53%203.55-31.51-15.74-50.8L148%2049.66V80a4%204%200%200%201-8%200V40a4%204%200%200%201%204-4h40a4%204%200%200%201%200%208h-30.34l9.17%209.17c17.17%2017.18%2023.5%2037.99%2017.79%2058.59%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%20156a32%2032%200%201%200%2032%2032a32%2032%200%200%200-32-32m0%2056a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024M45.17%20109.17L62.34%2092L45.17%2074.83a4%204%200%200%201%205.66-5.66L68%2086.34l17.17-17.17a4%204%200%200%201%205.66%205.66L73.66%2092l17.17%2017.17a4%204%200%200%201-5.66%205.66L68%2097.66l-17.17%2017.17a4%204%200%200%201-5.66-5.66m181.66%2096a4%204%200%200%201-5.66%205.66L204%20193.66l-17.17%2017.17a4%204%200%200%201-5.66-5.66L198.34%20188l-17.17-17.17a4%204%200%200%201%205.66-5.66L204%20182.34l17.17-17.17a4%204%200%200%201%205.66%205.66L209.66%20188Zm-46.21-93.41c-5.82%2021-23.77%2039.15-43.65%2044.12a4%204%200%200%201-1%20.12a4%204%200%200%201-1-7.88c16.94-4.24%2032.87-20.42%2037.88-38.49c3.47-12.53%203.55-31.51-15.74-50.8L148%2049.66V80a4%204%200%200%201-8%200V40a4%204%200%200%201%204-4h40a4%204%200%200%201%200%208h-30.34l9.17%209.17c17.17%2017.18%2023.5%2037.99%2017.79%2058.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/strategy-thin.svg?color=%231a73e8&size=48