logo edge icon

logo-edge from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-edge
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-edge-outline

Related icons in IonIcons

Use the logo edge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M255.5 15c-132 0-240 108-240 240s108 240 240 240c85.4 0 160.8-45.2 203.3-112.9a6.87 6.87 0 0 0-9.1-9.7a108.6 108.6 0 0 1-18.4 8.6c-36.8 12.6-57.1 13.1-82.1 12c-27.9-1.2-61.9-10.8-85.8-25s-43.5-34.6-54.1-52.3s-17-39.9-14.1-68.3c2.9-29 29.4-52.6 60.4-52.6c33.5 0 60.8 26.6 60.8 60.1c0 17-8.1 31.7-18.5 43.5c-2.3 2.1-7.6 9.7 5.8 20c15.9 12.2 51.6 18 79.9 16.6s59.1-12.6 80.2-34.8c16.8-17.7 31.8-46.1 31.8-77.4C495.5 97.7 379.5 15 255.5 15"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoEdge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M255.5 15c-132 0-240 108-240 240s108 240 240 240c85.4 0 160.8-45.2 203.3-112.9a6.87 6.87 0 0 0-9.1-9.7a108.6 108.6 0 0 1-18.4 8.6c-36.8 12.6-57.1 13.1-82.1 12c-27.9-1.2-61.9-10.8-85.8-25s-43.5-34.6-54.1-52.3s-17-39.9-14.1-68.3c2.9-29 29.4-52.6 60.4-52.6c33.5 0 60.8 26.6 60.8 60.1c0 17-8.1 31.7-18.5 43.5c-2.3 2.1-7.6 9.7 5.8 20c15.9 12.2 51.6 18 79.9 16.6s59.1-12.6 80.2-34.8c16.8-17.7 31.8-46.1 31.8-77.4C495.5 97.7 379.5 15 255.5 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M255.5 15c-132 0-240 108-240 240s108 240 240 240c85.4 0 160.8-45.2 203.3-112.9a6.87 6.87 0 0 0-9.1-9.7a108.6 108.6 0 0 1-18.4 8.6c-36.8 12.6-57.1 13.1-82.1 12c-27.9-1.2-61.9-10.8-85.8-25s-43.5-34.6-54.1-52.3s-17-39.9-14.1-68.3c2.9-29 29.4-52.6 60.4-52.6c33.5 0 60.8 26.6 60.8 60.1c0 17-8.1 31.7-18.5 43.5c-2.3 2.1-7.6 9.7 5.8 20c15.9 12.2 51.6 18 79.9 16.6s59.1-12.6 80.2-34.8c16.8-17.7 31.8-46.1 31.8-77.4C495.5 97.7 379.5 15 255.5 15"/></svg>
</template>

CSS

.icon-logo-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255.5%2015c-132%200-240%20108-240%20240s108%20240%20240%20240c85.4%200%20160.8-45.2%20203.3-112.9a6.87%206.87%200%200%200-9.1-9.7a108.6%20108.6%200%200%201-18.4%208.6c-36.8%2012.6-57.1%2013.1-82.1%2012c-27.9-1.2-61.9-10.8-85.8-25s-43.5-34.6-54.1-52.3s-17-39.9-14.1-68.3c2.9-29%2029.4-52.6%2060.4-52.6c33.5%200%2060.8%2026.6%2060.8%2060.1c0%2017-8.1%2031.7-18.5%2043.5c-2.3%202.1-7.6%209.7%205.8%2020c15.9%2012.2%2051.6%2018%2079.9%2016.6s59.1-12.6%2080.2-34.8c16.8-17.7%2031.8-46.1%2031.8-77.4C495.5%2097.7%20379.5%2015%20255.5%2015%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255.5%2015c-132%200-240%20108-240%20240s108%20240%20240%20240c85.4%200%20160.8-45.2%20203.3-112.9a6.87%206.87%200%200%200-9.1-9.7a108.6%20108.6%200%200%201-18.4%208.6c-36.8%2012.6-57.1%2013.1-82.1%2012c-27.9-1.2-61.9-10.8-85.8-25s-43.5-34.6-54.1-52.3s-17-39.9-14.1-68.3c2.9-29%2029.4-52.6%2060.4-52.6c33.5%200%2060.8%2026.6%2060.8%2060.1c0%2017-8.1%2031.7-18.5%2043.5c-2.3%202.1-7.6%209.7%205.8%2020c15.9%2012.2%2051.6%2018%2079.9%2016.6s59.1-12.6%2080.2-34.8c16.8-17.7%2031.8-46.1%2031.8-77.4C495.5%2097.7%20379.5%2015%20255.5%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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