immich logo
immich from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- immich
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the immich logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.986.27C9.577.27 6.78 1.36 6.78 4.164v.152c1.343.597 2.935 1.663 4.412 2.971c1.572 1.391 2.838 2.882 3.653 4.287c1.4-2.503 2.336-5.478 2.347-7.373v-.037c0-2.803-2.796-3.895-5.205-3.895m7.512 4.49a3.6 3.6 0 0 0-1.191.186l-.145.047c-.152 1.461-.675 3.304-1.463 5.113c-.837 1.925-1.862 3.59-2.947 4.8c2.813.557 5.93.527 7.736-.048l.035-.01c2.667-.866 2.84-3.863 2.096-6.154c-.628-1.933-2.08-3.89-4.12-3.933m-14.997.039C2.462 4.842 1.01 6.797.381 8.73c-.744 2.291-.57 5.288 2.096 6.155l.144.047c.982-1.093 2.487-2.277 4.188-3.278c1.808-1.064 3.619-1.808 5.207-2.148c-1.949-2.105-4.489-3.913-6.287-4.51l-.036-.012A3.6 3.6 0 0 0 4.502 4.8m4.672 6.758c-2.604 1.202-5.109 3.06-6.233 4.586l-.021.029c-1.648 2.268-.027 4.795 1.922 6.21c1.948 1.417 4.852 2.177 6.5-.091l.09-.121c-.736-1.272-1.396-3.072-1.823-4.998c-.453-2.05-.602-4-.435-5.615m1.072 3.338c.339 2.847 1.332 5.803 2.436 7.343l.021.03c1.648 2.268 4.551 1.507 6.5.091s3.57-3.943 1.922-6.21l-.088-.124c-1.437.307-3.352.38-5.316.19c-2.09-.202-3.99-.663-5.475-1.32"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsImmich(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.986.27C9.577.27 6.78 1.36 6.78 4.164v.152c1.343.597 2.935 1.663 4.412 2.971c1.572 1.391 2.838 2.882 3.653 4.287c1.4-2.503 2.336-5.478 2.347-7.373v-.037c0-2.803-2.796-3.895-5.205-3.895m7.512 4.49a3.6 3.6 0 0 0-1.191.186l-.145.047c-.152 1.461-.675 3.304-1.463 5.113c-.837 1.925-1.862 3.59-2.947 4.8c2.813.557 5.93.527 7.736-.048l.035-.01c2.667-.866 2.84-3.863 2.096-6.154c-.628-1.933-2.08-3.89-4.12-3.933m-14.997.039C2.462 4.842 1.01 6.797.381 8.73c-.744 2.291-.57 5.288 2.096 6.155l.144.047c.982-1.093 2.487-2.277 4.188-3.278c1.808-1.064 3.619-1.808 5.207-2.148c-1.949-2.105-4.489-3.913-6.287-4.51l-.036-.012A3.6 3.6 0 0 0 4.502 4.8m4.672 6.758c-2.604 1.202-5.109 3.06-6.233 4.586l-.021.029c-1.648 2.268-.027 4.795 1.922 6.21c1.948 1.417 4.852 2.177 6.5-.091l.09-.121c-.736-1.272-1.396-3.072-1.823-4.998c-.453-2.05-.602-4-.435-5.615m1.072 3.338c.339 2.847 1.332 5.803 2.436 7.343l.021.03c1.648 2.268 4.551 1.507 6.5.091s3.57-3.943 1.922-6.21l-.088-.124c-1.437.307-3.352.38-5.316.19c-2.09-.202-3.99-.663-5.475-1.32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.986.27C9.577.27 6.78 1.36 6.78 4.164v.152c1.343.597 2.935 1.663 4.412 2.971c1.572 1.391 2.838 2.882 3.653 4.287c1.4-2.503 2.336-5.478 2.347-7.373v-.037c0-2.803-2.796-3.895-5.205-3.895m7.512 4.49a3.6 3.6 0 0 0-1.191.186l-.145.047c-.152 1.461-.675 3.304-1.463 5.113c-.837 1.925-1.862 3.59-2.947 4.8c2.813.557 5.93.527 7.736-.048l.035-.01c2.667-.866 2.84-3.863 2.096-6.154c-.628-1.933-2.08-3.89-4.12-3.933m-14.997.039C2.462 4.842 1.01 6.797.381 8.73c-.744 2.291-.57 5.288 2.096 6.155l.144.047c.982-1.093 2.487-2.277 4.188-3.278c1.808-1.064 3.619-1.808 5.207-2.148c-1.949-2.105-4.489-3.913-6.287-4.51l-.036-.012A3.6 3.6 0 0 0 4.502 4.8m4.672 6.758c-2.604 1.202-5.109 3.06-6.233 4.586l-.021.029c-1.648 2.268-.027 4.795 1.922 6.21c1.948 1.417 4.852 2.177 6.5-.091l.09-.121c-.736-1.272-1.396-3.072-1.823-4.998c-.453-2.05-.602-4-.435-5.615m1.072 3.338c.339 2.847 1.332 5.803 2.436 7.343l.021.03c1.648 2.268 4.551 1.507 6.5.091s3.57-3.943 1.922-6.21l-.088-.124c-1.437.307-3.352.38-5.316.19c-2.09-.202-3.99-.663-5.475-1.32"/></svg> </template>
CSS
.icon-immich {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.986.27C9.577.27%206.78%201.36%206.78%204.164v.152c1.343.597%202.935%201.663%204.412%202.971c1.572%201.391%202.838%202.882%203.653%204.287c1.4-2.503%202.336-5.478%202.347-7.373v-.037c0-2.803-2.796-3.895-5.205-3.895m7.512%204.49a3.6%203.6%200%200%200-1.191.186l-.145.047c-.152%201.461-.675%203.304-1.463%205.113c-.837%201.925-1.862%203.59-2.947%204.8c2.813.557%205.93.527%207.736-.048l.035-.01c2.667-.866%202.84-3.863%202.096-6.154c-.628-1.933-2.08-3.89-4.12-3.933m-14.997.039C2.462%204.842%201.01%206.797.381%208.73c-.744%202.291-.57%205.288%202.096%206.155l.144.047c.982-1.093%202.487-2.277%204.188-3.278c1.808-1.064%203.619-1.808%205.207-2.148c-1.949-2.105-4.489-3.913-6.287-4.51l-.036-.012A3.6%203.6%200%200%200%204.502%204.8m4.672%206.758c-2.604%201.202-5.109%203.06-6.233%204.586l-.021.029c-1.648%202.268-.027%204.795%201.922%206.21c1.948%201.417%204.852%202.177%206.5-.091l.09-.121c-.736-1.272-1.396-3.072-1.823-4.998c-.453-2.05-.602-4-.435-5.615m1.072%203.338c.339%202.847%201.332%205.803%202.436%207.343l.021.03c1.648%202.268%204.551%201.507%206.5.091s3.57-3.943%201.922-6.21l-.088-.124c-1.437.307-3.352.38-5.316.19c-2.09-.202-3.99-.663-5.475-1.32%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.986.27C9.577.27%206.78%201.36%206.78%204.164v.152c1.343.597%202.935%201.663%204.412%202.971c1.572%201.391%202.838%202.882%203.653%204.287c1.4-2.503%202.336-5.478%202.347-7.373v-.037c0-2.803-2.796-3.895-5.205-3.895m7.512%204.49a3.6%203.6%200%200%200-1.191.186l-.145.047c-.152%201.461-.675%203.304-1.463%205.113c-.837%201.925-1.862%203.59-2.947%204.8c2.813.557%205.93.527%207.736-.048l.035-.01c2.667-.866%202.84-3.863%202.096-6.154c-.628-1.933-2.08-3.89-4.12-3.933m-14.997.039C2.462%204.842%201.01%206.797.381%208.73c-.744%202.291-.57%205.288%202.096%206.155l.144.047c.982-1.093%202.487-2.277%204.188-3.278c1.808-1.064%203.619-1.808%205.207-2.148c-1.949-2.105-4.489-3.913-6.287-4.51l-.036-.012A3.6%203.6%200%200%200%204.502%204.8m4.672%206.758c-2.604%201.202-5.109%203.06-6.233%204.586l-.021.029c-1.648%202.268-.027%204.795%201.922%206.21c1.948%201.417%204.852%202.177%206.5-.091l.09-.121c-.736-1.272-1.396-3.072-1.823-4.998c-.453-2.05-.602-4-.435-5.615m1.072%203.338c.339%202.847%201.332%205.803%202.436%207.343l.021.03c1.648%202.268%204.551%201.507%206.5.091s3.57-3.943%201.922-6.21l-.088-.124c-1.437.307-3.352.38-5.316.19c-2.09-.202-3.99-.663-5.475-1.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/immich.svg?color=%231a73e8&size=48