inferno from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
inferno
Set
SVG Logos
Style
Color
Viewbox
256×266
License
CC0

Use the inferno logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 266"><path fill="#494949" d="m84.11 58.734l-3.335 2.213c-27.487 17.978-41.97 43.56-42.301 76.315c-.426 41.89 29.09 78.327 69.92 87.701c52.705 12.101 104.865-26.106 109.105-79.918c3.353-42.563-25.426-80.8-66.033-94.018c-6.123-6.827-11.683-29.772-2.006-40.223c39.907 8.868 69.826 29.245 89.116 62.064c42.178 71.76 4.26 165.298-75.856 187.64C88.298 281.262 12.997 232.202 1.867 155.71C-10.484 84.388 39.875 20.94 110.926 10.276C94.35 25.267 85.482 45.854 84.11 58.734"/><path fill="#fb3239" d="M179.584 119.46c5.738-10.693 5.478-21.876 2.22-33.19c-.801-2.784-2.468-7.558-3.593-10.679c19.183 14.176 35.565 48.262 27.238 82.136c-7.714 31.385-37.794 56.664-68.824 59.587c-39.96 3.763-71.03-20.182-82.724-49.292c-12.47-31.035-2.484-69.205 18.948-88.208c-10.487 21.114-7.241 37.875-2.956 44.13c4.763 6.952 12.346 10.557 19.747 8.498c7.78-2.164 13.749-9.125 13.614-18c-.09-5.926-1.147-12.609-3.484-17.948c-13.867-31.677-2.308-60.245 20.059-79.919c6.492-5.71 14.04-11.19 23.649-16.575c-10.558 14.991-12.352 33.256-4.33 50.253c4.704 9.262 10.73 18.935 16.048 27.871c9.557 16.061 15.418 32.574 12.88 51.732c-.028.212 7.602-2.957 11.508-10.397"/></svg>

React

import type { SVGProps } from "react";

