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

Name
html3-alt
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 html3 alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.99 22a1 1 0 0 1-.268-.037l-6.473-1.805a1 1 0 0 1-.728-.874L3.08 3.09A1 1 0 0 1 4.075 2h15.85a1 1 0 0 1 .996 1.089l-1.443 16.188a1 1 0 0 1-.728.874l-6.491 1.812a1 1 0 0 1-.269.037" opacity=".5"/><path fill="currentColor" d="M16.777 6.325A1 1 0 0 0 16.04 6H7.96a1 1 0 1 0 0 2h6.987l-.177 2H10a1 1 0 0 0 0 2h4.592l-.264 2.977l-2.328.528l-2.328-.53l-.096-1.064a1 1 0 0 0-1.992.178l.16 1.79a1 1 0 0 0 .775.887l3.26.74a1 1 0 0 0 .443 0l3.26-.74a1 1 0 0 0 .774-.887l.78-8.79a1 1 0 0 0-.259-.764"/></svg>

React

import type { SVGProps } from "react";

export function UimHtml3Alt(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" d="M11.99 22a1 1 0 0 1-.268-.037l-6.473-1.805a1 1 0 0 1-.728-.874L3.08 3.09A1 1 0 0 1 4.075 2h15.85a1 1 0 0 1 .996 1.089l-1.443 16.188a1 1 0 0 1-.728.874l-6.491 1.812a1 1 0 0 1-.269.037" opacity=".5"/><path fill="currentColor" d="M16.777 6.325A1 1 0 0 0 16.04 6H7.96a1 1 0 1 0 0 2h6.987l-.177 2H10a1 1 0 0 0 0 2h4.592l-.264 2.977l-2.328.528l-2.328-.53l-.096-1.064a1 1 0 0 0-1.992.178l.16 1.79a1 1 0 0 0 .775.887l3.26.74a1 1 0 0 0 .443 0l3.26-.74a1 1 0 0 0 .774-.887l.78-8.79a1 1 0 0 0-.259-.764"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.99 22a1 1 0 0 1-.268-.037l-6.473-1.805a1 1 0 0 1-.728-.874L3.08 3.09A1 1 0 0 1 4.075 2h15.85a1 1 0 0 1 .996 1.089l-1.443 16.188a1 1 0 0 1-.728.874l-6.491 1.812a1 1 0 0 1-.269.037" opacity=".5"/><path fill="currentColor" d="M16.777 6.325A1 1 0 0 0 16.04 6H7.96a1 1 0 1 0 0 2h6.987l-.177 2H10a1 1 0 0 0 0 2h4.592l-.264 2.977l-2.328.528l-2.328-.53l-.096-1.064a1 1 0 0 0-1.992.178l.16 1.79a1 1 0 0 0 .775.887l3.26.74a1 1 0 0 0 .443 0l3.26-.74a1 1 0 0 0 .774-.887l.78-8.79a1 1 0 0 0-.259-.764"/></svg>
</template>

CSS

.icon-html3-alt {
  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%20d%3D%22M11.99%2022a1%201%200%200%201-.268-.037l-6.473-1.805a1%201%200%200%201-.728-.874L3.08%203.09A1%201%200%200%201%204.075%202h15.85a1%201%200%200%201%20.996%201.089l-1.443%2016.188a1%201%200%200%201-.728.874l-6.491%201.812a1%201%200%200%201-.269.037%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.777%206.325A1%201%200%200%200%2016.04%206H7.96a1%201%200%201%200%200%202h6.987l-.177%202H10a1%201%200%200%200%200%202h4.592l-.264%202.977l-2.328.528l-2.328-.53l-.096-1.064a1%201%200%200%200-1.992.178l.16%201.79a1%201%200%200%200%20.775.887l3.26.74a1%201%200%200%200%20.443%200l3.26-.74a1%201%200%200%200%20.774-.887l.78-8.79a1%201%200%200%200-.259-.764%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%20d%3D%22M11.99%2022a1%201%200%200%201-.268-.037l-6.473-1.805a1%201%200%200%201-.728-.874L3.08%203.09A1%201%200%200%201%204.075%202h15.85a1%201%200%200%201%20.996%201.089l-1.443%2016.188a1%201%200%200%201-.728.874l-6.491%201.812a1%201%200%200%201-.269.037%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.777%206.325A1%201%200%200%200%2016.04%206H7.96a1%201%200%201%200%200%202h6.987l-.177%202H10a1%201%200%200%200%200%202h4.592l-.264%202.977l-2.328.528l-2.328-.53l-.096-1.064a1%201%200%200%200-1.992.178l.16%201.79a1%201%200%200%200%20.775.887l3.26.74a1%201%200%200%200%20.443%200l3.26-.74a1%201%200%200%200%20.774-.887l.78-8.79a1%201%200%200%200-.259-.764%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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