posthtml logo
posthtml from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- posthtml
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
Use the posthtml logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#f57f17"><path d="M6.176 16.747c1.271 0 2.471-.494 3.327-1.35l6.203-5.506a2.97 2.97 0 0 1 2.118-.873c1.65 0 3 1.332 3 2.982s-1.35 2.982-3 2.982a3 3 0 0 1-2.153-.908l-.997-.883l-1.35 1.183l1.129.979c.9.9 2.1 1.394 3.37 1.394c2.63 0 4.765-2.135 4.765-4.747s-2.135-4.747-4.764-4.747c-1.271 0-2.471.494-3.327 1.35l-6.203 5.506a2.97 2.97 0 0 1-2.117.873c-1.65 0-3-1.332-3-2.982s1.35-2.982 3-2.982c.794 0 1.552.308 2.152.908l1.024.892l1.323-1.183l-1.129-.988a4.75 4.75 0 0 0-3.37-1.385c-2.63 0-4.765 2.126-4.765 4.738a4.74 4.74 0 0 0 4.764 4.747"/><path d="M17.824 6.963c-1.345 0-2.619.52-3.531 1.432l-.002.001l-6.197 5.5l-.006.006a2.67 2.67 0 0 1-1.912.79c-1.494 0-2.71-1.2-2.71-2.692s1.216-2.691 2.71-2.691c.718 0 1.398.275 1.947.824l.008.006l1.224 1.066l1.76-1.572l-1.363-1.194H9.75a5.05 5.05 0 0 0-3.574-1.468C3.389 6.97 1.12 9.229 1.12 12c0 2.803 2.27 5.037 5.055 5.037c1.345 0 2.618-.52 3.53-1.432l6.2-5.502l.006-.006a2.67 2.67 0 0 1 1.912-.789c1.493 0 2.709 1.2 2.709 2.692s-1.216 2.691-2.709 2.691c-.728 0-1.398-.274-1.947-.824l-.008-.006l-1.195-1.058l-1.793 1.572l1.367 1.183a5.03 5.03 0 0 0 3.576 1.479c2.787 0 5.055-2.267 5.055-5.037s-2.268-5.037-5.055-5.037zm0 .58c2.472 0 4.473 2.004 4.473 4.457s-2.001 4.457-4.473 4.457a4.45 4.45 0 0 1-3.166-1.31l-.006-.006l-.887-.768l.907-.795l.793.701l.002.002a3.3 3.3 0 0 0 2.357.992c1.807 0 3.291-1.464 3.291-3.273s-1.484-3.273-3.291-3.273c-.877 0-1.704.34-2.322.957l-.002.002l-6.198 5.5l-.005.006c-.8.799-1.926 1.265-3.122 1.265A4.444 4.444 0 0 1 1.703 12c0-2.453 2-4.447 4.472-4.447c1.205 0 2.32.462 3.166 1.3l.008.006l.887.778l-.887.793l-.814-.71a3.32 3.32 0 0 0-2.36-.993c-1.806 0-3.29 1.464-3.29 3.273s1.484 3.273 3.29 3.273a3.27 3.27 0 0 0 2.323-.957l6.199-5.502l.006-.005c.8-.8 1.926-1.266 3.12-1.266z"/></g></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemePosthtml(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#f57f17"><path d="M6.176 16.747c1.271 0 2.471-.494 3.327-1.35l6.203-5.506a2.97 2.97 0 0 1 2.118-.873c1.65 0 3 1.332 3 2.982s-1.35 2.982-3 2.982a3 3 0 0 1-2.153-.908l-.997-.883l-1.35 1.183l1.129.979c.9.9 2.1 1.394 3.37 1.394c2.63 0 4.765-2.135 4.765-4.747s-2.135-4.747-4.764-4.747c-1.271 0-2.471.494-3.327 1.35l-6.203 5.506a2.97 2.97 0 0 1-2.117.873c-1.65 0-3-1.332-3-2.982s1.35-2.982 3-2.982c.794 0 1.552.308 2.152.908l1.024.892l1.323-1.183l-1.129-.988a4.75 4.75 0 0 0-3.37-1.385c-2.63 0-4.765 2.126-4.765 4.738a4.74 4.74 0 0 0 4.764 4.747"/><path d="M17.824 6.963c-1.345 0-2.619.52-3.531 1.432l-.002.001l-6.197 5.5l-.006.006a2.67 2.67 0 0 1-1.912.79c-1.494 0-2.71-1.2-2.71-2.692s1.216-2.691 2.71-2.691c.718 0 1.398.275 1.947.824l.008.006l1.224 1.066l1.76-1.572l-1.363-1.194H9.75a5.05 5.05 0 0 0-3.574-1.468C3.389 6.97 1.12 9.229 1.12 12c0 2.803 2.27 5.037 5.055 5.037c1.345 0 2.618-.52 3.53-1.432l6.2-5.502l.006-.006a2.67 2.67 0 0 1 1.912-.789c1.493 0 2.709 1.2 2.709 2.692s-1.216 2.691-2.709 2.691c-.728 0-1.398-.274-1.947-.824l-.008-.006l-1.195-1.058l-1.793 1.572l1.367 1.183a5.03 5.03 0 0 0 3.576 1.479c2.787 0 5.055-2.267 5.055-5.037s-2.268-5.037-5.055-5.037zm0 .58c2.472 0 4.473 2.004 4.473 4.457s-2.001 4.457-4.473 4.457a4.45 4.45 0 0 1-3.166-1.31l-.006-.006l-.887-.768l.907-.795l.793.701l.002.002a3.3 3.3 0 0 0 2.357.992c1.807 0 3.291-1.464 3.291-3.273s-1.484-3.273-3.291-3.273c-.877 0-1.704.34-2.322.957l-.002.002l-6.198 5.5l-.005.006c-.8.799-1.926 1.265-3.122 1.265A4.444 4.444 0 0 1 1.703 12c0-2.453 2-4.447 4.472-4.447c1.205 0 2.32.462 3.166 1.3l.008.006l.887.778l-.887.793l-.814-.71a3.32 3.32 0 0 0-2.36-.993c-1.806 0-3.29 1.464-3.29 3.273s1.484 3.273 3.29 3.273a3.27 3.27 0 0 0 2.323-.957l6.199-5.502l.006-.005c.8-.8 1.926-1.266 3.12-1.266z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#f57f17"><path d="M6.176 16.747c1.271 0 2.471-.494 3.327-1.35l6.203-5.506a2.97 2.97 0 0 1 2.118-.873c1.65 0 3 1.332 3 2.982s-1.35 2.982-3 2.982a3 3 0 0 1-2.153-.908l-.997-.883l-1.35 1.183l1.129.979c.9.9 2.1 1.394 3.37 1.394c2.63 0 4.765-2.135 4.765-4.747s-2.135-4.747-4.764-4.747c-1.271 0-2.471.494-3.327 1.35l-6.203 5.506a2.97 2.97 0 0 1-2.117.873c-1.65 0-3-1.332-3-2.982s1.35-2.982 3-2.982c.794 0 1.552.308 2.152.908l1.024.892l1.323-1.183l-1.129-.988a4.75 4.75 0 0 0-3.37-1.385c-2.63 0-4.765 2.126-4.765 4.738a4.74 4.74 0 0 0 4.764 4.747"/><path d="M17.824 6.963c-1.345 0-2.619.52-3.531 1.432l-.002.001l-6.197 5.5l-.006.006a2.67 2.67 0 0 1-1.912.79c-1.494 0-2.71-1.2-2.71-2.692s1.216-2.691 2.71-2.691c.718 0 1.398.275 1.947.824l.008.006l1.224 1.066l1.76-1.572l-1.363-1.194H9.75a5.05 5.05 0 0 0-3.574-1.468C3.389 6.97 1.12 9.229 1.12 12c0 2.803 2.27 5.037 5.055 5.037c1.345 0 2.618-.52 3.53-1.432l6.2-5.502l.006-.006a2.67 2.67 0 0 1 1.912-.789c1.493 0 2.709 1.2 2.709 2.692s-1.216 2.691-2.709 2.691c-.728 0-1.398-.274-1.947-.824l-.008-.006l-1.195-1.058l-1.793 1.572l1.367 1.183a5.03 5.03 0 0 0 3.576 1.479c2.787 0 5.055-2.267 5.055-5.037s-2.268-5.037-5.055-5.037zm0 .58c2.472 0 4.473 2.004 4.473 4.457s-2.001 4.457-4.473 4.457a4.45 4.45 0 0 1-3.166-1.31l-.006-.006l-.887-.768l.907-.795l.793.701l.002.002a3.3 3.3 0 0 0 2.357.992c1.807 0 3.291-1.464 3.291-3.273s-1.484-3.273-3.291-3.273c-.877 0-1.704.34-2.322.957l-.002.002l-6.198 5.5l-.005.006c-.8.799-1.926 1.265-3.122 1.265A4.444 4.444 0 0 1 1.703 12c0-2.453 2-4.447 4.472-4.447c1.205 0 2.32.462 3.166 1.3l.008.006l.887.778l-.887.793l-.814-.71a3.32 3.32 0 0 0-2.36-.993c-1.806 0-3.29 1.464-3.29 3.273s1.484 3.273 3.29 3.273a3.27 3.27 0 0 0 2.323-.957l6.199-5.502l.006-.005c.8-.8 1.926-1.266 3.12-1.266z"/></g></svg> </template>
CSS
.icon-posthtml {
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%3Cg%20fill%3D%22%23f57f17%22%3E%3Cpath%20d%3D%22M6.176%2016.747c1.271%200%202.471-.494%203.327-1.35l6.203-5.506a2.97%202.97%200%200%201%202.118-.873c1.65%200%203%201.332%203%202.982s-1.35%202.982-3%202.982a3%203%200%200%201-2.153-.908l-.997-.883l-1.35%201.183l1.129.979c.9.9%202.1%201.394%203.37%201.394c2.63%200%204.765-2.135%204.765-4.747s-2.135-4.747-4.764-4.747c-1.271%200-2.471.494-3.327%201.35l-6.203%205.506a2.97%202.97%200%200%201-2.117.873c-1.65%200-3-1.332-3-2.982s1.35-2.982%203-2.982c.794%200%201.552.308%202.152.908l1.024.892l1.323-1.183l-1.129-.988a4.75%204.75%200%200%200-3.37-1.385c-2.63%200-4.765%202.126-4.765%204.738a4.74%204.74%200%200%200%204.764%204.747%22%2F%3E%3Cpath%20d%3D%22M17.824%206.963c-1.345%200-2.619.52-3.531%201.432l-.002.001l-6.197%205.5l-.006.006a2.67%202.67%200%200%201-1.912.79c-1.494%200-2.71-1.2-2.71-2.692s1.216-2.691%202.71-2.691c.718%200%201.398.275%201.947.824l.008.006l1.224%201.066l1.76-1.572l-1.363-1.194H9.75a5.05%205.05%200%200%200-3.574-1.468C3.389%206.97%201.12%209.229%201.12%2012c0%202.803%202.27%205.037%205.055%205.037c1.345%200%202.618-.52%203.53-1.432l6.2-5.502l.006-.006a2.67%202.67%200%200%201%201.912-.789c1.493%200%202.709%201.2%202.709%202.692s-1.216%202.691-2.709%202.691c-.728%200-1.398-.274-1.947-.824l-.008-.006l-1.195-1.058l-1.793%201.572l1.367%201.183a5.03%205.03%200%200%200%203.576%201.479c2.787%200%205.055-2.267%205.055-5.037s-2.268-5.037-5.055-5.037zm0%20.58c2.472%200%204.473%202.004%204.473%204.457s-2.001%204.457-4.473%204.457a4.45%204.45%200%200%201-3.166-1.31l-.006-.006l-.887-.768l.907-.795l.793.701l.002.002a3.3%203.3%200%200%200%202.357.992c1.807%200%203.291-1.464%203.291-3.273s-1.484-3.273-3.291-3.273c-.877%200-1.704.34-2.322.957l-.002.002l-6.198%205.5l-.005.006c-.8.799-1.926%201.265-3.122%201.265A4.444%204.444%200%200%201%201.703%2012c0-2.453%202-4.447%204.472-4.447c1.205%200%202.32.462%203.166%201.3l.008.006l.887.778l-.887.793l-.814-.71a3.32%203.32%200%200%200-2.36-.993c-1.806%200-3.29%201.464-3.29%203.273s1.484%203.273%203.29%203.273a3.27%203.27%200%200%200%202.323-.957l6.199-5.502l.006-.005c.8-.8%201.926-1.266%203.12-1.266z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22%23f57f17%22%3E%3Cpath%20d%3D%22M6.176%2016.747c1.271%200%202.471-.494%203.327-1.35l6.203-5.506a2.97%202.97%200%200%201%202.118-.873c1.65%200%203%201.332%203%202.982s-1.35%202.982-3%202.982a3%203%200%200%201-2.153-.908l-.997-.883l-1.35%201.183l1.129.979c.9.9%202.1%201.394%203.37%201.394c2.63%200%204.765-2.135%204.765-4.747s-2.135-4.747-4.764-4.747c-1.271%200-2.471.494-3.327%201.35l-6.203%205.506a2.97%202.97%200%200%201-2.117.873c-1.65%200-3-1.332-3-2.982s1.35-2.982%203-2.982c.794%200%201.552.308%202.152.908l1.024.892l1.323-1.183l-1.129-.988a4.75%204.75%200%200%200-3.37-1.385c-2.63%200-4.765%202.126-4.765%204.738a4.74%204.74%200%200%200%204.764%204.747%22%2F%3E%3Cpath%20d%3D%22M17.824%206.963c-1.345%200-2.619.52-3.531%201.432l-.002.001l-6.197%205.5l-.006.006a2.67%202.67%200%200%201-1.912.79c-1.494%200-2.71-1.2-2.71-2.692s1.216-2.691%202.71-2.691c.718%200%201.398.275%201.947.824l.008.006l1.224%201.066l1.76-1.572l-1.363-1.194H9.75a5.05%205.05%200%200%200-3.574-1.468C3.389%206.97%201.12%209.229%201.12%2012c0%202.803%202.27%205.037%205.055%205.037c1.345%200%202.618-.52%203.53-1.432l6.2-5.502l.006-.006a2.67%202.67%200%200%201%201.912-.789c1.493%200%202.709%201.2%202.709%202.692s-1.216%202.691-2.709%202.691c-.728%200-1.398-.274-1.947-.824l-.008-.006l-1.195-1.058l-1.793%201.572l1.367%201.183a5.03%205.03%200%200%200%203.576%201.479c2.787%200%205.055-2.267%205.055-5.037s-2.268-5.037-5.055-5.037zm0%20.58c2.472%200%204.473%202.004%204.473%204.457s-2.001%204.457-4.473%204.457a4.45%204.45%200%200%201-3.166-1.31l-.006-.006l-.887-.768l.907-.795l.793.701l.002.002a3.3%203.3%200%200%200%202.357.992c1.807%200%203.291-1.464%203.291-3.273s-1.484-3.273-3.291-3.273c-.877%200-1.704.34-2.322.957l-.002.002l-6.198%205.5l-.005.006c-.8.799-1.926%201.265-3.122%201.265A4.444%204.444%200%200%201%201.703%2012c0-2.453%202-4.447%204.472-4.447c1.205%200%202.32.462%203.166%201.3l.008.006l.887.778l-.887.793l-.814-.71a3.32%203.32%200%200%200-2.36-.993c-1.806%200-3.29%201.464-3.29%203.273s1.484%203.273%203.29%203.273a3.27%203.27%200%200%200%202.323-.957l6.199-5.502l.006-.005c.8-.8%201.926-1.266%203.12-1.266z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/posthtml.svg?color=%231a73e8&size=48