hologram icon
hologram from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hologram
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the hologram icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M3 22h18"/><path stroke-linecap="round" stroke-linejoin="round" d="m17 19l-1-4m-8 0l-1 4m5-3v3"/><path stroke-linejoin="round" d="M12 7c.495 0 .956-.199 1.877-.595l.665-.287C16.181 5.412 17 5.059 17 4.5s-.82-.912-2.458-1.618l-.665-.287C12.958 2.198 12.496 2 12 2s-.956.199-1.877.595l-.665.287C7.819 3.588 7 3.941 7 4.5s.82.912 2.458 1.618l.665.287C11.043 6.8 11.505 7 12 7Zm0 0v6"/><path stroke-linejoin="round" d="M17 4.5v6c0 .559-.82.912-2.458 1.618l-.665.287c-.92.397-1.382.595-1.877.595s-.956-.198-1.877-.595l-.665-.287C7.819 11.412 7 11.059 7 10.5v-6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHologram(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M3 22h18"/><path strokeLinecap="round" strokeLinejoin="round" d="m17 19l-1-4m-8 0l-1 4m5-3v3"/><path strokeLinejoin="round" d="M12 7c.495 0 .956-.199 1.877-.595l.665-.287C16.181 5.412 17 5.059 17 4.5s-.82-.912-2.458-1.618l-.665-.287C12.958 2.198 12.496 2 12 2s-.956.199-1.877.595l-.665.287C7.819 3.588 7 3.941 7 4.5s.82.912 2.458 1.618l.665.287C11.043 6.8 11.505 7 12 7Zm0 0v6"/><path strokeLinejoin="round" d="M17 4.5v6c0 .559-.82.912-2.458 1.618l-.665.287c-.92.397-1.382.595-1.877.595s-.956-.198-1.877-.595l-.665-.287C7.819 11.412 7 11.059 7 10.5v-6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M3 22h18"/><path stroke-linecap="round" stroke-linejoin="round" d="m17 19l-1-4m-8 0l-1 4m5-3v3"/><path stroke-linejoin="round" d="M12 7c.495 0 .956-.199 1.877-.595l.665-.287C16.181 5.412 17 5.059 17 4.5s-.82-.912-2.458-1.618l-.665-.287C12.958 2.198 12.496 2 12 2s-.956.199-1.877.595l-.665.287C7.819 3.588 7 3.941 7 4.5s.82.912 2.458 1.618l.665.287C11.043 6.8 11.505 7 12 7Zm0 0v6"/><path stroke-linejoin="round" d="M17 4.5v6c0 .559-.82.912-2.458 1.618l-.665.287c-.92.397-1.382.595-1.877.595s-.956-.198-1.877-.595l-.665-.287C7.819 11.412 7 11.059 7 10.5v-6"/></g></svg> </template>
CSS
.icon-hologram {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2022h18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17%2019l-1-4m-8%200l-1%204m5-3v3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207c.495%200%20.956-.199%201.877-.595l.665-.287C16.181%205.412%2017%205.059%2017%204.5s-.82-.912-2.458-1.618l-.665-.287C12.958%202.198%2012.496%202%2012%202s-.956.199-1.877.595l-.665.287C7.819%203.588%207%203.941%207%204.5s.82.912%202.458%201.618l.665.287C11.043%206.8%2011.505%207%2012%207Zm0%200v6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%204.5v6c0%20.559-.82.912-2.458%201.618l-.665.287c-.92.397-1.382.595-1.877.595s-.956-.198-1.877-.595l-.665-.287C7.819%2011.412%207%2011.059%207%2010.5v-6%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2022h18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17%2019l-1-4m-8%200l-1%204m5-3v3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207c.495%200%20.956-.199%201.877-.595l.665-.287C16.181%205.412%2017%205.059%2017%204.5s-.82-.912-2.458-1.618l-.665-.287C12.958%202.198%2012.496%202%2012%202s-.956.199-1.877.595l-.665.287C7.819%203.588%207%203.941%207%204.5s.82.912%202.458%201.618l.665.287C11.043%206.8%2011.505%207%2012%207Zm0%200v6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%204.5v6c0%20.559-.82.912-2.458%201.618l-.665.287c-.92.397-1.382.595-1.877.595s-.956-.198-1.877-.595l-.665-.287C7.819%2011.412%207%2011.059%207%2010.5v-6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hologram.svg?color=%231a73e8&size=48