strategy icon
strategy-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- strategy-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- strategy-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the strategy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 10.846L3 9.135V5.712L6 4l3 1.712v3.423zM6 9.7l2-1.138V6.285L6 5.146L4 6.285v2.277zm10.27 1.229V9.777L19 11.366v6.423L13.5 21L8 17.788v-6.422l2.73-1.589v1.152L9 11.939v5.279l4.5 2.61l4.5-2.61v-5.28zM13 14V3h8l-1.654 2.5L21 8h-7v6zM6 7.423"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStrategyOutline(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="M6 10.846L3 9.135V5.712L6 4l3 1.712v3.423zM6 9.7l2-1.138V6.285L6 5.146L4 6.285v2.277zm10.27 1.229V9.777L19 11.366v6.423L13.5 21L8 17.788v-6.422l2.73-1.589v1.152L9 11.939v5.279l4.5 2.61l4.5-2.61v-5.28zM13 14V3h8l-1.654 2.5L21 8h-7v6zM6 7.423"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 10.846L3 9.135V5.712L6 4l3 1.712v3.423zM6 9.7l2-1.138V6.285L6 5.146L4 6.285v2.277zm10.27 1.229V9.777L19 11.366v6.423L13.5 21L8 17.788v-6.422l2.73-1.589v1.152L9 11.939v5.279l4.5 2.61l4.5-2.61v-5.28zM13 14V3h8l-1.654 2.5L21 8h-7v6zM6 7.423"/></svg> </template>
CSS
.icon-strategy-outline {
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%22M6%2010.846L3%209.135V5.712L6%204l3%201.712v3.423zM6%209.7l2-1.138V6.285L6%205.146L4%206.285v2.277zm10.27%201.229V9.777L19%2011.366v6.423L13.5%2021L8%2017.788v-6.422l2.73-1.589v1.152L9%2011.939v5.279l4.5%202.61l4.5-2.61v-5.28zM13%2014V3h8l-1.654%202.5L21%208h-7v6zM6%207.423%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%22M6%2010.846L3%209.135V5.712L6%204l3%201.712v3.423zM6%209.7l2-1.138V6.285L6%205.146L4%206.285v2.277zm10.27%201.229V9.777L19%2011.366v6.423L13.5%2021L8%2017.788v-6.422l2.73-1.589v1.152L9%2011.939v5.279l4.5%202.61l4.5-2.61v-5.28zM13%2014V3h8l-1.654%202.5L21%208h-7v6zM6%207.423%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/strategy-outline.svg?color=%231a73e8&size=48