edge from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
edge
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

The same logo in other sets

Use the edge logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef6c00" d="M12 15c.81 0 1.5-.3 2.11-.89c.59-.61.89-1.3.89-2.11s-.3-1.5-.89-2.11C13.5 9.3 12.81 9 12 9s-1.5.3-2.11.89C9.3 10.5 9 11.19 9 12s.3 1.5.89 2.11c.61.59 1.3.89 2.11.89m0-13c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12v1.45c0 1-.35 1.85-1 2.55c-.7.67-1.5 1-2.5 1c-1.2 0-2.19-.5-2.94-1.5c-1 1-2.18 1.5-3.56 1.5c-1.37 0-2.55-.5-3.54-1.46C7.5 14.55 7 13.38 7 12c0-1.37.5-2.55 1.46-3.54C9.45 7.5 10.63 7 12 7c1.38 0 2.55.5 3.54 1.46C16.5 9.45 17 10.63 17 12v1.45c0 .41.16.77.46 1.08s.65.47 1.04.47c.42 0 .77-.16 1.07-.47s.43-.67.43-1.08V12c0-2.19-.77-4.07-2.35-5.65S14.19 4 12 4s-4.07.77-5.65 2.35S4 9.81 4 12s.77 4.07 2.35 5.65S9.81 20 12 20h5v2h-5c-2.75 0-5.1-1-7.05-2.95S2 14.75 2 12s1-5.1 2.95-7.05S9.25 2 12 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeEdge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef6c00" d="M12 15c.81 0 1.5-.3 2.11-.89c.59-.61.89-1.3.89-2.11s-.3-1.5-.89-2.11C13.5 9.3 12.81 9 12 9s-1.5.3-2.11.89C9.3 10.5 9 11.19 9 12s.3 1.5.89 2.11c.61.59 1.3.89 2.11.89m0-13c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12v1.45c0 1-.35 1.85-1 2.55c-.7.67-1.5 1-2.5 1c-1.2 0-2.19-.5-2.94-1.5c-1 1-2.18 1.5-3.56 1.5c-1.37 0-2.55-.5-3.54-1.46C7.5 14.55 7 13.38 7 12c0-1.37.5-2.55 1.46-3.54C9.45 7.5 10.63 7 12 7c1.38 0 2.55.5 3.54 1.46C16.5 9.45 17 10.63 17 12v1.45c0 .41.16.77.46 1.08s.65.47 1.04.47c.42 0 .77-.16 1.07-.47s.43-.67.43-1.08V12c0-2.19-.77-4.07-2.35-5.65S14.19 4 12 4s-4.07.77-5.65 2.35S4 9.81 4 12s.77 4.07 2.35 5.65S9.81 20 12 20h5v2h-5c-2.75 0-5.1-1-7.05-2.95S2 14.75 2 12s1-5.1 2.95-7.05S9.25 2 12 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef6c00" d="M12 15c.81 0 1.5-.3 2.11-.89c.59-.61.89-1.3.89-2.11s-.3-1.5-.89-2.11C13.5 9.3 12.81 9 12 9s-1.5.3-2.11.89C9.3 10.5 9 11.19 9 12s.3 1.5.89 2.11c.61.59 1.3.89 2.11.89m0-13c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12v1.45c0 1-.35 1.85-1 2.55c-.7.67-1.5 1-2.5 1c-1.2 0-2.19-.5-2.94-1.5c-1 1-2.18 1.5-3.56 1.5c-1.37 0-2.55-.5-3.54-1.46C7.5 14.55 7 13.38 7 12c0-1.37.5-2.55 1.46-3.54C9.45 7.5 10.63 7 12 7c1.38 0 2.55.5 3.54 1.46C16.5 9.45 17 10.63 17 12v1.45c0 .41.16.77.46 1.08s.65.47 1.04.47c.42 0 .77-.16 1.07-.47s.43-.67.43-1.08V12c0-2.19-.77-4.07-2.35-5.65S14.19 4 12 4s-4.07.77-5.65 2.35S4 9.81 4 12s.77 4.07 2.35 5.65S9.81 20 12 20h5v2h-5c-2.75 0-5.1-1-7.05-2.95S2 14.75 2 12s1-5.1 2.95-7.05S9.25 2 12 2"/></svg>
</template>

CSS

.icon-edge {
  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%22%23ef6c00%22%20d%3D%22M12%2015c.81%200%201.5-.3%202.11-.89c.59-.61.89-1.3.89-2.11s-.3-1.5-.89-2.11C13.5%209.3%2012.81%209%2012%209s-1.5.3-2.11.89C9.3%2010.5%209%2011.19%209%2012s.3%201.5.89%202.11c.61.59%201.3.89%202.11.89m0-13c2.75%200%205.1%201%207.05%202.95S22%209.25%2022%2012v1.45c0%201-.35%201.85-1%202.55c-.7.67-1.5%201-2.5%201c-1.2%200-2.19-.5-2.94-1.5c-1%201-2.18%201.5-3.56%201.5c-1.37%200-2.55-.5-3.54-1.46C7.5%2014.55%207%2013.38%207%2012c0-1.37.5-2.55%201.46-3.54C9.45%207.5%2010.63%207%2012%207c1.38%200%202.55.5%203.54%201.46C16.5%209.45%2017%2010.63%2017%2012v1.45c0%20.41.16.77.46%201.08s.65.47%201.04.47c.42%200%20.77-.16%201.07-.47s.43-.67.43-1.08V12c0-2.19-.77-4.07-2.35-5.65S14.19%204%2012%204s-4.07.77-5.65%202.35S4%209.81%204%2012s.77%204.07%202.35%205.65S9.81%2020%2012%2020h5v2h-5c-2.75%200-5.1-1-7.05-2.95S2%2014.75%202%2012s1-5.1%202.95-7.05S9.25%202%2012%202%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%22%23ef6c00%22%20d%3D%22M12%2015c.81%200%201.5-.3%202.11-.89c.59-.61.89-1.3.89-2.11s-.3-1.5-.89-2.11C13.5%209.3%2012.81%209%2012%209s-1.5.3-2.11.89C9.3%2010.5%209%2011.19%209%2012s.3%201.5.89%202.11c.61.59%201.3.89%202.11.89m0-13c2.75%200%205.1%201%207.05%202.95S22%209.25%2022%2012v1.45c0%201-.35%201.85-1%202.55c-.7.67-1.5%201-2.5%201c-1.2%200-2.19-.5-2.94-1.5c-1%201-2.18%201.5-3.56%201.5c-1.37%200-2.55-.5-3.54-1.46C7.5%2014.55%207%2013.38%207%2012c0-1.37.5-2.55%201.46-3.54C9.45%207.5%2010.63%207%2012%207c1.38%200%202.55.5%203.54%201.46C16.5%209.45%2017%2010.63%2017%2012v1.45c0%20.41.16.77.46%201.08s.65.47%201.04.47c.42%200%20.77-.16%201.07-.47s.43-.67.43-1.08V12c0-2.19-.77-4.07-2.35-5.65S14.19%204%2012%204s-4.07.77-5.65%202.35S4%209.81%204%2012s.77%204.07%202.35%205.65S9.81%2020%2012%2020h5v2h-5c-2.75%200-5.1-1-7.05-2.95S2%2014.75%202%2012s1-5.1%202.95-7.05S9.25%202%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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