redhat icon
redhat from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- redhat
- 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 redhat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.389 6.002c-.777 0-1.004 1.08-1.938 1.08c-.905 0-1.562-.81-2.408-.81c-.807 0-1.33.592-1.732 1.81c-1.377 4.163-1.317 3.986-1.307 4.205c0 1.332 4.877 5.703 11.406 5.703V18c1.681 0 4.11-.375 4.11-2.53c.02-.363.05-.092-1.041-5.17c-.226-1.03-.434-1.499-2.106-2.394c-1.308-.719-4.148-1.904-4.984-1.904m-8.12 7.037C5.97 13.15 3 13.57 3 16.24C3 20.61 13.19 26 21.26 26c6.18 0 7.74-2.84 7.74-5.09c0-1.77-1.5-3.77-4.21-4.97c.23 1.237.21 1.619.21 1.78c0 2.108-2.155 3.28-4.992 3.28C13.613 21.011 8 16.873 8 14.148c0-.38.13-.76.27-1.109z"/></svg>
React
import type { SVGProps } from "react";
export function LaRedhat(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="M16.389 6.002c-.777 0-1.004 1.08-1.938 1.08c-.905 0-1.562-.81-2.408-.81c-.807 0-1.33.592-1.732 1.81c-1.377 4.163-1.317 3.986-1.307 4.205c0 1.332 4.877 5.703 11.406 5.703V18c1.681 0 4.11-.375 4.11-2.53c.02-.363.05-.092-1.041-5.17c-.226-1.03-.434-1.499-2.106-2.394c-1.308-.719-4.148-1.904-4.984-1.904m-8.12 7.037C5.97 13.15 3 13.57 3 16.24C3 20.61 13.19 26 21.26 26c6.18 0 7.74-2.84 7.74-5.09c0-1.77-1.5-3.77-4.21-4.97c.23 1.237.21 1.619.21 1.78c0 2.108-2.155 3.28-4.992 3.28C13.613 21.011 8 16.873 8 14.148c0-.38.13-.76.27-1.109z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.389 6.002c-.777 0-1.004 1.08-1.938 1.08c-.905 0-1.562-.81-2.408-.81c-.807 0-1.33.592-1.732 1.81c-1.377 4.163-1.317 3.986-1.307 4.205c0 1.332 4.877 5.703 11.406 5.703V18c1.681 0 4.11-.375 4.11-2.53c.02-.363.05-.092-1.041-5.17c-.226-1.03-.434-1.499-2.106-2.394c-1.308-.719-4.148-1.904-4.984-1.904m-8.12 7.037C5.97 13.15 3 13.57 3 16.24C3 20.61 13.19 26 21.26 26c6.18 0 7.74-2.84 7.74-5.09c0-1.77-1.5-3.77-4.21-4.97c.23 1.237.21 1.619.21 1.78c0 2.108-2.155 3.28-4.992 3.28C13.613 21.011 8 16.873 8 14.148c0-.38.13-.76.27-1.109z"/></svg> </template>
CSS
.icon-redhat {
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%22M16.389%206.002c-.777%200-1.004%201.08-1.938%201.08c-.905%200-1.562-.81-2.408-.81c-.807%200-1.33.592-1.732%201.81c-1.377%204.163-1.317%203.986-1.307%204.205c0%201.332%204.877%205.703%2011.406%205.703V18c1.681%200%204.11-.375%204.11-2.53c.02-.363.05-.092-1.041-5.17c-.226-1.03-.434-1.499-2.106-2.394c-1.308-.719-4.148-1.904-4.984-1.904m-8.12%207.037C5.97%2013.15%203%2013.57%203%2016.24C3%2020.61%2013.19%2026%2021.26%2026c6.18%200%207.74-2.84%207.74-5.09c0-1.77-1.5-3.77-4.21-4.97c.23%201.237.21%201.619.21%201.78c0%202.108-2.155%203.28-4.992%203.28C13.613%2021.011%208%2016.873%208%2014.148c0-.38.13-.76.27-1.109z%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%22M16.389%206.002c-.777%200-1.004%201.08-1.938%201.08c-.905%200-1.562-.81-2.408-.81c-.807%200-1.33.592-1.732%201.81c-1.377%204.163-1.317%203.986-1.307%204.205c0%201.332%204.877%205.703%2011.406%205.703V18c1.681%200%204.11-.375%204.11-2.53c.02-.363.05-.092-1.041-5.17c-.226-1.03-.434-1.499-2.106-2.394c-1.308-.719-4.148-1.904-4.984-1.904m-8.12%207.037C5.97%2013.15%203%2013.57%203%2016.24C3%2020.61%2013.19%2026%2021.26%2026c6.18%200%207.74-2.84%207.74-5.09c0-1.77-1.5-3.77-4.21-4.97c.23%201.237.21%201.619.21%201.78c0%202.108-2.155%203.28-4.992%203.28C13.613%2021.011%208%2016.873%208%2014.148c0-.38.13-.76.27-1.109z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/redhat.svg?color=%231a73e8&size=48