strategy from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
strategy
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
strategy-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="M13.5 21L8 17.788v-6.422l2.73-1.589v6.492h5.54V9.777L19 11.366v6.423zM6 10.846L3 9.135V5.712L6 4l3 1.712v3.423zM13 14V3h8l-1.654 2.5L21 8h-7v6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStrategy(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="M13.5 21L8 17.788v-6.422l2.73-1.589v6.492h5.54V9.777L19 11.366v6.423zM6 10.846L3 9.135V5.712L6 4l3 1.712v3.423zM13 14V3h8l-1.654 2.5L21 8h-7v6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 21L8 17.788v-6.422l2.73-1.589v6.492h5.54V9.777L19 11.366v6.423zM6 10.846L3 9.135V5.712L6 4l3 1.712v3.423zM13 14V3h8l-1.654 2.5L21 8h-7v6z"/></svg>
</template>

CSS

.icon-strategy {
  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%22M13.5%2021L8%2017.788v-6.422l2.73-1.589v6.492h5.54V9.777L19%2011.366v6.423zM6%2010.846L3%209.135V5.712L6%204l3%201.712v3.423zM13%2014V3h8l-1.654%202.5L21%208h-7v6z%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%22M13.5%2021L8%2017.788v-6.422l2.73-1.589v6.492h5.54V9.777L19%2011.366v6.423zM6%2010.846L3%209.135V5.712L6%204l3%201.712v3.423zM13%2014V3h8l-1.654%202.5L21%208h-7v6z%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.svg?color=%231a73e8&size=48