blogger icon
blogger from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- blogger
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the blogger icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm8 3c-2 0-1.97.02-2.6.27c-1.17.47-2.01 1.45-2.31 2.71c-.05.23-.07.61-.08 2.78c-.02 2.71 0 3.11.17 3.65c.42 1.33 1.61 2.31 2.79 2.53c.4.07 5.29.09 5.78.02c.88-.12 1.55-.47 2.19-1.13c.47-.47.76-.98.95-1.66c.14-.47.13-3.82.07-4.06c-.05-.21-.17-.42-.33-.5c-.05-.02-.35-.05-.67-.07c-.54-.02-.6-.03-.77-.14c-.26-.15-.34-.33-.34-.78c0-.88-.37-1.71-1.1-2.45c-.52-.53-1.09-.89-1.76-1.09c-.15-.04-.8-.08-1.99-.08m-1.23 3h2.293a.77.77 0 0 1 0 1.54H13.77a.77.77 0 0 1 0-1.54m0 4.46h4.273a.77.77 0 0 1 0 1.54H13.77a.77.77 0 0 1 0-1.54"/></svg>
React
import type { SVGProps } from "react";
export function LaBlogger(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="M5 5v22h22V5zm2 2h18v18H7zm8 3c-2 0-1.97.02-2.6.27c-1.17.47-2.01 1.45-2.31 2.71c-.05.23-.07.61-.08 2.78c-.02 2.71 0 3.11.17 3.65c.42 1.33 1.61 2.31 2.79 2.53c.4.07 5.29.09 5.78.02c.88-.12 1.55-.47 2.19-1.13c.47-.47.76-.98.95-1.66c.14-.47.13-3.82.07-4.06c-.05-.21-.17-.42-.33-.5c-.05-.02-.35-.05-.67-.07c-.54-.02-.6-.03-.77-.14c-.26-.15-.34-.33-.34-.78c0-.88-.37-1.71-1.1-2.45c-.52-.53-1.09-.89-1.76-1.09c-.15-.04-.8-.08-1.99-.08m-1.23 3h2.293a.77.77 0 0 1 0 1.54H13.77a.77.77 0 0 1 0-1.54m0 4.46h4.273a.77.77 0 0 1 0 1.54H13.77a.77.77 0 0 1 0-1.54"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm8 3c-2 0-1.97.02-2.6.27c-1.17.47-2.01 1.45-2.31 2.71c-.05.23-.07.61-.08 2.78c-.02 2.71 0 3.11.17 3.65c.42 1.33 1.61 2.31 2.79 2.53c.4.07 5.29.09 5.78.02c.88-.12 1.55-.47 2.19-1.13c.47-.47.76-.98.95-1.66c.14-.47.13-3.82.07-4.06c-.05-.21-.17-.42-.33-.5c-.05-.02-.35-.05-.67-.07c-.54-.02-.6-.03-.77-.14c-.26-.15-.34-.33-.34-.78c0-.88-.37-1.71-1.1-2.45c-.52-.53-1.09-.89-1.76-1.09c-.15-.04-.8-.08-1.99-.08m-1.23 3h2.293a.77.77 0 0 1 0 1.54H13.77a.77.77 0 0 1 0-1.54m0 4.46h4.273a.77.77 0 0 1 0 1.54H13.77a.77.77 0 0 1 0-1.54"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm8%203c-2%200-1.97.02-2.6.27c-1.17.47-2.01%201.45-2.31%202.71c-.05.23-.07.61-.08%202.78c-.02%202.71%200%203.11.17%203.65c.42%201.33%201.61%202.31%202.79%202.53c.4.07%205.29.09%205.78.02c.88-.12%201.55-.47%202.19-1.13c.47-.47.76-.98.95-1.66c.14-.47.13-3.82.07-4.06c-.05-.21-.17-.42-.33-.5c-.05-.02-.35-.05-.67-.07c-.54-.02-.6-.03-.77-.14c-.26-.15-.34-.33-.34-.78c0-.88-.37-1.71-1.1-2.45c-.52-.53-1.09-.89-1.76-1.09c-.15-.04-.8-.08-1.99-.08m-1.23%203h2.293a.77.77%200%200%201%200%201.54H13.77a.77.77%200%200%201%200-1.54m0%204.46h4.273a.77.77%200%200%201%200%201.54H13.77a.77.77%200%200%201%200-1.54%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%22M5%205v22h22V5zm2%202h18v18H7zm8%203c-2%200-1.97.02-2.6.27c-1.17.47-2.01%201.45-2.31%202.71c-.05.23-.07.61-.08%202.78c-.02%202.71%200%203.11.17%203.65c.42%201.33%201.61%202.31%202.79%202.53c.4.07%205.29.09%205.78.02c.88-.12%201.55-.47%202.19-1.13c.47-.47.76-.98.95-1.66c.14-.47.13-3.82.07-4.06c-.05-.21-.17-.42-.33-.5c-.05-.02-.35-.05-.67-.07c-.54-.02-.6-.03-.77-.14c-.26-.15-.34-.33-.34-.78c0-.88-.37-1.71-1.1-2.45c-.52-.53-1.09-.89-1.76-1.09c-.15-.04-.8-.08-1.99-.08m-1.23%203h2.293a.77.77%200%200%201%200%201.54H13.77a.77.77%200%200%201%200-1.54m0%204.46h4.273a.77.77%200%200%201%200%201.54H13.77a.77.77%200%200%201%200-1.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/blogger.svg?color=%231a73e8&size=48