html five icon
html-five from IconPark by ByteDance · Color · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- html-five
- Set
- IconPark
- Style
- Color
- Category
- Brand
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More brand icons from IconPark
Use the html five icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M37.8037 5H10.1963C9.01796 5 8.09502 6.01352 8.205 7.18668L10.8925 35.8534C10.959 36.5632 11.3984 37.1839 12.0457 37.4826L23.1619 42.6132C23.6937 42.8586 24.3063 42.8586 24.8381 42.6132L35.9543 37.4826C36.6016 37.1839 37.041 36.5632 37.1075 35.8534L39.795 7.18668C39.905 6.01352 38.982 5 37.8037 5Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M32 12H16L17 21H31L30 32L24 35L18 32L17.5 27"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkHtmlFive(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M37.8037 5H10.1963C9.01796 5 8.09502 6.01352 8.205 7.18668L10.8925 35.8534C10.959 36.5632 11.3984 37.1839 12.0457 37.4826L23.1619 42.6132C23.6937 42.8586 24.3063 42.8586 24.8381 42.6132L35.9543 37.4826C36.6016 37.1839 37.041 36.5632 37.1075 35.8534L39.795 7.18668C39.905 6.01352 38.982 5 37.8037 5Z"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="M32 12H16L17 21H31L30 32L24 35L18 32L17.5 27"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M37.8037 5H10.1963C9.01796 5 8.09502 6.01352 8.205 7.18668L10.8925 35.8534C10.959 36.5632 11.3984 37.1839 12.0457 37.4826L23.1619 42.6132C23.6937 42.8586 24.3063 42.8586 24.8381 42.6132L35.9543 37.4826C36.6016 37.1839 37.041 36.5632 37.1075 35.8534L39.795 7.18668C39.905 6.01352 38.982 5 37.8037 5Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M32 12H16L17 21H31L30 32L24 35L18 32L17.5 27"/></g></svg> </template>
CSS
.icon-html-five {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M37.8037%205H10.1963C9.01796%205%208.09502%206.01352%208.205%207.18668L10.8925%2035.8534C10.959%2036.5632%2011.3984%2037.1839%2012.0457%2037.4826L23.1619%2042.6132C23.6937%2042.8586%2024.3063%2042.8586%2024.8381%2042.6132L35.9543%2037.4826C36.6016%2037.1839%2037.041%2036.5632%2037.1075%2035.8534L39.795%207.18668C39.905%206.01352%2038.982%205%2037.8037%205Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32%2012H16L17%2021H31L30%2032L24%2035L18%2032L17.5%2027%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M37.8037%205H10.1963C9.01796%205%208.09502%206.01352%208.205%207.18668L10.8925%2035.8534C10.959%2036.5632%2011.3984%2037.1839%2012.0457%2037.4826L23.1619%2042.6132C23.6937%2042.8586%2024.3063%2042.8586%2024.8381%2042.6132L35.9543%2037.4826C36.6016%2037.1839%2037.041%2036.5632%2037.1075%2035.8534L39.795%207.18668C39.905%206.01352%2038.982%205%2037.8037%205Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32%2012H16L17%2021H31L30%2032L24%2035L18%2032L17.5%2027%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/html-five.svg?color=%231a73e8&size=48