edge from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
edge
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the edge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.96 10.828c-2.616 1.629-4.112 3.942-4.112 3.942s.386-4.852 4.113-7.696C11.44 5.945 13.469 5 16.19 5c1.024 0 3.168.18 5.102 1.371s2.715 2.188 3.586 3.652c.375.63.683 1.442.875 2.223c.355 1.465.398 3.215.398 3.215v2.309H12.336s-.336 4.64 6.02 4.64c2.206 0 2.984-.348 3.71-.562c1.137-.336 2.235-1.086 2.235-1.086l.004 4.636S21.703 27 17.773 27c-1.105 0-2.27-.094-3.394-.457c-.984-.32-3.04-1.18-4.418-3.195c-.488-.711-1.016-1.66-1.277-2.586c-.286-1.004-.282-1.977-.282-2.516c0-2.004.688-3.918 1.875-5.305c1.54-1.793 3.489-2.582 3.489-2.582s-.633.739-1.024 1.66a7.7 7.7 0 0 0-.5 1.848h7.805s.457-4.664-4.414-4.664c-1.836 0-4.09.64-5.672 1.625z"/></svg>

React

import type { SVGProps } from "react";

export function LaEdge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.96 10.828c-2.616 1.629-4.112 3.942-4.112 3.942s.386-4.852 4.113-7.696C11.44 5.945 13.469 5 16.19 5c1.024 0 3.168.18 5.102 1.371s2.715 2.188 3.586 3.652c.375.63.683 1.442.875 2.223c.355 1.465.398 3.215.398 3.215v2.309H12.336s-.336 4.64 6.02 4.64c2.206 0 2.984-.348 3.71-.562c1.137-.336 2.235-1.086 2.235-1.086l.004 4.636S21.703 27 17.773 27c-1.105 0-2.27-.094-3.394-.457c-.984-.32-3.04-1.18-4.418-3.195c-.488-.711-1.016-1.66-1.277-2.586c-.286-1.004-.282-1.977-.282-2.516c0-2.004.688-3.918 1.875-5.305c1.54-1.793 3.489-2.582 3.489-2.582s-.633.739-1.024 1.66a7.7 7.7 0 0 0-.5 1.848h7.805s.457-4.664-4.414-4.664c-1.836 0-4.09.64-5.672 1.625z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.96 10.828c-2.616 1.629-4.112 3.942-4.112 3.942s.386-4.852 4.113-7.696C11.44 5.945 13.469 5 16.19 5c1.024 0 3.168.18 5.102 1.371s2.715 2.188 3.586 3.652c.375.63.683 1.442.875 2.223c.355 1.465.398 3.215.398 3.215v2.309H12.336s-.336 4.64 6.02 4.64c2.206 0 2.984-.348 3.71-.562c1.137-.336 2.235-1.086 2.235-1.086l.004 4.636S21.703 27 17.773 27c-1.105 0-2.27-.094-3.394-.457c-.984-.32-3.04-1.18-4.418-3.195c-.488-.711-1.016-1.66-1.277-2.586c-.286-1.004-.282-1.977-.282-2.516c0-2.004.688-3.918 1.875-5.305c1.54-1.793 3.489-2.582 3.489-2.582s-.633.739-1.024 1.66a7.7 7.7 0 0 0-.5 1.848h7.805s.457-4.664-4.414-4.664c-1.836 0-4.09.64-5.672 1.625z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.96%2010.828c-2.616%201.629-4.112%203.942-4.112%203.942s.386-4.852%204.113-7.696C11.44%205.945%2013.469%205%2016.19%205c1.024%200%203.168.18%205.102%201.371s2.715%202.188%203.586%203.652c.375.63.683%201.442.875%202.223c.355%201.465.398%203.215.398%203.215v2.309H12.336s-.336%204.64%206.02%204.64c2.206%200%202.984-.348%203.71-.562c1.137-.336%202.235-1.086%202.235-1.086l.004%204.636S21.703%2027%2017.773%2027c-1.105%200-2.27-.094-3.394-.457c-.984-.32-3.04-1.18-4.418-3.195c-.488-.711-1.016-1.66-1.277-2.586c-.286-1.004-.282-1.977-.282-2.516c0-2.004.688-3.918%201.875-5.305c1.54-1.793%203.489-2.582%203.489-2.582s-.633.739-1.024%201.66a7.7%207.7%200%200%200-.5%201.848h7.805s.457-4.664-4.414-4.664c-1.836%200-4.09.64-5.672%201.625z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.96%2010.828c-2.616%201.629-4.112%203.942-4.112%203.942s.386-4.852%204.113-7.696C11.44%205.945%2013.469%205%2016.19%205c1.024%200%203.168.18%205.102%201.371s2.715%202.188%203.586%203.652c.375.63.683%201.442.875%202.223c.355%201.465.398%203.215.398%203.215v2.309H12.336s-.336%204.64%206.02%204.64c2.206%200%202.984-.348%203.71-.562c1.137-.336%202.235-1.086%202.235-1.086l.004%204.636S21.703%2027%2017.773%2027c-1.105%200-2.27-.094-3.394-.457c-.984-.32-3.04-1.18-4.418-3.195c-.488-.711-1.016-1.66-1.277-2.586c-.286-1.004-.282-1.977-.282-2.516c0-2.004.688-3.918%201.875-5.305c1.54-1.793%203.489-2.582%203.489-2.582s-.633.739-1.024%201.66a7.7%207.7%200%200%200-.5%201.848h7.805s.457-4.664-4.414-4.664c-1.836%200-4.09.64-5.672%201.625z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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