export function LogosInferno(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 266"><path fill="#494949" d="m84.11 58.734l-3.335 2.213c-27.487 17.978-41.97 43.56-42.301 76.315c-.426 41.89 29.09 78.327 69.92 87.701c52.705 12.101 104.865-26.106 109.105-79.918c3.353-42.563-25.426-80.8-66.033-94.018c-6.123-6.827-11.683-29.772-2.006-40.223c39.907 8.868 69.826 29.245 89.116 62.064c42.178 71.76 4.26 165.298-75.856 187.64C88.298 281.262 12.997 232.202 1.867 155.71C-10.484 84.388 39.875 20.94 110.926 10.276C94.35 25.267 85.482 45.854 84.11 58.734"/><path fill="#fb3239" d="M179.584 119.46c5.738-10.693 5.478-21.876 2.22-33.19c-.801-2.784-2.468-7.558-3.593-10.679c19.183 14.176 35.565 48.262 27.238 82.136c-7.714 31.385-37.794 56.664-68.824 59.587c-39.96 3.763-71.03-20.182-82.724-49.292c-12.47-31.035-2.484-69.205 18.948-88.208c-10.487 21.114-7.241 37.875-2.956 44.13c4.763 6.952 12.346 10.557 19.747 8.498c7.78-2.164 13.749-9.125 13.614-18c-.09-5.926-1.147-12.609-3.484-17.948c-13.867-31.677-2.308-60.245 20.059-79.919c6.492-5.71 14.04-11.19 23.649-16.575c-10.558 14.991-12.352 33.256-4.33 50.253c4.704 9.262 10.73 18.935 16.048 27.871c9.557 16.061 15.418 32.574 12.88 51.732c-.028.212 7.602-2.957 11.508-10.397"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 266"><path fill="#494949" d="m84.11 58.734l-3.335 2.213c-27.487 17.978-41.97 43.56-42.301 76.315c-.426 41.89 29.09 78.327 69.92 87.701c52.705 12.101 104.865-26.106 109.105-79.918c3.353-42.563-25.426-80.8-66.033-94.018c-6.123-6.827-11.683-29.772-2.006-40.223c39.907 8.868 69.826 29.245 89.116 62.064c42.178 71.76 4.26 165.298-75.856 187.64C88.298 281.262 12.997 232.202 1.867 155.71C-10.484 84.388 39.875 20.94 110.926 10.276C94.35 25.267 85.482 45.854 84.11 58.734"/><path fill="#fb3239" d="M179.584 119.46c5.738-10.693 5.478-21.876 2.22-33.19c-.801-2.784-2.468-7.558-3.593-10.679c19.183 14.176 35.565 48.262 27.238 82.136c-7.714 31.385-37.794 56.664-68.824 59.587c-39.96 3.763-71.03-20.182-82.724-49.292c-12.47-31.035-2.484-69.205 18.948-88.208c-10.487 21.114-7.241 37.875-2.956 44.13c4.763 6.952 12.346 10.557 19.747 8.498c7.78-2.164 13.749-9.125 13.614-18c-.09-5.926-1.147-12.609-3.484-17.948c-13.867-31.677-2.308-60.245 20.059-79.919c6.492-5.71 14.04-11.19 23.649-16.575c-10.558 14.991-12.352 33.256-4.33 50.253c4.704 9.262 10.73 18.935 16.048 27.871c9.557 16.061 15.418 32.574 12.88 51.732c-.028.212 7.602-2.957 11.508-10.397"/></svg>
</template>

CSS

.icon-inferno {
  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%20256%20266%22%3E%3Cpath%20fill%3D%22%23494949%22%20d%3D%22m84.11%2058.734l-3.335%202.213c-27.487%2017.978-41.97%2043.56-42.301%2076.315c-.426%2041.89%2029.09%2078.327%2069.92%2087.701c52.705%2012.101%20104.865-26.106%20109.105-79.918c3.353-42.563-25.426-80.8-66.033-94.018c-6.123-6.827-11.683-29.772-2.006-40.223c39.907%208.868%2069.826%2029.245%2089.116%2062.064c42.178%2071.76%204.26%20165.298-75.856%20187.64C88.298%20281.262%2012.997%20232.202%201.867%20155.71C-10.484%2084.388%2039.875%2020.94%20110.926%2010.276C94.35%2025.267%2085.482%2045.854%2084.11%2058.734%22%2F%3E%3Cpath%20fill%3D%22%23fb3239%22%20d%3D%22M179.584%20119.46c5.738-10.693%205.478-21.876%202.22-33.19c-.801-2.784-2.468-7.558-3.593-10.679c19.183%2014.176%2035.565%2048.262%2027.238%2082.136c-7.714%2031.385-37.794%2056.664-68.824%2059.587c-39.96%203.763-71.03-20.182-82.724-49.292c-12.47-31.035-2.484-69.205%2018.948-88.208c-10.487%2021.114-7.241%2037.875-2.956%2044.13c4.763%206.952%2012.346%2010.557%2019.747%208.498c7.78-2.164%2013.749-9.125%2013.614-18c-.09-5.926-1.147-12.609-3.484-17.948c-13.867-31.677-2.308-60.245%2020.059-79.919c6.492-5.71%2014.04-11.19%2023.649-16.575c-10.558%2014.991-12.352%2033.256-4.33%2050.253c4.704%209.262%2010.73%2018.935%2016.048%2027.871c9.557%2016.061%2015.418%2032.574%2012.88%2051.732c-.028.212%207.602-2.957%2011.508-10.397%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%20256%20266%22%3E%3Cpath%20fill%3D%22%23494949%22%20d%3D%22m84.11%2058.734l-3.335%202.213c-27.487%2017.978-41.97%2043.56-42.301%2076.315c-.426%2041.89%2029.09%2078.327%2069.92%2087.701c52.705%2012.101%20104.865-26.106%20109.105-79.918c3.353-42.563-25.426-80.8-66.033-94.018c-6.123-6.827-11.683-29.772-2.006-40.223c39.907%208.868%2069.826%2029.245%2089.116%2062.064c42.178%2071.76%204.26%20165.298-75.856%20187.64C88.298%20281.262%2012.997%20232.202%201.867%20155.71C-10.484%2084.388%2039.875%2020.94%20110.926%2010.276C94.35%2025.267%2085.482%2045.854%2084.11%2058.734%22%2F%3E%3Cpath%20fill%3D%22%23fb3239%22%20d%3D%22M179.584%20119.46c5.738-10.693%205.478-21.876%202.22-33.19c-.801-2.784-2.468-7.558-3.593-10.679c19.183%2014.176%2035.565%2048.262%2027.238%2082.136c-7.714%2031.385-37.794%2056.664-68.824%2059.587c-39.96%203.763-71.03-20.182-82.724-49.292c-12.47-31.035-2.484-69.205%2018.948-88.208c-10.487%2021.114-7.241%2037.875-2.956%2044.13c4.763%206.952%2012.346%2010.557%2019.747%208.498c7.78-2.164%2013.749-9.125%2013.614-18c-.09-5.926-1.147-12.609-3.484-17.948c-13.867-31.677-2.308-60.245%2020.059-79.919c6.492-5.71%2014.04-11.19%2023.649-16.575c-10.558%2014.991-12.352%2033.256-4.33%2050.253c4.704%209.262%2010.73%2018.935%2016.048%2027.871c9.557%2016.061%2015.418%2032.574%2012.88%2051.732c-.028.212%207.602-2.957%2011.508-10.397%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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