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

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

Use the freenet logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.327 6.184c-.771-.17-1.577-.48-4.266-1.884C1.48 2.467.692 2.33.23 3.084c-.617.993-.051 3.512 2.415 8.103c1.594 3.015 4.112 6.904 4.574 7.418c.103.102.223.137.326.068c.103-.068.154-.154.069-.308c-.377-.703-1.68-3.41-2.279-4.814c-1.405-3.392-1.73-4.54-1.25-4.797c.136-.068.308-.017.702.206c1.353.72 4.334 3.015 4.865 4.625c.223.703.343 1.508.394 4.386c.069 3.786.343 4.488 1.268 4.488c1.233 0 3.289-1.713 6.356-5.996c2.021-2.81 4.385-6.767 4.625-7.4c.069-.138 0-.24-.086-.309c-.102-.068-.222-.051-.308.086c-.463.65-2.33 3.066-3.358 4.248c-2.45 2.81-3.34 3.632-3.837 3.375c-.137-.068-.171-.24-.171-.65c0-1.474.633-5.02 1.867-6.22c.531-.53 1.25-1.027 3.906-2.5c3.512-1.954 4.009-2.519 3.546-3.29c-.617-.993-3.22-1.799-8.771-2.124c-3.615-.223-8.497-.137-9.2-.017c-.154.017-.222.103-.24.222c0 .103.069.206.24.206c.84.051 4.026.343 5.636.565c3.855.549 5.088.874 5.088 1.405c0 .137-.137.257-.53.463c-1.388.788-5.02 2.038-6.75 1.661"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFreenet(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="M9.327 6.184c-.771-.17-1.577-.48-4.266-1.884C1.48 2.467.692 2.33.23 3.084c-.617.993-.051 3.512 2.415 8.103c1.594 3.015 4.112 6.904 4.574 7.418c.103.102.223.137.326.068c.103-.068.154-.154.069-.308c-.377-.703-1.68-3.41-2.279-4.814c-1.405-3.392-1.73-4.54-1.25-4.797c.136-.068.308-.017.702.206c1.353.72 4.334 3.015 4.865 4.625c.223.703.343 1.508.394 4.386c.069 3.786.343 4.488 1.268 4.488c1.233 0 3.289-1.713 6.356-5.996c2.021-2.81 4.385-6.767 4.625-7.4c.069-.138 0-.24-.086-.309c-.102-.068-.222-.051-.308.086c-.463.65-2.33 3.066-3.358 4.248c-2.45 2.81-3.34 3.632-3.837 3.375c-.137-.068-.171-.24-.171-.65c0-1.474.633-5.02 1.867-6.22c.531-.53 1.25-1.027 3.906-2.5c3.512-1.954 4.009-2.519 3.546-3.29c-.617-.993-3.22-1.799-8.771-2.124c-3.615-.223-8.497-.137-9.2-.017c-.154.017-.222.103-.24.222c0 .103.069.206.24.206c.84.051 4.026.343 5.636.565c3.855.549 5.088.874 5.088 1.405c0 .137-.137.257-.53.463c-1.388.788-5.02 2.038-6.75 1.661"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.327 6.184c-.771-.17-1.577-.48-4.266-1.884C1.48 2.467.692 2.33.23 3.084c-.617.993-.051 3.512 2.415 8.103c1.594 3.015 4.112 6.904 4.574 7.418c.103.102.223.137.326.068c.103-.068.154-.154.069-.308c-.377-.703-1.68-3.41-2.279-4.814c-1.405-3.392-1.73-4.54-1.25-4.797c.136-.068.308-.017.702.206c1.353.72 4.334 3.015 4.865 4.625c.223.703.343 1.508.394 4.386c.069 3.786.343 4.488 1.268 4.488c1.233 0 3.289-1.713 6.356-5.996c2.021-2.81 4.385-6.767 4.625-7.4c.069-.138 0-.24-.086-.309c-.102-.068-.222-.051-.308.086c-.463.65-2.33 3.066-3.358 4.248c-2.45 2.81-3.34 3.632-3.837 3.375c-.137-.068-.171-.24-.171-.65c0-1.474.633-5.02 1.867-6.22c.531-.53 1.25-1.027 3.906-2.5c3.512-1.954 4.009-2.519 3.546-3.29c-.617-.993-3.22-1.799-8.771-2.124c-3.615-.223-8.497-.137-9.2-.017c-.154.017-.222.103-.24.222c0 .103.069.206.24.206c.84.051 4.026.343 5.636.565c3.855.549 5.088.874 5.088 1.405c0 .137-.137.257-.53.463c-1.388.788-5.02 2.038-6.75 1.661"/></svg>
</template>

