microblog logo
microblog from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- microblog
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the microblog logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M495.8 426.2c29.5-34.7 47.1-78.3 47.1-125.8c0-113-99.6-204.4-222.5-204.4S98 187.5 98 300.4s99.6 204.5 222.5 204.5c27 0 53.9-4.5 79.4-13.4c1.4-.5 3-.5 4.5-.1s2.7 1.4 3.6 2.6c18.6 25.1 47.6 42.7 79.9 49.9c1.1.2 2.3 0 3.3-.6s1.7-1.6 1.9-2.8c.1-.6.1-1.3 0-1.9s-.4-1.2-.8-1.7c-12.3-16-18.7-35.8-18-56s8.4-39.5 21.7-54.7l-.2.1zM426 276.4l-57.3 43.5l20.8 68.9c.4 1.3.4 2.7-.1 4s-1.2 2.4-2.3 3.2s-2.4 1.2-3.8 1.2s-2.7-.4-3.8-1.2l-59.1-41l-59.1 41.1c-1.1.8-2.4 1.2-3.8 1.2s-2.7-.4-3.8-1.2s-1.9-1.9-2.3-3.2s-.5-2.7-.1-4l20.8-68.9l-57.3-43.5c-1.1-.8-1.9-1.9-2.3-3.2s-.4-2.7 0-4s1.2-2.4 2.3-3.2s2.4-1.3 3.7-1.3l71.9-1.5l23.7-67.9c.4-1.3 1.3-2.4 2.4-3.2s2.4-1.2 3.8-1.2s2.7.4 3.8 1.2s1.9 1.9 2.4 3.2l23.7 67.9l71.9 1.5c1.4 0 2.7.4 3.8 1.2s1.9 1.9 2.3 3.2s.4 2.7 0 4s-1.2 2.4-2.3 3.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsMicroblog(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M495.8 426.2c29.5-34.7 47.1-78.3 47.1-125.8c0-113-99.6-204.4-222.5-204.4S98 187.5 98 300.4s99.6 204.5 222.5 204.5c27 0 53.9-4.5 79.4-13.4c1.4-.5 3-.5 4.5-.1s2.7 1.4 3.6 2.6c18.6 25.1 47.6 42.7 79.9 49.9c1.1.2 2.3 0 3.3-.6s1.7-1.6 1.9-2.8c.1-.6.1-1.3 0-1.9s-.4-1.2-.8-1.7c-12.3-16-18.7-35.8-18-56s8.4-39.5 21.7-54.7l-.2.1zM426 276.4l-57.3 43.5l20.8 68.9c.4 1.3.4 2.7-.1 4s-1.2 2.4-2.3 3.2s-2.4 1.2-3.8 1.2s-2.7-.4-3.8-1.2l-59.1-41l-59.1 41.1c-1.1.8-2.4 1.2-3.8 1.2s-2.7-.4-3.8-1.2s-1.9-1.9-2.3-3.2s-.5-2.7-.1-4l20.8-68.9l-57.3-43.5c-1.1-.8-1.9-1.9-2.3-3.2s-.4-2.7 0-4s1.2-2.4 2.3-3.2s2.4-1.3 3.7-1.3l71.9-1.5l23.7-67.9c.4-1.3 1.3-2.4 2.4-3.2s2.4-1.2 3.8-1.2s2.7.4 3.8 1.2s1.9 1.9 2.4 3.2l23.7 67.9l71.9 1.5c1.4 0 2.7.4 3.8 1.2s1.9 1.9 2.3 3.2s.4 2.7 0 4s-1.2 2.4-2.3 3.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M495.8 426.2c29.5-34.7 47.1-78.3 47.1-125.8c0-113-99.6-204.4-222.5-204.4S98 187.5 98 300.4s99.6 204.5 222.5 204.5c27 0 53.9-4.5 79.4-13.4c1.4-.5 3-.5 4.5-.1s2.7 1.4 3.6 2.6c18.6 25.1 47.6 42.7 79.9 49.9c1.1.2 2.3 0 3.3-.6s1.7-1.6 1.9-2.8c.1-.6.1-1.3 0-1.9s-.4-1.2-.8-1.7c-12.3-16-18.7-35.8-18-56s8.4-39.5 21.7-54.7l-.2.1zM426 276.4l-57.3 43.5l20.8 68.9c.4 1.3.4 2.7-.1 4s-1.2 2.4-2.3 3.2s-2.4 1.2-3.8 1.2s-2.7-.4-3.8-1.2l-59.1-41l-59.1 41.1c-1.1.8-2.4 1.2-3.8 1.2s-2.7-.4-3.8-1.2s-1.9-1.9-2.3-3.2s-.5-2.7-.1-4l20.8-68.9l-57.3-43.5c-1.1-.8-1.9-1.9-2.3-3.2s-.4-2.7 0-4s1.2-2.4 2.3-3.2s2.4-1.3 3.7-1.3l71.9-1.5l23.7-67.9c.4-1.3 1.3-2.4 2.4-3.2s2.4-1.2 3.8-1.2s2.7.4 3.8 1.2s1.9 1.9 2.4 3.2l23.7 67.9l71.9 1.5c1.4 0 2.7.4 3.8 1.2s1.9 1.9 2.3 3.2s.4 2.7 0 4s-1.2 2.4-2.3 3.3z"/></svg> </template>
CSS
.icon-microblog {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M495.8%20426.2c29.5-34.7%2047.1-78.3%2047.1-125.8c0-113-99.6-204.4-222.5-204.4S98%20187.5%2098%20300.4s99.6%20204.5%20222.5%20204.5c27%200%2053.9-4.5%2079.4-13.4c1.4-.5%203-.5%204.5-.1s2.7%201.4%203.6%202.6c18.6%2025.1%2047.6%2042.7%2079.9%2049.9c1.1.2%202.3%200%203.3-.6s1.7-1.6%201.9-2.8c.1-.6.1-1.3%200-1.9s-.4-1.2-.8-1.7c-12.3-16-18.7-35.8-18-56s8.4-39.5%2021.7-54.7l-.2.1zM426%20276.4l-57.3%2043.5l20.8%2068.9c.4%201.3.4%202.7-.1%204s-1.2%202.4-2.3%203.2s-2.4%201.2-3.8%201.2s-2.7-.4-3.8-1.2l-59.1-41l-59.1%2041.1c-1.1.8-2.4%201.2-3.8%201.2s-2.7-.4-3.8-1.2s-1.9-1.9-2.3-3.2s-.5-2.7-.1-4l20.8-68.9l-57.3-43.5c-1.1-.8-1.9-1.9-2.3-3.2s-.4-2.7%200-4s1.2-2.4%202.3-3.2s2.4-1.3%203.7-1.3l71.9-1.5l23.7-67.9c.4-1.3%201.3-2.4%202.4-3.2s2.4-1.2%203.8-1.2s2.7.4%203.8%201.2s1.9%201.9%202.4%203.2l23.7%2067.9l71.9%201.5c1.4%200%202.7.4%203.8%201.2s1.9%201.9%202.3%203.2s.4%202.7%200%204s-1.2%202.4-2.3%203.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M495.8%20426.2c29.5-34.7%2047.1-78.3%2047.1-125.8c0-113-99.6-204.4-222.5-204.4S98%20187.5%2098%20300.4s99.6%20204.5%20222.5%20204.5c27%200%2053.9-4.5%2079.4-13.4c1.4-.5%203-.5%204.5-.1s2.7%201.4%203.6%202.6c18.6%2025.1%2047.6%2042.7%2079.9%2049.9c1.1.2%202.3%200%203.3-.6s1.7-1.6%201.9-2.8c.1-.6.1-1.3%200-1.9s-.4-1.2-.8-1.7c-12.3-16-18.7-35.8-18-56s8.4-39.5%2021.7-54.7l-.2.1zM426%20276.4l-57.3%2043.5l20.8%2068.9c.4%201.3.4%202.7-.1%204s-1.2%202.4-2.3%203.2s-2.4%201.2-3.8%201.2s-2.7-.4-3.8-1.2l-59.1-41l-59.1%2041.1c-1.1.8-2.4%201.2-3.8%201.2s-2.7-.4-3.8-1.2s-1.9-1.9-2.3-3.2s-.5-2.7-.1-4l20.8-68.9l-57.3-43.5c-1.1-.8-1.9-1.9-2.3-3.2s-.4-2.7%200-4s1.2-2.4%202.3-3.2s2.4-1.3%203.7-1.3l71.9-1.5l23.7-67.9c.4-1.3%201.3-2.4%202.4-3.2s2.4-1.2%203.8-1.2s2.7.4%203.8%201.2s1.9%201.9%202.4%203.2l23.7%2067.9l71.9%201.5c1.4%200%202.7.4%203.8%201.2s1.9%201.9%202.3%203.2s.4%202.7%200%204s-1.2%202.4-2.3%203.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/microblog.svg?color=%231a73e8&size=48