halo icon
halo from IconPark Outline by ByteDance · Outline · Abstract · Apache-2.0 Free for personal and commercial use.
- Name
- halo
- Set
- IconPark Outline
- Style
- Outline
- Category
- Abstract
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More abstract icons from IconPark Outline
Use the halo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 28a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-6.636-14a12.05 12.05 0 0 0-3.453 3.5m-1.713 8.68a12.1 12.1 0 0 1 0-4.36M17.364 34a12.05 12.05 0 0 1-3.453-3.5m12.449 5.268a12.1 12.1 0 0 1-4.72 0M30.636 34a12.1 12.1 0 0 0 3.453-3.5m1.714-4.32a12.1 12.1 0 0 0 0-4.36M30.636 14a12.1 12.1 0 0 1 3.453 3.5M21.64 12.232a12.1 12.1 0 0 1 4.72 0M44 24a20.2 20.2 0 0 0-.4-4M4 24a20.2 20.2 0 0 1 .4-4m34.246 17.62a20 20 0 0 1-2.796 2.493M9.354 37.62a20 20 0 0 0 2.796 2.493m3.562-34.32a20 20 0 0 0-3.562 2.094m20.138-2.094a20 20 0 0 1 3.562 2.094m-9.603-3.762a20.2 20.2 0 0 0-4.494 0m4.494 39.75a20 20 0 0 0 4.253-.955m-8.747.955a20 20 0 0 1-4.253-.955M8.155 11.794a20 20 0 0 0-1.908 2.986m33.598-2.985a20 20 0 0 1 1.908 2.985M6.247 33.22a20 20 0 0 1-1.378-3.372m36.884 3.372a20 20 0 0 0 1.378-3.372"/></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineHalo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 28a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-6.636-14a12.05 12.05 0 0 0-3.453 3.5m-1.713 8.68a12.1 12.1 0 0 1 0-4.36M17.364 34a12.05 12.05 0 0 1-3.453-3.5m12.449 5.268a12.1 12.1 0 0 1-4.72 0M30.636 34a12.1 12.1 0 0 0 3.453-3.5m1.714-4.32a12.1 12.1 0 0 0 0-4.36M30.636 14a12.1 12.1 0 0 1 3.453 3.5M21.64 12.232a12.1 12.1 0 0 1 4.72 0M44 24a20.2 20.2 0 0 0-.4-4M4 24a20.2 20.2 0 0 1 .4-4m34.246 17.62a20 20 0 0 1-2.796 2.493M9.354 37.62a20 20 0 0 0 2.796 2.493m3.562-34.32a20 20 0 0 0-3.562 2.094m20.138-2.094a20 20 0 0 1 3.562 2.094m-9.603-3.762a20.2 20.2 0 0 0-4.494 0m4.494 39.75a20 20 0 0 0 4.253-.955m-8.747.955a20 20 0 0 1-4.253-.955M8.155 11.794a20 20 0 0 0-1.908 2.986m33.598-2.985a20 20 0 0 1 1.908 2.985M6.247 33.22a20 20 0 0 1-1.378-3.372m36.884 3.372a20 20 0 0 0 1.378-3.372"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 28a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-6.636-14a12.05 12.05 0 0 0-3.453 3.5m-1.713 8.68a12.1 12.1 0 0 1 0-4.36M17.364 34a12.05 12.05 0 0 1-3.453-3.5m12.449 5.268a12.1 12.1 0 0 1-4.72 0M30.636 34a12.1 12.1 0 0 0 3.453-3.5m1.714-4.32a12.1 12.1 0 0 0 0-4.36M30.636 14a12.1 12.1 0 0 1 3.453 3.5M21.64 12.232a12.1 12.1 0 0 1 4.72 0M44 24a20.2 20.2 0 0 0-.4-4M4 24a20.2 20.2 0 0 1 .4-4m34.246 17.62a20 20 0 0 1-2.796 2.493M9.354 37.62a20 20 0 0 0 2.796 2.493m3.562-34.32a20 20 0 0 0-3.562 2.094m20.138-2.094a20 20 0 0 1 3.562 2.094m-9.603-3.762a20.2 20.2 0 0 0-4.494 0m4.494 39.75a20 20 0 0 0 4.253-.955m-8.747.955a20 20 0 0 1-4.253-.955M8.155 11.794a20 20 0 0 0-1.908 2.986m33.598-2.985a20 20 0 0 1 1.908 2.985M6.247 33.22a20 20 0 0 1-1.378-3.372m36.884 3.372a20 20 0 0 0 1.378-3.372"/></svg> </template>
CSS
.icon-halo {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2028a4%204%200%201%200%200-8a4%204%200%200%200%200%208m-6.636-14a12.05%2012.05%200%200%200-3.453%203.5m-1.713%208.68a12.1%2012.1%200%200%201%200-4.36M17.364%2034a12.05%2012.05%200%200%201-3.453-3.5m12.449%205.268a12.1%2012.1%200%200%201-4.72%200M30.636%2034a12.1%2012.1%200%200%200%203.453-3.5m1.714-4.32a12.1%2012.1%200%200%200%200-4.36M30.636%2014a12.1%2012.1%200%200%201%203.453%203.5M21.64%2012.232a12.1%2012.1%200%200%201%204.72%200M44%2024a20.2%2020.2%200%200%200-.4-4M4%2024a20.2%2020.2%200%200%201%20.4-4m34.246%2017.62a20%2020%200%200%201-2.796%202.493M9.354%2037.62a20%2020%200%200%200%202.796%202.493m3.562-34.32a20%2020%200%200%200-3.562%202.094m20.138-2.094a20%2020%200%200%201%203.562%202.094m-9.603-3.762a20.2%2020.2%200%200%200-4.494%200m4.494%2039.75a20%2020%200%200%200%204.253-.955m-8.747.955a20%2020%200%200%201-4.253-.955M8.155%2011.794a20%2020%200%200%200-1.908%202.986m33.598-2.985a20%2020%200%200%201%201.908%202.985M6.247%2033.22a20%2020%200%200%201-1.378-3.372m36.884%203.372a20%2020%200%200%200%201.378-3.372%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%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2028a4%204%200%201%200%200-8a4%204%200%200%200%200%208m-6.636-14a12.05%2012.05%200%200%200-3.453%203.5m-1.713%208.68a12.1%2012.1%200%200%201%200-4.36M17.364%2034a12.05%2012.05%200%200%201-3.453-3.5m12.449%205.268a12.1%2012.1%200%200%201-4.72%200M30.636%2034a12.1%2012.1%200%200%200%203.453-3.5m1.714-4.32a12.1%2012.1%200%200%200%200-4.36M30.636%2014a12.1%2012.1%200%200%201%203.453%203.5M21.64%2012.232a12.1%2012.1%200%200%201%204.72%200M44%2024a20.2%2020.2%200%200%200-.4-4M4%2024a20.2%2020.2%200%200%201%20.4-4m34.246%2017.62a20%2020%200%200%201-2.796%202.493M9.354%2037.62a20%2020%200%200%200%202.796%202.493m3.562-34.32a20%2020%200%200%200-3.562%202.094m20.138-2.094a20%2020%200%200%201%203.562%202.094m-9.603-3.762a20.2%2020.2%200%200%200-4.494%200m4.494%2039.75a20%2020%200%200%200%204.253-.955m-8.747.955a20%2020%200%200%201-4.253-.955M8.155%2011.794a20%2020%200%200%200-1.908%202.986m33.598-2.985a20%2020%200%200%201%201.908%202.985M6.247%2033.22a20%2020%200%200%201-1.378-3.372m36.884%203.372a20%2020%200%200%200%201.378-3.372%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/halo.svg?color=%231a73e8&size=48