blogger from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
blogger
Set
Unicons Monochrome
Style
Monochrome
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons Monochrome

Use the blogger icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m18.333 10.922l-.11-.222l-.178-.14c-.235-.184-1.423.011-1.742-.278c-.228-.208-.263-.584-.33-1.09a3.15 3.15 0 0 0-.362-1.367a4.46 4.46 0 0 0-3.12-2.2H9.667a4.053 4.053 0 0 0-4.042 4.03v4.695a4.05 4.05 0 0 0 4.042 4.025h4.639a4.05 4.05 0 0 0 4.038-4.022l.02-2.675l.005-.579zM9.718 8.917h2.24a.77.77 0 0 1 0 1.541h-2.24a.77.77 0 0 1 0-1.541m4.55 6.125h-4.55a.75.75 0 1 1 0-1.5h4.55a.75.75 0 1 1 0 1.5" clip-rule="evenodd" opacity=".5"/><path fill="currentColor" d="M14.267 13.542H9.673a.75.75 0 0 0 .045 1.5h4.587a.75.75 0 0 0-.038-1.5m-4.549-3.084h2.24a.77.77 0 1 0 0-1.541h-2.24a.77.77 0 1 0 0 1.541"/><path fill="currentColor" d="M19.5 2h-15A2.5 2.5 0 0 0 2 4.5v15A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 19.5 2m-1.136 9.678l-.02 2.675a4.05 4.05 0 0 1-4.038 4.022h-4.64a4.05 4.05 0 0 1-4.041-4.025V9.656a4.053 4.053 0 0 1 4.042-4.031h2.824a4.46 4.46 0 0 1 3.12 2.2c.222.422.346.89.362 1.367c.067.506.102.882.33 1.09c.32.29 1.507.094 1.742.278l.179.14l.109.222l.036.177z"/></svg>

React

import type { SVGProps } from "react";

