blogger-b from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
blogger-b
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Use the blogger b logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5c-1.8-1-13-2.2-25-2.7c-20.1-.9-22.3-1.3-28.7-5c-10.1-5.9-12.8-12.3-12.9-29.5c-.1-33-13.8-63.7-40.9-91.3c-19.3-19.7-40.9-33-65.5-40.5c-5.9-1.8-19.1-2.4-63.3-2.9c-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9C1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5c15.6 49.6 59.9 86.3 104.4 94.3c14.8 2.7 197.3 3.3 216 .8c32.5-4.4 58-17.5 81.9-41.9c17.3-17.7 28.1-36.8 35.2-62.1c4.9-17.6 4.5-142.8 2.5-151.7m-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2c43.9 0 45.4.1 51.8 3.4c9.3 4.7 13.4 11.3 13.4 21.9c0 9.5-3.8 16.2-12.3 21.6c-4.6 2.9-7.3 3.1-50.3 3.3c-26.5.2-47.7-.4-50.8-1.2c-16.6-4.7-22.8-28.5-10.6-40.8m191.8 199.8l-14.9 2.4l-77.5.9c-68.1.8-87.3-.4-90.9-2c-7.1-3.1-13.8-11.7-14.9-19.4c-1.1-7.3 2.6-17.3 8.2-22.4c7.1-6.4 10.2-6.6 97.3-6.7c89.6-.1 89.1-.1 97.6 7.8c12.1 11.3 9.5 31.2-4.9 39.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsBloggerB(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5c-1.8-1-13-2.2-25-2.7c-20.1-.9-22.3-1.3-28.7-5c-10.1-5.9-12.8-12.3-12.9-29.5c-.1-33-13.8-63.7-40.9-91.3c-19.3-19.7-40.9-33-65.5-40.5c-5.9-1.8-19.1-2.4-63.3-2.9c-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9C1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5c15.6 49.6 59.9 86.3 104.4 94.3c14.8 2.7 197.3 3.3 216 .8c32.5-4.4 58-17.5 81.9-41.9c17.3-17.7 28.1-36.8 35.2-62.1c4.9-17.6 4.5-142.8 2.5-151.7m-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2c43.9 0 45.4.1 51.8 3.4c9.3 4.7 13.4 11.3 13.4 21.9c0 9.5-3.8 16.2-12.3 21.6c-4.6 2.9-7.3 3.1-50.3 3.3c-26.5.2-47.7-.4-50.8-1.2c-16.6-4.7-22.8-28.5-10.6-40.8m191.8 199.8l-14.9 2.4l-77.5.9c-68.1.8-87.3-.4-90.9-2c-7.1-3.1-13.8-11.7-14.9-19.4c-1.1-7.3 2.6-17.3 8.2-22.4c7.1-6.4 10.2-6.6 97.3-6.7c89.6-.1 89.1-.1 97.6 7.8c12.1 11.3 9.5 31.2-4.9 39.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5c-1.8-1-13-2.2-25-2.7c-20.1-.9-22.3-1.3-28.7-5c-10.1-5.9-12.8-12.3-12.9-29.5c-.1-33-13.8-63.7-40.9-91.3c-19.3-19.7-40.9-33-65.5-40.5c-5.9-1.8-19.1-2.4-63.3-2.9c-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9C1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5c15.6 49.6 59.9 86.3 104.4 94.3c14.8 2.7 197.3 3.3 216 .8c32.5-4.4 58-17.5 81.9-41.9c17.3-17.7 28.1-36.8 35.2-62.1c4.9-17.6 4.5-142.8 2.5-151.7m-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2c43.9 0 45.4.1 51.8 3.4c9.3 4.7 13.4 11.3 13.4 21.9c0 9.5-3.8 16.2-12.3 21.6c-4.6 2.9-7.3 3.1-50.3 3.3c-26.5.2-47.7-.4-50.8-1.2c-16.6-4.7-22.8-28.5-10.6-40.8m191.8 199.8l-14.9 2.4l-77.5.9c-68.1.8-87.3-.4-90.9-2c-7.1-3.1-13.8-11.7-14.9-19.4c-1.1-7.3 2.6-17.3 8.2-22.4c7.1-6.4 10.2-6.6 97.3-6.7c89.6-.1 89.1-.1 97.6 7.8c12.1 11.3 9.5 31.2-4.9 39.4"/></svg>
</template>

CSS

.icon-blogger-b {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M446.6%20222.7c-1.8-8-6.8-15.4-12.5-18.5c-1.8-1-13-2.2-25-2.7c-20.1-.9-22.3-1.3-28.7-5c-10.1-5.9-12.8-12.3-12.9-29.5c-.1-33-13.8-63.7-40.9-91.3c-19.3-19.7-40.9-33-65.5-40.5c-5.9-1.8-19.1-2.4-63.3-2.9c-69.4-.8-84.8.6-108.4%2010C45.9%2059.5%2014.7%2096.1%203.3%20142.9C1.2%20151.7.7%20165.8.2%20246.8c-.6%20101.5.1%20116.4%206.4%20136.5c15.6%2049.6%2059.9%2086.3%20104.4%2094.3c14.8%202.7%20197.3%203.3%20216%20.8c32.5-4.4%2058-17.5%2081.9-41.9c17.3-17.7%2028.1-36.8%2035.2-62.1c4.9-17.6%204.5-142.8%202.5-151.7m-322.1-63.6c7.8-7.9%2010-8.2%2058.8-8.2c43.9%200%2045.4.1%2051.8%203.4c9.3%204.7%2013.4%2011.3%2013.4%2021.9c0%209.5-3.8%2016.2-12.3%2021.6c-4.6%202.9-7.3%203.1-50.3%203.3c-26.5.2-47.7-.4-50.8-1.2c-16.6-4.7-22.8-28.5-10.6-40.8m191.8%20199.8l-14.9%202.4l-77.5.9c-68.1.8-87.3-.4-90.9-2c-7.1-3.1-13.8-11.7-14.9-19.4c-1.1-7.3%202.6-17.3%208.2-22.4c7.1-6.4%2010.2-6.6%2097.3-6.7c89.6-.1%2089.1-.1%2097.6%207.8c12.1%2011.3%209.5%2031.2-4.9%2039.4%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M446.6%20222.7c-1.8-8-6.8-15.4-12.5-18.5c-1.8-1-13-2.2-25-2.7c-20.1-.9-22.3-1.3-28.7-5c-10.1-5.9-12.8-12.3-12.9-29.5c-.1-33-13.8-63.7-40.9-91.3c-19.3-19.7-40.9-33-65.5-40.5c-5.9-1.8-19.1-2.4-63.3-2.9c-69.4-.8-84.8.6-108.4%2010C45.9%2059.5%2014.7%2096.1%203.3%20142.9C1.2%20151.7.7%20165.8.2%20246.8c-.6%20101.5.1%20116.4%206.4%20136.5c15.6%2049.6%2059.9%2086.3%20104.4%2094.3c14.8%202.7%20197.3%203.3%20216%20.8c32.5-4.4%2058-17.5%2081.9-41.9c17.3-17.7%2028.1-36.8%2035.2-62.1c4.9-17.6%204.5-142.8%202.5-151.7m-322.1-63.6c7.8-7.9%2010-8.2%2058.8-8.2c43.9%200%2045.4.1%2051.8%203.4c9.3%204.7%2013.4%2011.3%2013.4%2021.9c0%209.5-3.8%2016.2-12.3%2021.6c-4.6%202.9-7.3%203.1-50.3%203.3c-26.5.2-47.7-.4-50.8-1.2c-16.6-4.7-22.8-28.5-10.6-40.8m191.8%20199.8l-14.9%202.4l-77.5.9c-68.1.8-87.3-.4-90.9-2c-7.1-3.1-13.8-11.7-14.9-19.4c-1.1-7.3%202.6-17.3%208.2-22.4c7.1-6.4%2010.2-6.6%2097.3-6.7c89.6-.1%2089.1-.1%2097.6%207.8c12.1%2011.3%209.5%2031.2-4.9%2039.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/blogger-b.svg?color=%231a73e8&size=48