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

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

Use the lynx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#ff3d00"><path fill-rule="evenodd" d="m7.604 5.868l-2.71 1.98a1.47 1.47 0 0 0-.57.905l-.266 1.352a.45.45 0 0 1-.09.194l-1.23 1.71c-.166.205-.162.748.292 1.095c.174.161.406.522.67.932c.56.868 1.264 1.958 1.858 1.845c.84-.313 1.868-.413 2.658 0c1.534 1.405 1.158 2.701.617 4.56c-.217.747-.46 1.585-.617 2.559c.737-2.846 2.394-6.151 5.383-7.273c-.538-.466-1.637-.9-2.61-1.004c0 0 2.988-2.714 6.673-3.96c-2.572-6.493-6.819-9.596-6.819-9.596a.42.42 0 0 0-.743.159c-.073 1.026-.193 1.724-.39 2.382L8.215 1.88c-.156-.2-.468-.084-.467.172c.253 1.492.218 2.328-.145 3.816m1.051-.136h.01a.4.4 0 0 0 .057-.009zm2.02-3.348c1.024 1.876 1.488 2.942 1.645 4.93c-1.089-.656-1.563-.822-2.364-.818c.468-1.507.61-2.414.72-4.112" clip-rule="evenodd"/><path d="M17.253 16.316C13.084 17.328 10.716 18.85 8.905 23c3.251-5.785 13.092-4.75 13.092-4.75c-.183-.946-2.14-2.748-3.427-3.853c0 0 1.038-1.354 3.333-2.04c0 0-4.412.272-6.981 1.743c.832.466 1.898 1.252 2.33 2.216"/></g></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeLynx(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#ff3d00"><path fillRule="evenodd" d="m7.604 5.868l-2.71 1.98a1.47 1.47 0 0 0-.57.905l-.266 1.352a.45.45 0 0 1-.09.194l-1.23 1.71c-.166.205-.162.748.292 1.095c.174.161.406.522.67.932c.56.868 1.264 1.958 1.858 1.845c.84-.313 1.868-.413 2.658 0c1.534 1.405 1.158 2.701.617 4.56c-.217.747-.46 1.585-.617 2.559c.737-2.846 2.394-6.151 5.383-7.273c-.538-.466-1.637-.9-2.61-1.004c0 0 2.988-2.714 6.673-3.96c-2.572-6.493-6.819-9.596-6.819-9.596a.42.42 0 0 0-.743.159c-.073 1.026-.193 1.724-.39 2.382L8.215 1.88c-.156-.2-.468-.084-.467.172c.253 1.492.218 2.328-.145 3.816m1.051-.136h.01a.4.4 0 0 0 .057-.009zm2.02-3.348c1.024 1.876 1.488 2.942 1.645 4.93c-1.089-.656-1.563-.822-2.364-.818c.468-1.507.61-2.414.72-4.112" clipRule="evenodd"/><path d="M17.253 16.316C13.084 17.328 10.716 18.85 8.905 23c3.251-5.785 13.092-4.75 13.092-4.75c-.183-.946-2.14-2.748-3.427-3.853c0 0 1.038-1.354 3.333-2.04c0 0-4.412.272-6.981 1.743c.832.466 1.898 1.252 2.33 2.216"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#ff3d00"><path fill-rule="evenodd" d="m7.604 5.868l-2.71 1.98a1.47 1.47 0 0 0-.57.905l-.266 1.352a.45.45 0 0 1-.09.194l-1.23 1.71c-.166.205-.162.748.292 1.095c.174.161.406.522.67.932c.56.868 1.264 1.958 1.858 1.845c.84-.313 1.868-.413 2.658 0c1.534 1.405 1.158 2.701.617 4.56c-.217.747-.46 1.585-.617 2.559c.737-2.846 2.394-6.151 5.383-7.273c-.538-.466-1.637-.9-2.61-1.004c0 0 2.988-2.714 6.673-3.96c-2.572-6.493-6.819-9.596-6.819-9.596a.42.42 0 0 0-.743.159c-.073 1.026-.193 1.724-.39 2.382L8.215 1.88c-.156-.2-.468-.084-.467.172c.253 1.492.218 2.328-.145 3.816m1.051-.136h.01a.4.4 0 0 0 .057-.009zm2.02-3.348c1.024 1.876 1.488 2.942 1.645 4.93c-1.089-.656-1.563-.822-2.364-.818c.468-1.507.61-2.414.72-4.112" clip-rule="evenodd"/><path d="M17.253 16.316C13.084 17.328 10.716 18.85 8.905 23c3.251-5.785 13.092-4.75 13.092-4.75c-.183-.946-2.14-2.748-3.427-3.853c0 0 1.038-1.354 3.333-2.04c0 0-4.412.272-6.981 1.743c.832.466 1.898 1.252 2.33 2.216"/></g></svg>
</template>