export function UimBlogger(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" fillRule="evenodd" d="m18.333 10.922l-.11-.222l-.178-.14c-.235-.184-1.423.011-1.742-.278c-.228-.208-.263-.584-.33-1.09a3.15 3.15 0 0 0-.362-1.367a4.46 4.46 0 0 0-3.12-2.2H9.667a4.053 4.053 0 0 0-4.042 4.03v4.695a4.05 4.05 0 0 0 4.042 4.025h4.639a4.05 4.05 0 0 0 4.038-4.022l.02-2.675l.005-.579zM9.718 8.917h2.24a.77.77 0 0 1 0 1.541h-2.24a.77.77 0 0 1 0-1.541m4.55 6.125h-4.55a.75.75 0 1 1 0-1.5h4.55a.75.75 0 1 1 0 1.5" clipRule="evenodd" opacity=".5"/><path fill="currentColor" d="M14.267 13.542H9.673a.75.75 0 0 0 .045 1.5h4.587a.75.75 0 0 0-.038-1.5m-4.549-3.084h2.24a.77.77 0 1 0 0-1.541h-2.24a.77.77 0 1 0 0 1.541"/><path fill="currentColor" d="M19.5 2h-15A2.5 2.5 0 0 0 2 4.5v15A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 19.5 2m-1.136 9.678l-.02 2.675a4.05 4.05 0 0 1-4.038 4.022h-4.64a4.05 4.05 0 0 1-4.041-4.025V9.656a4.053 4.053 0 0 1 4.042-4.031h2.824a4.46 4.46 0 0 1 3.12 2.2c.222.422.346.89.362 1.367c.067.506.102.882.33 1.09c.32.29 1.507.094 1.742.278l.179.14l.109.222l.036.177z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m18.333 10.922l-.11-.222l-.178-.14c-.235-.184-1.423.011-1.742-.278c-.228-.208-.263-.584-.33-1.09a3.15 3.15 0 0 0-.362-1.367a4.46 4.46 0 0 0-3.12-2.2H9.667a4.053 4.053 0 0 0-4.042 4.03v4.695a4.05 4.05 0 0 0 4.042 4.025h4.639a4.05 4.05 0 0 0 4.038-4.022l.02-2.675l.005-.579zM9.718 8.917h2.24a.77.77 0 0 1 0 1.541h-2.24a.77.77 0 0 1 0-1.541m4.55 6.125h-4.55a.75.75 0 1 1 0-1.5h4.55a.75.75 0 1 1 0 1.5" clip-rule="evenodd" opacity=".5"/><path fill="currentColor" d="M14.267 13.542H9.673a.75.75 0 0 0 .045 1.5h4.587a.75.75 0 0 0-.038-1.5m-4.549-3.084h2.24a.77.77 0 1 0 0-1.541h-2.24a.77.77 0 1 0 0 1.541"/><path fill="currentColor" d="M19.5 2h-15A2.5 2.5 0 0 0 2 4.5v15A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 19.5 2m-1.136 9.678l-.02 2.675a4.05 4.05 0 0 1-4.038 4.022h-4.64a4.05 4.05 0 0 1-4.041-4.025V9.656a4.053 4.053 0 0 1 4.042-4.031h2.824a4.46 4.46 0 0 1 3.12 2.2c.222.422.346.89.362 1.367c.067.506.102.882.33 1.09c.32.29 1.507.094 1.742.278l.179.14l.109.222l.036.177z"/></svg>
</template>

CSS

.icon-blogger {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22m18.333%2010.922l-.11-.222l-.178-.14c-.235-.184-1.423.011-1.742-.278c-.228-.208-.263-.584-.33-1.09a3.15%203.15%200%200%200-.362-1.367a4.46%204.46%200%200%200-3.12-2.2H9.667a4.053%204.053%200%200%200-4.042%204.03v4.695a4.05%204.05%200%200%200%204.042%204.025h4.639a4.05%204.05%200%200%200%204.038-4.022l.02-2.675l.005-.579zM9.718%208.917h2.24a.77.77%200%200%201%200%201.541h-2.24a.77.77%200%200%201%200-1.541m4.55%206.125h-4.55a.75.75%200%201%201%200-1.5h4.55a.75.75%200%201%201%200%201.5%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.267%2013.542H9.673a.75.75%200%200%200%20.045%201.5h4.587a.75.75%200%200%200-.038-1.5m-4.549-3.084h2.24a.77.77%200%201%200%200-1.541h-2.24a.77.77%200%201%200%200%201.541%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%202h-15A2.5%202.5%200%200%200%202%204.5v15A2.5%202.5%200%200%200%204.5%2022h15a2.5%202.5%200%200%200%202.5-2.5v-15A2.5%202.5%200%200%200%2019.5%202m-1.136%209.678l-.02%202.675a4.05%204.05%200%200%201-4.038%204.022h-4.64a4.05%204.05%200%200%201-4.041-4.025V9.656a4.053%204.053%200%200%201%204.042-4.031h2.824a4.46%204.46%200%200%201%203.12%202.2c.222.422.346.89.362%201.367c.067.506.102.882.33%201.09c.32.29%201.507.094%201.742.278l.179.14l.109.222l.036.177z%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%20fill-rule%3D%22evenodd%22%20d%3D%22m18.333%2010.922l-.11-.222l-.178-.14c-.235-.184-1.423.011-1.742-.278c-.228-.208-.263-.584-.33-1.09a3.15%203.15%200%200%200-.362-1.367a4.46%204.46%200%200%200-3.12-2.2H9.667a4.053%204.053%200%200%200-4.042%204.03v4.695a4.05%204.05%200%200%200%204.042%204.025h4.639a4.05%204.05%200%200%200%204.038-4.022l.02-2.675l.005-.579zM9.718%208.917h2.24a.77.77%200%200%201%200%201.541h-2.24a.77.77%200%200%201%200-1.541m4.55%206.125h-4.55a.75.75%200%201%201%200-1.5h4.55a.75.75%200%201%201%200%201.5%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.267%2013.542H9.673a.75.75%200%200%200%20.045%201.5h4.587a.75.75%200%200%200-.038-1.5m-4.549-3.084h2.24a.77.77%200%201%200%200-1.541h-2.24a.77.77%200%201%200%200%201.541%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%202h-15A2.5%202.5%200%200%200%202%204.5v15A2.5%202.5%200%200%200%204.5%2022h15a2.5%202.5%200%200%200%202.5-2.5v-15A2.5%202.5%200%200%200%2019.5%202m-1.136%209.678l-.02%202.675a4.05%204.05%200%200%201-4.038%204.022h-4.64a4.05%204.05%200%200%201-4.041-4.025V9.656a4.053%204.053%200%200%201%204.042-4.031h2.824a4.46%204.46%200%200%201%203.12%202.2c.222.422.346.89.362%201.367c.067.506.102.882.33%201.09c.32.29%201.507.094%201.742.278l.179.14l.109.222l.036.177z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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