ios flame icon
ios-flame-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-flame-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios flame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M223.899 32c25.691 145-96.732 142-95.895 288 .686 119.51 104.975 160 128.143 160 23.166 0 113.88-26 126.931-160 10.633-109.184-72.506-224-159.179-288zm32.248 440s-40.701-35.816-40.701-80c0-44.183 40.555-80 40.555-80s40.332 35.817 40.332 80c-.001 44.184-40.186 80-40.186 80zm111.006-153.551c-2.823 28.988-9.704 54.523-20.45 75.894-8.749 17.397-20.084 32.114-33.692 43.743a121.72 121.72 0 0 1-19.771 13.749c10.039-15.938 19.093-36.72 19.093-59.835 0-50.788-43.842-90.307-45.708-91.963l-10.594-9.41-10.621 9.381c-1.877 1.657-45.963 41.178-45.963 91.992 0 21.842 8.168 41.594 17.636 57.152a156.12 156.12 0 0 1-22.986-16.451c-14.688-12.67-26.365-27.608-34.708-44.402-10.063-20.255-15.239-43.265-15.383-68.391-.367-63.986 24.09-95.746 49.983-129.369 24.568-31.903 49.829-64.7 49.458-122.113 32.513 28.827 61.257 63.03 82.822 98.877 31.307 52.047 45.446 104.312 40.884 151.146z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosFlameOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M223.899 32c25.691 145-96.732 142-95.895 288 .686 119.51 104.975 160 128.143 160 23.166 0 113.88-26 126.931-160 10.633-109.184-72.506-224-159.179-288zm32.248 440s-40.701-35.816-40.701-80c0-44.183 40.555-80 40.555-80s40.332 35.817 40.332 80c-.001 44.184-40.186 80-40.186 80zm111.006-153.551c-2.823 28.988-9.704 54.523-20.45 75.894-8.749 17.397-20.084 32.114-33.692 43.743a121.72 121.72 0 0 1-19.771 13.749c10.039-15.938 19.093-36.72 19.093-59.835 0-50.788-43.842-90.307-45.708-91.963l-10.594-9.41-10.621 9.381c-1.877 1.657-45.963 41.178-45.963 91.992 0 21.842 8.168 41.594 17.636 57.152a156.12 156.12 0 0 1-22.986-16.451c-14.688-12.67-26.365-27.608-34.708-44.402-10.063-20.255-15.239-43.265-15.383-68.391-.367-63.986 24.09-95.746 49.983-129.369 24.568-31.903 49.829-64.7 49.458-122.113 32.513 28.827 61.257 63.03 82.822 98.877 31.307 52.047 45.446 104.312 40.884 151.146z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M223.899 32c25.691 145-96.732 142-95.895 288 .686 119.51 104.975 160 128.143 160 23.166 0 113.88-26 126.931-160 10.633-109.184-72.506-224-159.179-288zm32.248 440s-40.701-35.816-40.701-80c0-44.183 40.555-80 40.555-80s40.332 35.817 40.332 80c-.001 44.184-40.186 80-40.186 80zm111.006-153.551c-2.823 28.988-9.704 54.523-20.45 75.894-8.749 17.397-20.084 32.114-33.692 43.743a121.72 121.72 0 0 1-19.771 13.749c10.039-15.938 19.093-36.72 19.093-59.835 0-50.788-43.842-90.307-45.708-91.963l-10.594-9.41-10.621 9.381c-1.877 1.657-45.963 41.178-45.963 91.992 0 21.842 8.168 41.594 17.636 57.152a156.12 156.12 0 0 1-22.986-16.451c-14.688-12.67-26.365-27.608-34.708-44.402-10.063-20.255-15.239-43.265-15.383-68.391-.367-63.986 24.09-95.746 49.983-129.369 24.568-31.903 49.829-64.7 49.458-122.113 32.513 28.827 61.257 63.03 82.822 98.877 31.307 52.047 45.446 104.312 40.884 151.146z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-flame-outline {
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%20512%20512%22%3E%3Cpath%20d%3D%22M223.899%2032c25.691%20145-96.732%20142-95.895%20288%20.686%20119.51%20104.975%20160%20128.143%20160%2023.166%200%20113.88-26%20126.931-160%2010.633-109.184-72.506-224-159.179-288zm32.248%20440s-40.701-35.816-40.701-80c0-44.183%2040.555-80%2040.555-80s40.332%2035.817%2040.332%2080c-.001%2044.184-40.186%2080-40.186%2080zm111.006-153.551c-2.823%2028.988-9.704%2054.523-20.45%2075.894-8.749%2017.397-20.084%2032.114-33.692%2043.743a121.72%20121.72%200%200%201-19.771%2013.749c10.039-15.938%2019.093-36.72%2019.093-59.835%200-50.788-43.842-90.307-45.708-91.963l-10.594-9.41-10.621%209.381c-1.877%201.657-45.963%2041.178-45.963%2091.992%200%2021.842%208.168%2041.594%2017.636%2057.152a156.12%20156.12%200%200%201-22.986-16.451c-14.688-12.67-26.365-27.608-34.708-44.402-10.063-20.255-15.239-43.265-15.383-68.391-.367-63.986%2024.09-95.746%2049.983-129.369%2024.568-31.903%2049.829-64.7%2049.458-122.113%2032.513%2028.827%2061.257%2063.03%2082.822%2098.877%2031.307%2052.047%2045.446%20104.312%2040.884%20151.146z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M223.899%2032c25.691%20145-96.732%20142-95.895%20288%20.686%20119.51%20104.975%20160%20128.143%20160%2023.166%200%20113.88-26%20126.931-160%2010.633-109.184-72.506-224-159.179-288zm32.248%20440s-40.701-35.816-40.701-80c0-44.183%2040.555-80%2040.555-80s40.332%2035.817%2040.332%2080c-.001%2044.184-40.186%2080-40.186%2080zm111.006-153.551c-2.823%2028.988-9.704%2054.523-20.45%2075.894-8.749%2017.397-20.084%2032.114-33.692%2043.743a121.72%20121.72%200%200%201-19.771%2013.749c10.039-15.938%2019.093-36.72%2019.093-59.835%200-50.788-43.842-90.307-45.708-91.963l-10.594-9.41-10.621%209.381c-1.877%201.657-45.963%2041.178-45.963%2091.992%200%2021.842%208.168%2041.594%2017.636%2057.152a156.12%20156.12%200%200%201-22.986-16.451c-14.688-12.67-26.365-27.608-34.708-44.402-10.063-20.255-15.239-43.265-15.383-68.391-.367-63.986%2024.09-95.746%2049.983-129.369%2024.568-31.903%2049.829-64.7%2049.458-122.113%2032.513%2028.827%2061.257%2063.03%2082.822%2098.877%2031.307%2052.047%2045.446%20104.312%2040.884%20151.146z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-flame-outline.svg?color=%231a73e8&size=48