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

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

The same logo in other sets

Use the feedly logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.479 2.651a3.48 3.48 0 0 0-4.968 0L1.027 15.37a3.634 3.634 0 0 0 0 5.057l8.911 9.079a3.46 3.46 0 0 0 2.317.885h7.485c.943 0 1.839-.38 2.495-1.052l8.739-8.901a3.63 3.63 0 0 0 0-5.063zm-.343 23.229l-1.251 1.265a.48.48 0 0 1-.355.157h-1.067a.5.5 0 0 1-.328-.131l-1.276-1.292a.525.525 0 0 1 0-.724l1.785-1.812a.487.487 0 0 1 .709 0l1.781 1.812a.517.517 0 0 1 0 .724zm0-7.615l-4.985 5.079a.5.5 0 0 1-.359.145h-1.063a.47.47 0 0 1-.333-.12l-1.271-1.296a.525.525 0 0 1 0-.724l5.52-5.62a.496.496 0 0 1 .709 0l1.781 1.817a.51.51 0 0 1 0 .719zm0-7.609l-8.724 8.88a.48.48 0 0 1-.355.152H7.989a.5.5 0 0 1-.333-.125l-1.271-1.297a.52.52 0 0 1 0-.719l9.26-9.427a.496.496 0 0 1 .709 0l1.781 1.812a.517.517 0 0 1 0 .724z"/></svg>

React

import type { SVGProps } from "react";

export function CibFeedly(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="M18.479 2.651a3.48 3.48 0 0 0-4.968 0L1.027 15.37a3.634 3.634 0 0 0 0 5.057l8.911 9.079a3.46 3.46 0 0 0 2.317.885h7.485c.943 0 1.839-.38 2.495-1.052l8.739-8.901a3.63 3.63 0 0 0 0-5.063zm-.343 23.229l-1.251 1.265a.48.48 0 0 1-.355.157h-1.067a.5.5 0 0 1-.328-.131l-1.276-1.292a.525.525 0 0 1 0-.724l1.785-1.812a.487.487 0 0 1 .709 0l1.781 1.812a.517.517 0 0 1 0 .724zm0-7.615l-4.985 5.079a.5.5 0 0 1-.359.145h-1.063a.47.47 0 0 1-.333-.12l-1.271-1.296a.525.525 0 0 1 0-.724l5.52-5.62a.496.496 0 0 1 .709 0l1.781 1.817a.51.51 0 0 1 0 .719zm0-7.609l-8.724 8.88a.48.48 0 0 1-.355.152H7.989a.5.5 0 0 1-.333-.125l-1.271-1.297a.52.52 0 0 1 0-.719l9.26-9.427a.496.496 0 0 1 .709 0l1.781 1.812a.517.517 0 0 1 0 .724z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.479 2.651a3.48 3.48 0 0 0-4.968 0L1.027 15.37a3.634 3.634 0 0 0 0 5.057l8.911 9.079a3.46 3.46 0 0 0 2.317.885h7.485c.943 0 1.839-.38 2.495-1.052l8.739-8.901a3.63 3.63 0 0 0 0-5.063zm-.343 23.229l-1.251 1.265a.48.48 0 0 1-.355.157h-1.067a.5.5 0 0 1-.328-.131l-1.276-1.292a.525.525 0 0 1 0-.724l1.785-1.812a.487.487 0 0 1 .709 0l1.781 1.812a.517.517 0 0 1 0 .724zm0-7.615l-4.985 5.079a.5.5 0 0 1-.359.145h-1.063a.47.47 0 0 1-.333-.12l-1.271-1.296a.525.525 0 0 1 0-.724l5.52-5.62a.496.496 0 0 1 .709 0l1.781 1.817a.51.51 0 0 1 0 .719zm0-7.609l-8.724 8.88a.48.48 0 0 1-.355.152H7.989a.5.5 0 0 1-.333-.125l-1.271-1.297a.52.52 0 0 1 0-.719l9.26-9.427a.496.496 0 0 1 .709 0l1.781 1.812a.517.517 0 0 1 0 .724z"/></svg>
</template>

CSS

.icon-feedly {
  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%22M18.479%202.651a3.48%203.48%200%200%200-4.968%200L1.027%2015.37a3.634%203.634%200%200%200%200%205.057l8.911%209.079a3.46%203.46%200%200%200%202.317.885h7.485c.943%200%201.839-.38%202.495-1.052l8.739-8.901a3.63%203.63%200%200%200%200-5.063zm-.343%2023.229l-1.251%201.265a.48.48%200%200%201-.355.157h-1.067a.5.5%200%200%201-.328-.131l-1.276-1.292a.525.525%200%200%201%200-.724l1.785-1.812a.487.487%200%200%201%20.709%200l1.781%201.812a.517.517%200%200%201%200%20.724zm0-7.615l-4.985%205.079a.5.5%200%200%201-.359.145h-1.063a.47.47%200%200%201-.333-.12l-1.271-1.296a.525.525%200%200%201%200-.724l5.52-5.62a.496.496%200%200%201%20.709%200l1.781%201.817a.51.51%200%200%201%200%20.719zm0-7.609l-8.724%208.88a.48.48%200%200%201-.355.152H7.989a.5.5%200%200%201-.333-.125l-1.271-1.297a.52.52%200%200%201%200-.719l9.26-9.427a.496.496%200%200%201%20.709%200l1.781%201.812a.517.517%200%200%201%200%20.724z%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%22M18.479%202.651a3.48%203.48%200%200%200-4.968%200L1.027%2015.37a3.634%203.634%200%200%200%200%205.057l8.911%209.079a3.46%203.46%200%200%200%202.317.885h7.485c.943%200%201.839-.38%202.495-1.052l8.739-8.901a3.63%203.63%200%200%200%200-5.063zm-.343%2023.229l-1.251%201.265a.48.48%200%200%201-.355.157h-1.067a.5.5%200%200%201-.328-.131l-1.276-1.292a.525.525%200%200%201%200-.724l1.785-1.812a.487.487%200%200%201%20.709%200l1.781%201.812a.517.517%200%200%201%200%20.724zm0-7.615l-4.985%205.079a.5.5%200%200%201-.359.145h-1.063a.47.47%200%200%201-.333-.12l-1.271-1.296a.525.525%200%200%201%200-.724l5.52-5.62a.496.496%200%200%201%20.709%200l1.781%201.817a.51.51%200%200%201%200%20.719zm0-7.609l-8.724%208.88a.48.48%200%200%201-.355.152H7.989a.5.5%200%200%201-.333-.125l-1.271-1.297a.52.52%200%200%201%200-.719l9.26-9.427a.496.496%200%200%201%20.709%200l1.781%201.812a.517.517%200%200%201%200%20.724z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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