net logo
net from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- net
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×146
- License
- CC0
Use the net logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 146"><defs><linearGradient x1="16.142%" y1="95.175%" x2="49.957%" y2="36.627%" id="ssvg-id-neta"><stop stop-color="#02364F" offset="0%"/><stop stop-color="#0664A8" offset="100%"/></linearGradient><linearGradient x1="-.02%" y1="49.957%" x2="99.976%" y2="49.957%" id="ssvg-id-netb"><stop stop-color="#02364F" offset="0%"/><stop stop-color="#0664A8" offset="100%"/></linearGradient><linearGradient x1="90.75%" y1="-14.259%" x2="65.509%" y2="34.527%" id="ssvg-id-netc"><stop stop-color="#02364F" offset="0%"/><stop stop-color="#0664A8" offset="100%"/></linearGradient></defs><path d="M246.4 66.6c-12.7 40.7-59.9 38.5-88.8 30.5c-18.9-5.2-36.9-15.1-54.3-23.8c.4-.5.7-1 1.1-1.5c2.2-2.7 7.4-8.4 14.6-15.1c10 4.3 20 8.9 29.8 13.2C181 84 235.2 86 236.3 33.7C237.1-3.1 181-8 151.4 10.8c-11.3 7.2-20.5 16.1-29 25.5C82.4 21.3 29 23.4.8 59.4c34.7-28.9 71.6-21.4 107.6-7c-4.8 5.6-9.6 11-14.8 16.3c-27-12.7-52.7-20.2-78.9-.5c-33.4 25.3-4.2 64.7 31 60.1c21.5-2.8 32.6-17.1 42.6-32.7c26.5 15.1 55.2 37.2 78.3 45.5c57.4 20.8 112.1-35.1 79.8-74.5zm-39-37.5c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6C161 22.2 192 6 207.4 29.1zM39.6 106c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.7 1.9 31 7.1c-10 9.8-22.5 21.6-33.6 18.2z" fill="#0664A8"/><path d="M35.1 88.6c1.9-.6 3.8-1.3 5.6-2c-1.7.1-3.4-.1-5.1-.6c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.6 1.9 30.9 7c-22-13.9-42.7-24.1-58.3-19.5c-4 3-7.1 6.2-9.4 9.6c-4.7 14.7 8.1 39.3 33.7 30.8z" fill="url(#ssvg-id-neta)" transform="translate(4 20)"/><path d="M152.1 116.7c3.6 1.8 7.1 3.3 10.5 4.5C220 141.9 274.7 86 242.4 46.6c-12.2 48.8-53 81.1-90.3 70.1z" fill="url(#ssvg-id-netb)" transform="translate(4 20)"/><path d="M193.2 0c3.8 1.8 7.3 4.8 10.2 9.1c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6c-6.6 5.2-12.7 10.6-17.9 15.5c10.1 4.3 20.1 9 29.9 13.2c26.7 11.6 68.3 15 82.6-13.8c3.2-18.2-13.5-32.3-34.1-36.1z" fill="url(#ssvg-id-netc)" transform="translate(4 20)"/></svg>
React
import type { SVGProps } from "react";
export function LogosNet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 146"><defs><linearGradient x1="16.142%" y1="95.175%" x2="49.957%" y2="36.627%" id="ssvgId-neta"><stop stopColor="#02364F" offset="0%"/><stop stopColor="#0664A8" offset="100%"/></linearGradient><linearGradient x1="-.02%" y1="49.957%" x2="99.976%" y2="49.957%" id="ssvgId-netb"><stop stopColor="#02364F" offset="0%"/><stop stopColor="#0664A8" offset="100%"/></linearGradient><linearGradient x1="90.75%" y1="-14.259%" x2="65.509%" y2="34.527%" id="ssvgId-netc"><stop stopColor="#02364F" offset="0%"/><stop stopColor="#0664A8" offset="100%"/></linearGradient></defs><path d="M246.4 66.6c-12.7 40.7-59.9 38.5-88.8 30.5c-18.9-5.2-36.9-15.1-54.3-23.8c.4-.5.7-1 1.1-1.5c2.2-2.7 7.4-8.4 14.6-15.1c10 4.3 20 8.9 29.8 13.2C181 84 235.2 86 236.3 33.7C237.1-3.1 181-8 151.4 10.8c-11.3 7.2-20.5 16.1-29 25.5C82.4 21.3 29 23.4.8 59.4c34.7-28.9 71.6-21.4 107.6-7c-4.8 5.6-9.6 11-14.8 16.3c-27-12.7-52.7-20.2-78.9-.5c-33.4 25.3-4.2 64.7 31 60.1c21.5-2.8 32.6-17.1 42.6-32.7c26.5 15.1 55.2 37.2 78.3 45.5c57.4 20.8 112.1-35.1 79.8-74.5zm-39-37.5c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6C161 22.2 192 6 207.4 29.1zM39.6 106c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.7 1.9 31 7.1c-10 9.8-22.5 21.6-33.6 18.2z" fill="#0664A8"/><path d="M35.1 88.6c1.9-.6 3.8-1.3 5.6-2c-1.7.1-3.4-.1-5.1-.6c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.6 1.9 30.9 7c-22-13.9-42.7-24.1-58.3-19.5c-4 3-7.1 6.2-9.4 9.6c-4.7 14.7 8.1 39.3 33.7 30.8z" fill="url(#ssvgId-neta)" transform="translate(4 20)"/><path d="M152.1 116.7c3.6 1.8 7.1 3.3 10.5 4.5C220 141.9 274.7 86 242.4 46.6c-12.2 48.8-53 81.1-90.3 70.1z" fill="url(#ssvgId-netb)" transform="translate(4 20)"/><path d="M193.2 0c3.8 1.8 7.3 4.8 10.2 9.1c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6c-6.6 5.2-12.7 10.6-17.9 15.5c10.1 4.3 20.1 9 29.9 13.2c26.7 11.6 68.3 15 82.6-13.8c3.2-18.2-13.5-32.3-34.1-36.1z" fill="url(#ssvgId-netc)" transform="translate(4 20)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 146"><defs><linearGradient x1="16.142%" y1="95.175%" x2="49.957%" y2="36.627%" id="ssvg-id-neta"><stop stop-color="#02364F" offset="0%"/><stop stop-color="#0664A8" offset="100%"/></linearGradient><linearGradient x1="-.02%" y1="49.957%" x2="99.976%" y2="49.957%" id="ssvg-id-netb"><stop stop-color="#02364F" offset="0%"/><stop stop-color="#0664A8" offset="100%"/></linearGradient><linearGradient x1="90.75%" y1="-14.259%" x2="65.509%" y2="34.527%" id="ssvg-id-netc"><stop stop-color="#02364F" offset="0%"/><stop stop-color="#0664A8" offset="100%"/></linearGradient></defs><path d="M246.4 66.6c-12.7 40.7-59.9 38.5-88.8 30.5c-18.9-5.2-36.9-15.1-54.3-23.8c.4-.5.7-1 1.1-1.5c2.2-2.7 7.4-8.4 14.6-15.1c10 4.3 20 8.9 29.8 13.2C181 84 235.2 86 236.3 33.7C237.1-3.1 181-8 151.4 10.8c-11.3 7.2-20.5 16.1-29 25.5C82.4 21.3 29 23.4.8 59.4c34.7-28.9 71.6-21.4 107.6-7c-4.8 5.6-9.6 11-14.8 16.3c-27-12.7-52.7-20.2-78.9-.5c-33.4 25.3-4.2 64.7 31 60.1c21.5-2.8 32.6-17.1 42.6-32.7c26.5 15.1 55.2 37.2 78.3 45.5c57.4 20.8 112.1-35.1 79.8-74.5zm-39-37.5c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6C161 22.2 192 6 207.4 29.1zM39.6 106c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.7 1.9 31 7.1c-10 9.8-22.5 21.6-33.6 18.2z" fill="#0664A8"/><path d="M35.1 88.6c1.9-.6 3.8-1.3 5.6-2c-1.7.1-3.4-.1-5.1-.6c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.6 1.9 30.9 7c-22-13.9-42.7-24.1-58.3-19.5c-4 3-7.1 6.2-9.4 9.6c-4.7 14.7 8.1 39.3 33.7 30.8z" fill="url(#ssvg-id-neta)" transform="translate(4 20)"/><path d="M152.1 116.7c3.6 1.8 7.1 3.3 10.5 4.5C220 141.9 274.7 86 242.4 46.6c-12.2 48.8-53 81.1-90.3 70.1z" fill="url(#ssvg-id-netb)" transform="translate(4 20)"/><path d="M193.2 0c3.8 1.8 7.3 4.8 10.2 9.1c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6c-6.6 5.2-12.7 10.6-17.9 15.5c10.1 4.3 20.1 9 29.9 13.2c26.7 11.6 68.3 15 82.6-13.8c3.2-18.2-13.5-32.3-34.1-36.1z" fill="url(#ssvg-id-netc)" transform="translate(4 20)"/></svg> </template>
CSS
.icon-net {
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%20256%20146%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%2216.142%25%22%20y1%3D%2295.175%25%22%20x2%3D%2249.957%25%22%20y2%3D%2236.627%25%22%20id%3D%22ssvg-id-neta%22%3E%3Cstop%20stop-color%3D%22%2302364F%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%230664A8%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20x1%3D%22-.02%25%22%20y1%3D%2249.957%25%22%20x2%3D%2299.976%25%22%20y2%3D%2249.957%25%22%20id%3D%22ssvg-id-netb%22%3E%3Cstop%20stop-color%3D%22%2302364F%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%230664A8%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20x1%3D%2290.75%25%22%20y1%3D%22-14.259%25%22%20x2%3D%2265.509%25%22%20y2%3D%2234.527%25%22%20id%3D%22ssvg-id-netc%22%3E%3Cstop%20stop-color%3D%22%2302364F%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%230664A8%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M246.4%2066.6c-12.7%2040.7-59.9%2038.5-88.8%2030.5c-18.9-5.2-36.9-15.1-54.3-23.8c.4-.5.7-1%201.1-1.5c2.2-2.7%207.4-8.4%2014.6-15.1c10%204.3%2020%208.9%2029.8%2013.2C181%2084%20235.2%2086%20236.3%2033.7C237.1-3.1%20181-8%20151.4%2010.8c-11.3%207.2-20.5%2016.1-29%2025.5C82.4%2021.3%2029%2023.4.8%2059.4c34.7-28.9%2071.6-21.4%20107.6-7c-4.8%205.6-9.6%2011-14.8%2016.3c-27-12.7-52.7-20.2-78.9-.5c-33.4%2025.3-4.2%2064.7%2031%2060.1c21.5-2.8%2032.6-17.1%2042.6-32.7c26.5%2015.1%2055.2%2037.2%2078.3%2045.5c57.4%2020.8%20112.1-35.1%2079.8-74.5zm-39-37.5c8.2%2012.3-6.7%2027.2-27.4%2025.7c-19.5-1.4-30.4-8.3-43.3-13.6C161%2022.2%20192%206%20207.4%2029.1zM39.6%20106c-15.7-.3-11.7-23.6%202.6-25.3c9.1-1.1%2019.7%201.9%2031%207.1c-10%209.8-22.5%2021.6-33.6%2018.2z%22%20fill%3D%22%230664A8%22%2F%3E%3Cpath%20d%3D%22M35.1%2088.6c1.9-.6%203.8-1.3%205.6-2c-1.7.1-3.4-.1-5.1-.6c-15.7-.3-11.7-23.6%202.6-25.3c9.1-1.1%2019.6%201.9%2030.9%207c-22-13.9-42.7-24.1-58.3-19.5c-4%203-7.1%206.2-9.4%209.6c-4.7%2014.7%208.1%2039.3%2033.7%2030.8z%22%20fill%3D%22url(%23ssvg-id-neta)%22%20transform%3D%22translate(4%2020)%22%2F%3E%3Cpath%20d%3D%22M152.1%20116.7c3.6%201.8%207.1%203.3%2010.5%204.5C220%20141.9%20274.7%2086%20242.4%2046.6c-12.2%2048.8-53%2081.1-90.3%2070.1z%22%20fill%3D%22url(%23ssvg-id-netb)%22%20transform%3D%22translate(4%2020)%22%2F%3E%3Cpath%20d%3D%22M193.2%200c3.8%201.8%207.3%204.8%2010.2%209.1c8.2%2012.3-6.7%2027.2-27.4%2025.7c-19.5-1.4-30.4-8.3-43.3-13.6c-6.6%205.2-12.7%2010.6-17.9%2015.5c10.1%204.3%2020.1%209%2029.9%2013.2c26.7%2011.6%2068.3%2015%2082.6-13.8c3.2-18.2-13.5-32.3-34.1-36.1z%22%20fill%3D%22url(%23ssvg-id-netc)%22%20transform%3D%22translate(4%2020)%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%20256%20146%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%2216.142%25%22%20y1%3D%2295.175%25%22%20x2%3D%2249.957%25%22%20y2%3D%2236.627%25%22%20id%3D%22ssvg-id-neta%22%3E%3Cstop%20stop-color%3D%22%2302364F%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%230664A8%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20x1%3D%22-.02%25%22%20y1%3D%2249.957%25%22%20x2%3D%2299.976%25%22%20y2%3D%2249.957%25%22%20id%3D%22ssvg-id-netb%22%3E%3Cstop%20stop-color%3D%22%2302364F%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%230664A8%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20x1%3D%2290.75%25%22%20y1%3D%22-14.259%25%22%20x2%3D%2265.509%25%22%20y2%3D%2234.527%25%22%20id%3D%22ssvg-id-netc%22%3E%3Cstop%20stop-color%3D%22%2302364F%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%230664A8%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M246.4%2066.6c-12.7%2040.7-59.9%2038.5-88.8%2030.5c-18.9-5.2-36.9-15.1-54.3-23.8c.4-.5.7-1%201.1-1.5c2.2-2.7%207.4-8.4%2014.6-15.1c10%204.3%2020%208.9%2029.8%2013.2C181%2084%20235.2%2086%20236.3%2033.7C237.1-3.1%20181-8%20151.4%2010.8c-11.3%207.2-20.5%2016.1-29%2025.5C82.4%2021.3%2029%2023.4.8%2059.4c34.7-28.9%2071.6-21.4%20107.6-7c-4.8%205.6-9.6%2011-14.8%2016.3c-27-12.7-52.7-20.2-78.9-.5c-33.4%2025.3-4.2%2064.7%2031%2060.1c21.5-2.8%2032.6-17.1%2042.6-32.7c26.5%2015.1%2055.2%2037.2%2078.3%2045.5c57.4%2020.8%20112.1-35.1%2079.8-74.5zm-39-37.5c8.2%2012.3-6.7%2027.2-27.4%2025.7c-19.5-1.4-30.4-8.3-43.3-13.6C161%2022.2%20192%206%20207.4%2029.1zM39.6%20106c-15.7-.3-11.7-23.6%202.6-25.3c9.1-1.1%2019.7%201.9%2031%207.1c-10%209.8-22.5%2021.6-33.6%2018.2z%22%20fill%3D%22%230664A8%22%2F%3E%3Cpath%20d%3D%22M35.1%2088.6c1.9-.6%203.8-1.3%205.6-2c-1.7.1-3.4-.1-5.1-.6c-15.7-.3-11.7-23.6%202.6-25.3c9.1-1.1%2019.6%201.9%2030.9%207c-22-13.9-42.7-24.1-58.3-19.5c-4%203-7.1%206.2-9.4%209.6c-4.7%2014.7%208.1%2039.3%2033.7%2030.8z%22%20fill%3D%22url(%23ssvg-id-neta)%22%20transform%3D%22translate(4%2020)%22%2F%3E%3Cpath%20d%3D%22M152.1%20116.7c3.6%201.8%207.1%203.3%2010.5%204.5C220%20141.9%20274.7%2086%20242.4%2046.6c-12.2%2048.8-53%2081.1-90.3%2070.1z%22%20fill%3D%22url(%23ssvg-id-netb)%22%20transform%3D%22translate(4%2020)%22%2F%3E%3Cpath%20d%3D%22M193.2%200c3.8%201.8%207.3%204.8%2010.2%209.1c8.2%2012.3-6.7%2027.2-27.4%2025.7c-19.5-1.4-30.4-8.3-43.3-13.6c-6.6%205.2-12.7%2010.6-17.9%2015.5c10.1%204.3%2020.1%209%2029.9%2013.2c26.7%2011.6%2068.3%2015%2082.6-13.8c3.2-18.2-13.5-32.3-34.1-36.1z%22%20fill%3D%22url(%23ssvg-id-netc)%22%20transform%3D%22translate(4%2020)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/net.svg?color=%231a73e8&size=48