cloudflare from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
cloudflare
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the cloudflare logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.01 22.458c.198-.672.12-1.292-.208-1.75c-.297-.422-.802-.667-1.411-.698l-11.547-.146a.2.2 0 0 1-.177-.099a.28.28 0 0 1-.031-.208a.33.33 0 0 1 .276-.203l11.646-.151c1.38-.068 2.88-1.182 3.406-2.552l.661-1.734a.34.34 0 0 0 .021-.224a7.57 7.57 0 0 0-7.401-5.927a7.585 7.585 0 0 0-7.182 5.146a3.44 3.44 0 0 0-2.391-.661a3.406 3.406 0 0 0-3.047 3.047c-.036.411-.01.818.083 1.188A4.85 4.85 0 0 0 0 22.34c0 .229.021.464.047.703a.234.234 0 0 0 .224.193h21.307a.3.3 0 0 0 .276-.203zm3.678-7.416c-.104 0-.214 0-.318.016c-.078 0-.141.057-.172.13l-.448 1.568c-.198.672-.125 1.292.208 1.755c.297.422.807.661 1.417.693l2.453.151q.119 0 .182.094a.28.28 0 0 1 .026.203a.31.31 0 0 1-.271.208l-2.563.151c-1.391.063-2.88 1.182-3.406 2.552l-.182.479c-.042.094.026.188.13.188h8.797a.24.24 0 0 0 .224-.167c.151-.547.234-1.12.234-1.708c0-3.469-2.833-6.302-6.313-6.302z"/></svg>

React

import type { SVGProps } from "react";

export function CibCloudflare(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="M22.01 22.458c.198-.672.12-1.292-.208-1.75c-.297-.422-.802-.667-1.411-.698l-11.547-.146a.2.2 0 0 1-.177-.099a.28.28 0 0 1-.031-.208a.33.33 0 0 1 .276-.203l11.646-.151c1.38-.068 2.88-1.182 3.406-2.552l.661-1.734a.34.34 0 0 0 .021-.224a7.57 7.57 0 0 0-7.401-5.927a7.585 7.585 0 0 0-7.182 5.146a3.44 3.44 0 0 0-2.391-.661a3.406 3.406 0 0 0-3.047 3.047c-.036.411-.01.818.083 1.188A4.85 4.85 0 0 0 0 22.34c0 .229.021.464.047.703a.234.234 0 0 0 .224.193h21.307a.3.3 0 0 0 .276-.203zm3.678-7.416c-.104 0-.214 0-.318.016c-.078 0-.141.057-.172.13l-.448 1.568c-.198.672-.125 1.292.208 1.755c.297.422.807.661 1.417.693l2.453.151q.119 0 .182.094a.28.28 0 0 1 .026.203a.31.31 0 0 1-.271.208l-2.563.151c-1.391.063-2.88 1.182-3.406 2.552l-.182.479c-.042.094.026.188.13.188h8.797a.24.24 0 0 0 .224-.167c.151-.547.234-1.12.234-1.708c0-3.469-2.833-6.302-6.313-6.302z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.01 22.458c.198-.672.12-1.292-.208-1.75c-.297-.422-.802-.667-1.411-.698l-11.547-.146a.2.2 0 0 1-.177-.099a.28.28 0 0 1-.031-.208a.33.33 0 0 1 .276-.203l11.646-.151c1.38-.068 2.88-1.182 3.406-2.552l.661-1.734a.34.34 0 0 0 .021-.224a7.57 7.57 0 0 0-7.401-5.927a7.585 7.585 0 0 0-7.182 5.146a3.44 3.44 0 0 0-2.391-.661a3.406 3.406 0 0 0-3.047 3.047c-.036.411-.01.818.083 1.188A4.85 4.85 0 0 0 0 22.34c0 .229.021.464.047.703a.234.234 0 0 0 .224.193h21.307a.3.3 0 0 0 .276-.203zm3.678-7.416c-.104 0-.214 0-.318.016c-.078 0-.141.057-.172.13l-.448 1.568c-.198.672-.125 1.292.208 1.755c.297.422.807.661 1.417.693l2.453.151q.119 0 .182.094a.28.28 0 0 1 .026.203a.31.31 0 0 1-.271.208l-2.563.151c-1.391.063-2.88 1.182-3.406 2.552l-.182.479c-.042.094.026.188.13.188h8.797a.24.24 0 0 0 .224-.167c.151-.547.234-1.12.234-1.708c0-3.469-2.833-6.302-6.313-6.302z"/></svg>
</template>

CSS

.icon-cloudflare {
  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%22M22.01%2022.458c.198-.672.12-1.292-.208-1.75c-.297-.422-.802-.667-1.411-.698l-11.547-.146a.2.2%200%200%201-.177-.099a.28.28%200%200%201-.031-.208a.33.33%200%200%201%20.276-.203l11.646-.151c1.38-.068%202.88-1.182%203.406-2.552l.661-1.734a.34.34%200%200%200%20.021-.224a7.57%207.57%200%200%200-7.401-5.927a7.585%207.585%200%200%200-7.182%205.146a3.44%203.44%200%200%200-2.391-.661a3.406%203.406%200%200%200-3.047%203.047c-.036.411-.01.818.083%201.188A4.85%204.85%200%200%200%200%2022.34c0%20.229.021.464.047.703a.234.234%200%200%200%20.224.193h21.307a.3.3%200%200%200%20.276-.203zm3.678-7.416c-.104%200-.214%200-.318.016c-.078%200-.141.057-.172.13l-.448%201.568c-.198.672-.125%201.292.208%201.755c.297.422.807.661%201.417.693l2.453.151q.119%200%20.182.094a.28.28%200%200%201%20.026.203a.31.31%200%200%201-.271.208l-2.563.151c-1.391.063-2.88%201.182-3.406%202.552l-.182.479c-.042.094.026.188.13.188h8.797a.24.24%200%200%200%20.224-.167c.151-.547.234-1.12.234-1.708c0-3.469-2.833-6.302-6.313-6.302z%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%22M22.01%2022.458c.198-.672.12-1.292-.208-1.75c-.297-.422-.802-.667-1.411-.698l-11.547-.146a.2.2%200%200%201-.177-.099a.28.28%200%200%201-.031-.208a.33.33%200%200%201%20.276-.203l11.646-.151c1.38-.068%202.88-1.182%203.406-2.552l.661-1.734a.34.34%200%200%200%20.021-.224a7.57%207.57%200%200%200-7.401-5.927a7.585%207.585%200%200%200-7.182%205.146a3.44%203.44%200%200%200-2.391-.661a3.406%203.406%200%200%200-3.047%203.047c-.036.411-.01.818.083%201.188A4.85%204.85%200%200%200%200%2022.34c0%20.229.021.464.047.703a.234.234%200%200%200%20.224.193h21.307a.3.3%200%200%200%20.276-.203zm3.678-7.416c-.104%200-.214%200-.318.016c-.078%200-.141.057-.172.13l-.448%201.568c-.198.672-.125%201.292.208%201.755c.297.422.807.661%201.417.693l2.453.151q.119%200%20.182.094a.28.28%200%200%201%20.026.203a.31.31%200%200%201-.271.208l-2.563.151c-1.391.063-2.88%201.182-3.406%202.552l-.182.479c-.042.094.026.188.13.188h8.797a.24.24%200%200%200%20.224-.167c.151-.547.234-1.12.234-1.708c0-3.469-2.833-6.302-6.313-6.302z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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