CSS

.icon-lynx {
  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%3Cg%20fill%3D%22%23ff3d00%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m7.604%205.868l-2.71%201.98a1.47%201.47%200%200%200-.57.905l-.266%201.352a.45.45%200%200%201-.09.194l-1.23%201.71c-.166.205-.162.748.292%201.095c.174.161.406.522.67.932c.56.868%201.264%201.958%201.858%201.845c.84-.313%201.868-.413%202.658%200c1.534%201.405%201.158%202.701.617%204.56c-.217.747-.46%201.585-.617%202.559c.737-2.846%202.394-6.151%205.383-7.273c-.538-.466-1.637-.9-2.61-1.004c0%200%202.988-2.714%206.673-3.96c-2.572-6.493-6.819-9.596-6.819-9.596a.42.42%200%200%200-.743.159c-.073%201.026-.193%201.724-.39%202.382L8.215%201.88c-.156-.2-.468-.084-.467.172c.253%201.492.218%202.328-.145%203.816m1.051-.136h.01a.4.4%200%200%200%20.057-.009zm2.02-3.348c1.024%201.876%201.488%202.942%201.645%204.93c-1.089-.656-1.563-.822-2.364-.818c.468-1.507.61-2.414.72-4.112%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.253%2016.316C13.084%2017.328%2010.716%2018.85%208.905%2023c3.251-5.785%2013.092-4.75%2013.092-4.75c-.183-.946-2.14-2.748-3.427-3.853c0%200%201.038-1.354%203.333-2.04c0%200-4.412.272-6.981%201.743c.832.466%201.898%201.252%202.33%202.216%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22%23ff3d00%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m7.604%205.868l-2.71%201.98a1.47%201.47%200%200%200-.57.905l-.266%201.352a.45.45%200%200%201-.09.194l-1.23%201.71c-.166.205-.162.748.292%201.095c.174.161.406.522.67.932c.56.868%201.264%201.958%201.858%201.845c.84-.313%201.868-.413%202.658%200c1.534%201.405%201.158%202.701.617%204.56c-.217.747-.46%201.585-.617%202.559c.737-2.846%202.394-6.151%205.383-7.273c-.538-.466-1.637-.9-2.61-1.004c0%200%202.988-2.714%206.673-3.96c-2.572-6.493-6.819-9.596-6.819-9.596a.42.42%200%200%200-.743.159c-.073%201.026-.193%201.724-.39%202.382L8.215%201.88c-.156-.2-.468-.084-.467.172c.253%201.492.218%202.328-.145%203.816m1.051-.136h.01a.4.4%200%200%200%20.057-.009zm2.02-3.348c1.024%201.876%201.488%202.942%201.645%204.93c-1.089-.656-1.563-.822-2.364-.818c.468-1.507.61-2.414.72-4.112%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.253%2016.316C13.084%2017.328%2010.716%2018.85%208.905%2023c3.251-5.785%2013.092-4.75%2013.092-4.75c-.183-.946-2.14-2.748-3.427-3.853c0%200%201.038-1.354%203.333-2.04c0%200-4.412.272-6.981%201.743c.832.466%201.898%201.252%202.33%202.216%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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