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

Name
micro-blog
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

Use the micro blog logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.531 23.599c-2.667 3.469-1.333 6.401-.395 7.871c.395.531-.136.531-.401.531a8 8 0 0 1-5.333-3.599c-.265-.136-.401-.265-.667-.136c-1.871.537-3.735.932-5.735.803c-8.803 0-16-6.401-16-14.401S7.197.001 16 .001s16 6.531 16 14.667c0 3.333-1.333 6.401-3.469 8.932zM16 18.667l4.265 2.932a.534.534 0 0 0 .803-.531L19.469 16l4.129-3.197a.536.536 0 0 0-.265-.803h-5.197l-1.735-5.068a.54.54 0 0 0-.803 0L13.863 12H8.53a.532.532 0 0 0-.129.932l4 3.204l-1.333 4.932a.534.534 0 0 0 .667.531z"/></svg>

React

import type { SVGProps } from "react";

export function CibMicroBlog(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="M28.531 23.599c-2.667 3.469-1.333 6.401-.395 7.871c.395.531-.136.531-.401.531a8 8 0 0 1-5.333-3.599c-.265-.136-.401-.265-.667-.136c-1.871.537-3.735.932-5.735.803c-8.803 0-16-6.401-16-14.401S7.197.001 16 .001s16 6.531 16 14.667c0 3.333-1.333 6.401-3.469 8.932zM16 18.667l4.265 2.932a.534.534 0 0 0 .803-.531L19.469 16l4.129-3.197a.536.536 0 0 0-.265-.803h-5.197l-1.735-5.068a.54.54 0 0 0-.803 0L13.863 12H8.53a.532.532 0 0 0-.129.932l4 3.204l-1.333 4.932a.534.534 0 0 0 .667.531z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.531 23.599c-2.667 3.469-1.333 6.401-.395 7.871c.395.531-.136.531-.401.531a8 8 0 0 1-5.333-3.599c-.265-.136-.401-.265-.667-.136c-1.871.537-3.735.932-5.735.803c-8.803 0-16-6.401-16-14.401S7.197.001 16 .001s16 6.531 16 14.667c0 3.333-1.333 6.401-3.469 8.932zM16 18.667l4.265 2.932a.534.534 0 0 0 .803-.531L19.469 16l4.129-3.197a.536.536 0 0 0-.265-.803h-5.197l-1.735-5.068a.54.54 0 0 0-.803 0L13.863 12H8.53a.532.532 0 0 0-.129.932l4 3.204l-1.333 4.932a.534.534 0 0 0 .667.531z"/></svg>
</template>

CSS

.icon-micro-blog {
  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%22M28.531%2023.599c-2.667%203.469-1.333%206.401-.395%207.871c.395.531-.136.531-.401.531a8%208%200%200%201-5.333-3.599c-.265-.136-.401-.265-.667-.136c-1.871.537-3.735.932-5.735.803c-8.803%200-16-6.401-16-14.401S7.197.001%2016%20.001s16%206.531%2016%2014.667c0%203.333-1.333%206.401-3.469%208.932zM16%2018.667l4.265%202.932a.534.534%200%200%200%20.803-.531L19.469%2016l4.129-3.197a.536.536%200%200%200-.265-.803h-5.197l-1.735-5.068a.54.54%200%200%200-.803%200L13.863%2012H8.53a.532.532%200%200%200-.129.932l4%203.204l-1.333%204.932a.534.534%200%200%200%20.667.531z%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%22M28.531%2023.599c-2.667%203.469-1.333%206.401-.395%207.871c.395.531-.136.531-.401.531a8%208%200%200%201-5.333-3.599c-.265-.136-.401-.265-.667-.136c-1.871.537-3.735.932-5.735.803c-8.803%200-16-6.401-16-14.401S7.197.001%2016%20.001s16%206.531%2016%2014.667c0%203.333-1.333%206.401-3.469%208.932zM16%2018.667l4.265%202.932a.534.534%200%200%200%20.803-.531L19.469%2016l4.129-3.197a.536.536%200%200%200-.265-.803h-5.197l-1.735-5.068a.54.54%200%200%200-.803%200L13.863%2012H8.53a.532.532%200%200%200-.129.932l4%203.204l-1.333%204.932a.534.534%200%200%200%20.667.531z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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