CSS

.icon-freenet {
  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%22M9.327%206.184c-.771-.17-1.577-.48-4.266-1.884C1.48%202.467.692%202.33.23%203.084c-.617.993-.051%203.512%202.415%208.103c1.594%203.015%204.112%206.904%204.574%207.418c.103.102.223.137.326.068c.103-.068.154-.154.069-.308c-.377-.703-1.68-3.41-2.279-4.814c-1.405-3.392-1.73-4.54-1.25-4.797c.136-.068.308-.017.702.206c1.353.72%204.334%203.015%204.865%204.625c.223.703.343%201.508.394%204.386c.069%203.786.343%204.488%201.268%204.488c1.233%200%203.289-1.713%206.356-5.996c2.021-2.81%204.385-6.767%204.625-7.4c.069-.138%200-.24-.086-.309c-.102-.068-.222-.051-.308.086c-.463.65-2.33%203.066-3.358%204.248c-2.45%202.81-3.34%203.632-3.837%203.375c-.137-.068-.171-.24-.171-.65c0-1.474.633-5.02%201.867-6.22c.531-.53%201.25-1.027%203.906-2.5c3.512-1.954%204.009-2.519%203.546-3.29c-.617-.993-3.22-1.799-8.771-2.124c-3.615-.223-8.497-.137-9.2-.017c-.154.017-.222.103-.24.222c0%20.103.069.206.24.206c.84.051%204.026.343%205.636.565c3.855.549%205.088.874%205.088%201.405c0%20.137-.137.257-.53.463c-1.388.788-5.02%202.038-6.75%201.661%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%22M9.327%206.184c-.771-.17-1.577-.48-4.266-1.884C1.48%202.467.692%202.33.23%203.084c-.617.993-.051%203.512%202.415%208.103c1.594%203.015%204.112%206.904%204.574%207.418c.103.102.223.137.326.068c.103-.068.154-.154.069-.308c-.377-.703-1.68-3.41-2.279-4.814c-1.405-3.392-1.73-4.54-1.25-4.797c.136-.068.308-.017.702.206c1.353.72%204.334%203.015%204.865%204.625c.223.703.343%201.508.394%204.386c.069%203.786.343%204.488%201.268%204.488c1.233%200%203.289-1.713%206.356-5.996c2.021-2.81%204.385-6.767%204.625-7.4c.069-.138%200-.24-.086-.309c-.102-.068-.222-.051-.308.086c-.463.65-2.33%203.066-3.358%204.248c-2.45%202.81-3.34%203.632-3.837%203.375c-.137-.068-.171-.24-.171-.65c0-1.474.633-5.02%201.867-6.22c.531-.53%201.25-1.027%203.906-2.5c3.512-1.954%204.009-2.519%203.546-3.29c-.617-.993-3.22-1.799-8.771-2.124c-3.615-.223-8.497-.137-9.2-.017c-.154.017-.222.103-.24.222c0%20.103.069.206.24.206c.84.051%204.026.343%205.636.565c3.855.549%205.088.874%205.088%201.405c0%20.137-.137.257-.53.463c-1.388.788-5.02%202.038-6.75%201.661%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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