openwrt from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
openwrt
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the openwrt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A14.12 14.12 0 0 0 1.994 4.154L3.689 5.85A11.72 11.72 0 0 1 12 2.41a11.72 11.72 0 0 1 8.311 3.44l1.696-1.696A14.12 14.12 0 0 0 12 0m0 4.32a9.8 9.8 0 0 0-6.947 2.893l1.695 1.695A7.4 7.4 0 0 1 12 6.73c2.043 0 3.905.832 5.252 2.178l1.695-1.695A9.8 9.8 0 0 0 12 4.32M4.272 8.076A9.76 9.76 0 0 0 2.16 14.16C2.16 19.58 6.582 24 12 24s9.84-4.42 9.84-9.84a9.86 9.86 0 0 0-2.111-6.084L18.016 9.79a7.4 7.4 0 0 1 1.43 4.371c0 4.105-3.34 7.448-7.446 7.448s-7.447-3.342-7.447-7.448c0-1.628.531-3.141 1.43-4.37zM12 8.643a5.56 5.56 0 0 0-3.906 1.613l1.695 1.695a3.13 3.13 0 0 1 4.422 0l1.695-1.695A5.5 5.5 0 0 0 12 8.643m0 3.888a1.629 1.629 0 1 0 0 3.258a1.629 1.629 0 0 0 0-3.258"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsOpenwrt(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="M12 0A14.12 14.12 0 0 0 1.994 4.154L3.689 5.85A11.72 11.72 0 0 1 12 2.41a11.72 11.72 0 0 1 8.311 3.44l1.696-1.696A14.12 14.12 0 0 0 12 0m0 4.32a9.8 9.8 0 0 0-6.947 2.893l1.695 1.695A7.4 7.4 0 0 1 12 6.73c2.043 0 3.905.832 5.252 2.178l1.695-1.695A9.8 9.8 0 0 0 12 4.32M4.272 8.076A9.76 9.76 0 0 0 2.16 14.16C2.16 19.58 6.582 24 12 24s9.84-4.42 9.84-9.84a9.86 9.86 0 0 0-2.111-6.084L18.016 9.79a7.4 7.4 0 0 1 1.43 4.371c0 4.105-3.34 7.448-7.446 7.448s-7.447-3.342-7.447-7.448c0-1.628.531-3.141 1.43-4.37zM12 8.643a5.56 5.56 0 0 0-3.906 1.613l1.695 1.695a3.13 3.13 0 0 1 4.422 0l1.695-1.695A5.5 5.5 0 0 0 12 8.643m0 3.888a1.629 1.629 0 1 0 0 3.258a1.629 1.629 0 0 0 0-3.258"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A14.12 14.12 0 0 0 1.994 4.154L3.689 5.85A11.72 11.72 0 0 1 12 2.41a11.72 11.72 0 0 1 8.311 3.44l1.696-1.696A14.12 14.12 0 0 0 12 0m0 4.32a9.8 9.8 0 0 0-6.947 2.893l1.695 1.695A7.4 7.4 0 0 1 12 6.73c2.043 0 3.905.832 5.252 2.178l1.695-1.695A9.8 9.8 0 0 0 12 4.32M4.272 8.076A9.76 9.76 0 0 0 2.16 14.16C2.16 19.58 6.582 24 12 24s9.84-4.42 9.84-9.84a9.86 9.86 0 0 0-2.111-6.084L18.016 9.79a7.4 7.4 0 0 1 1.43 4.371c0 4.105-3.34 7.448-7.446 7.448s-7.447-3.342-7.447-7.448c0-1.628.531-3.141 1.43-4.37zM12 8.643a5.56 5.56 0 0 0-3.906 1.613l1.695 1.695a3.13 3.13 0 0 1 4.422 0l1.695-1.695A5.5 5.5 0 0 0 12 8.643m0 3.888a1.629 1.629 0 1 0 0 3.258a1.629 1.629 0 0 0 0-3.258"/></svg>
</template>

CSS

.icon-openwrt {
  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%22M12%200A14.12%2014.12%200%200%200%201.994%204.154L3.689%205.85A11.72%2011.72%200%200%201%2012%202.41a11.72%2011.72%200%200%201%208.311%203.44l1.696-1.696A14.12%2014.12%200%200%200%2012%200m0%204.32a9.8%209.8%200%200%200-6.947%202.893l1.695%201.695A7.4%207.4%200%200%201%2012%206.73c2.043%200%203.905.832%205.252%202.178l1.695-1.695A9.8%209.8%200%200%200%2012%204.32M4.272%208.076A9.76%209.76%200%200%200%202.16%2014.16C2.16%2019.58%206.582%2024%2012%2024s9.84-4.42%209.84-9.84a9.86%209.86%200%200%200-2.111-6.084L18.016%209.79a7.4%207.4%200%200%201%201.43%204.371c0%204.105-3.34%207.448-7.446%207.448s-7.447-3.342-7.447-7.448c0-1.628.531-3.141%201.43-4.37zM12%208.643a5.56%205.56%200%200%200-3.906%201.613l1.695%201.695a3.13%203.13%200%200%201%204.422%200l1.695-1.695A5.5%205.5%200%200%200%2012%208.643m0%203.888a1.629%201.629%200%201%200%200%203.258a1.629%201.629%200%200%200%200-3.258%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%22M12%200A14.12%2014.12%200%200%200%201.994%204.154L3.689%205.85A11.72%2011.72%200%200%201%2012%202.41a11.72%2011.72%200%200%201%208.311%203.44l1.696-1.696A14.12%2014.12%200%200%200%2012%200m0%204.32a9.8%209.8%200%200%200-6.947%202.893l1.695%201.695A7.4%207.4%200%200%201%2012%206.73c2.043%200%203.905.832%205.252%202.178l1.695-1.695A9.8%209.8%200%200%200%2012%204.32M4.272%208.076A9.76%209.76%200%200%200%202.16%2014.16C2.16%2019.58%206.582%2024%2012%2024s9.84-4.42%209.84-9.84a9.86%209.86%200%200%200-2.111-6.084L18.016%209.79a7.4%207.4%200%200%201%201.43%204.371c0%204.105-3.34%207.448-7.446%207.448s-7.447-3.342-7.447-7.448c0-1.628.531-3.141%201.43-4.37zM12%208.643a5.56%205.56%200%200%200-3.906%201.613l1.695%201.695a3.13%203.13%200%200%201%204.422%200l1.695-1.695A5.5%205.5%200%200%200%2012%208.643m0%203.888a1.629%201.629%200%201%200%200%203.258a1.629%201.629%200%200%200%200-3.258%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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