universe icon
universe from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- universe
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the universe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -3 24 24"><path fill="currentColor" d="M.694 17.306c-1.91-1.912.258-7.18 4.845-11.767S15.394-1.217 17.306.694c1.91 1.912-.258 7.18-4.845 11.767S2.606 19.217.694 17.306M2.08 15.92c.815.816 5.102-.95 8.997-4.845s5.66-8.182 4.845-8.997c-.815-.816-5.102.95-8.997 4.845s-5.66 8.182-4.845 8.997m3.46-3.46C.952 7.874-1.217 2.606.694.694c1.912-1.91 7.18.258 11.767 4.845s6.756 9.855 4.845 11.767c-1.912 1.91-7.18-.258-11.767-4.845zm1.385-1.385c3.895 3.895 8.182 5.66 8.997 4.845c.816-.815-.95-5.102-4.845-8.997S2.895 1.263 2.08 2.078c-.816.815.95 5.102 4.845 8.997M9 11a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>
React
import type { SVGProps } from "react";
export function JamUniverse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -3 24 24"><path fill="currentColor" d="M.694 17.306c-1.91-1.912.258-7.18 4.845-11.767S15.394-1.217 17.306.694c1.91 1.912-.258 7.18-4.845 11.767S2.606 19.217.694 17.306M2.08 15.92c.815.816 5.102-.95 8.997-4.845s5.66-8.182 4.845-8.997c-.815-.816-5.102.95-8.997 4.845s-5.66 8.182-4.845 8.997m3.46-3.46C.952 7.874-1.217 2.606.694.694c1.912-1.91 7.18.258 11.767 4.845s6.756 9.855 4.845 11.767c-1.912 1.91-7.18-.258-11.767-4.845zm1.385-1.385c3.895 3.895 8.182 5.66 8.997 4.845c.816-.815-.95-5.102-4.845-8.997S2.895 1.263 2.08 2.078c-.816.815.95 5.102 4.845 8.997M9 11a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -3 24 24"><path fill="currentColor" d="M.694 17.306c-1.91-1.912.258-7.18 4.845-11.767S15.394-1.217 17.306.694c1.91 1.912-.258 7.18-4.845 11.767S2.606 19.217.694 17.306M2.08 15.92c.815.816 5.102-.95 8.997-4.845s5.66-8.182 4.845-8.997c-.815-.816-5.102.95-8.997 4.845s-5.66 8.182-4.845 8.997m3.46-3.46C.952 7.874-1.217 2.606.694.694c1.912-1.91 7.18.258 11.767 4.845s6.756 9.855 4.845 11.767c-1.912 1.91-7.18-.258-11.767-4.845zm1.385-1.385c3.895 3.895 8.182 5.66 8.997 4.845c.816-.815-.95-5.102-4.845-8.997S2.895 1.263 2.08 2.078c-.816.815.95 5.102 4.845 8.997M9 11a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg> </template>
CSS
.icon-universe {
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%22-3%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.694%2017.306c-1.91-1.912.258-7.18%204.845-11.767S15.394-1.217%2017.306.694c1.91%201.912-.258%207.18-4.845%2011.767S2.606%2019.217.694%2017.306M2.08%2015.92c.815.816%205.102-.95%208.997-4.845s5.66-8.182%204.845-8.997c-.815-.816-5.102.95-8.997%204.845s-5.66%208.182-4.845%208.997m3.46-3.46C.952%207.874-1.217%202.606.694.694c1.912-1.91%207.18.258%2011.767%204.845s6.756%209.855%204.845%2011.767c-1.912%201.91-7.18-.258-11.767-4.845zm1.385-1.385c3.895%203.895%208.182%205.66%208.997%204.845c.816-.815-.95-5.102-4.845-8.997S2.895%201.263%202.08%202.078c-.816.815.95%205.102%204.845%208.997M9%2011a2%202%200%201%201%200-4a2%202%200%200%201%200%204%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%22-3%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.694%2017.306c-1.91-1.912.258-7.18%204.845-11.767S15.394-1.217%2017.306.694c1.91%201.912-.258%207.18-4.845%2011.767S2.606%2019.217.694%2017.306M2.08%2015.92c.815.816%205.102-.95%208.997-4.845s5.66-8.182%204.845-8.997c-.815-.816-5.102.95-8.997%204.845s-5.66%208.182-4.845%208.997m3.46-3.46C.952%207.874-1.217%202.606.694.694c1.912-1.91%207.18.258%2011.767%204.845s6.756%209.855%204.845%2011.767c-1.912%201.91-7.18-.258-11.767-4.845zm1.385-1.385c3.895%203.895%208.182%205.66%208.997%204.845c.816-.815-.95-5.102-4.845-8.997S2.895%201.263%202.08%202.078c-.816.815.95%205.102%204.845%208.997M9%2011a2%202%200%201%201%200-4a2%202%200%200%201%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/universe.svg?color=%231a73e8&size=48