eda-outline-sharp from Material Symbols by Google · Outline Sharp · Activities · Apache-2.0 Free for personal and commercial use.

Name
eda-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Activities
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the eda icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 12V2h2v10zm4 0V1h2v11zm4 4.075V3h2v11.9zM5 21h9.075l4.85-4.85l-7.175 4.175L8.5 16H5zm-2 2v-9h6.5l2.75 3.675L17 14.9l3.4-1.95l2.625 1.95l-8.1 8.1zm2-9H3V4h2zm0-2h10zm0 9h9.075z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEdaOutlineSharp(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="M7 12V2h2v10zm4 0V1h2v11zm4 4.075V3h2v11.9zM5 21h9.075l4.85-4.85l-7.175 4.175L8.5 16H5zm-2 2v-9h6.5l2.75 3.675L17 14.9l3.4-1.95l2.625 1.95l-8.1 8.1zm2-9H3V4h2zm0-2h10zm0 9h9.075z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 12V2h2v10zm4 0V1h2v11zm4 4.075V3h2v11.9zM5 21h9.075l4.85-4.85l-7.175 4.175L8.5 16H5zm-2 2v-9h6.5l2.75 3.675L17 14.9l3.4-1.95l2.625 1.95l-8.1 8.1zm2-9H3V4h2zm0-2h10zm0 9h9.075z"/></svg>
</template>

CSS

.icon-eda-outline-sharp {
  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%22M7%2012V2h2v10zm4%200V1h2v11zm4%204.075V3h2v11.9zM5%2021h9.075l4.85-4.85l-7.175%204.175L8.5%2016H5zm-2%202v-9h6.5l2.75%203.675L17%2014.9l3.4-1.95l2.625%201.95l-8.1%208.1zm2-9H3V4h2zm0-2h10zm0%209h9.075z%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%22M7%2012V2h2v10zm4%200V1h2v11zm4%204.075V3h2v11.9zM5%2021h9.075l4.85-4.85l-7.175%204.175L8.5%2016H5zm-2%202v-9h6.5l2.75%203.675L17%2014.9l3.4-1.95l2.625%201.95l-8.1%208.1zm2-9H3V4h2zm0-2h10zm0%209h9.075z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/eda-outline-sharp.svg?color=%231a73e8&size=48