immer logo
immer from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- immer
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the immer logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.27 14.333a2.272 2.272 0 0 1 0-4.543a2.272 2.272 0 0 1 0 4.543m19.46.858a3.12 3.12 0 0 1-1.822-.584c-.743.837-1.046 1.047-2.067 1.047c-1.541 0-3.12-2.32-4.558-4.315c1.497-2.335 2.87-3.878 4.331-3.878c1.115 0 2.185.493 2.787 1.767a3.1 3.1 0 0 1 1.329-.296a3.1 3.1 0 0 1 1.17.226c-.88-2.599-2.997-3.913-5.113-3.913c-2.335 0-4.06 2.16-5.576 4.629c-1.783-2.432-3.483-4.63-5.923-4.63c-2.077 0-4.154 1.287-5.044 3.83a3.1 3.1 0 0 1 .936-.142a3.1 3.1 0 0 1 1.718.514c.546-.773 1.245-1.235 2.007-1.21c1.537.052 2.928 1.85 4.687 4.325c-1.28 1.959-2.923 3.868-4.31 3.868c-1.057 0-2.074-.444-2.69-1.574a3.1 3.1 0 0 1-1.412.336c-.371.007-.734-.077-1.085-.185c.932 2.417 2.972 3.64 5.013 3.64c2.326 0 3.931-2.056 5.525-4.615c1.748 2.464 3.5 4.724 5.992 4.724c2.025 0 4.297-1.333 5.223-3.75c-.358.088-.724.2-1.118.186m0-5.401a2.272 2.272 0 0 0 0 4.543a2.272 2.272 0 0 0 0-4.543"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsImmer(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="M2.27 14.333a2.272 2.272 0 0 1 0-4.543a2.272 2.272 0 0 1 0 4.543m19.46.858a3.12 3.12 0 0 1-1.822-.584c-.743.837-1.046 1.047-2.067 1.047c-1.541 0-3.12-2.32-4.558-4.315c1.497-2.335 2.87-3.878 4.331-3.878c1.115 0 2.185.493 2.787 1.767a3.1 3.1 0 0 1 1.329-.296a3.1 3.1 0 0 1 1.17.226c-.88-2.599-2.997-3.913-5.113-3.913c-2.335 0-4.06 2.16-5.576 4.629c-1.783-2.432-3.483-4.63-5.923-4.63c-2.077 0-4.154 1.287-5.044 3.83a3.1 3.1 0 0 1 .936-.142a3.1 3.1 0 0 1 1.718.514c.546-.773 1.245-1.235 2.007-1.21c1.537.052 2.928 1.85 4.687 4.325c-1.28 1.959-2.923 3.868-4.31 3.868c-1.057 0-2.074-.444-2.69-1.574a3.1 3.1 0 0 1-1.412.336c-.371.007-.734-.077-1.085-.185c.932 2.417 2.972 3.64 5.013 3.64c2.326 0 3.931-2.056 5.525-4.615c1.748 2.464 3.5 4.724 5.992 4.724c2.025 0 4.297-1.333 5.223-3.75c-.358.088-.724.2-1.118.186m0-5.401a2.272 2.272 0 0 0 0 4.543a2.272 2.272 0 0 0 0-4.543"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.27 14.333a2.272 2.272 0 0 1 0-4.543a2.272 2.272 0 0 1 0 4.543m19.46.858a3.12 3.12 0 0 1-1.822-.584c-.743.837-1.046 1.047-2.067 1.047c-1.541 0-3.12-2.32-4.558-4.315c1.497-2.335 2.87-3.878 4.331-3.878c1.115 0 2.185.493 2.787 1.767a3.1 3.1 0 0 1 1.329-.296a3.1 3.1 0 0 1 1.17.226c-.88-2.599-2.997-3.913-5.113-3.913c-2.335 0-4.06 2.16-5.576 4.629c-1.783-2.432-3.483-4.63-5.923-4.63c-2.077 0-4.154 1.287-5.044 3.83a3.1 3.1 0 0 1 .936-.142a3.1 3.1 0 0 1 1.718.514c.546-.773 1.245-1.235 2.007-1.21c1.537.052 2.928 1.85 4.687 4.325c-1.28 1.959-2.923 3.868-4.31 3.868c-1.057 0-2.074-.444-2.69-1.574a3.1 3.1 0 0 1-1.412.336c-.371.007-.734-.077-1.085-.185c.932 2.417 2.972 3.64 5.013 3.64c2.326 0 3.931-2.056 5.525-4.615c1.748 2.464 3.5 4.724 5.992 4.724c2.025 0 4.297-1.333 5.223-3.75c-.358.088-.724.2-1.118.186m0-5.401a2.272 2.272 0 0 0 0 4.543a2.272 2.272 0 0 0 0-4.543"/></svg> </template>
CSS
.icon-immer {
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%22M2.27%2014.333a2.272%202.272%200%200%201%200-4.543a2.272%202.272%200%200%201%200%204.543m19.46.858a3.12%203.12%200%200%201-1.822-.584c-.743.837-1.046%201.047-2.067%201.047c-1.541%200-3.12-2.32-4.558-4.315c1.497-2.335%202.87-3.878%204.331-3.878c1.115%200%202.185.493%202.787%201.767a3.1%203.1%200%200%201%201.329-.296a3.1%203.1%200%200%201%201.17.226c-.88-2.599-2.997-3.913-5.113-3.913c-2.335%200-4.06%202.16-5.576%204.629c-1.783-2.432-3.483-4.63-5.923-4.63c-2.077%200-4.154%201.287-5.044%203.83a3.1%203.1%200%200%201%20.936-.142a3.1%203.1%200%200%201%201.718.514c.546-.773%201.245-1.235%202.007-1.21c1.537.052%202.928%201.85%204.687%204.325c-1.28%201.959-2.923%203.868-4.31%203.868c-1.057%200-2.074-.444-2.69-1.574a3.1%203.1%200%200%201-1.412.336c-.371.007-.734-.077-1.085-.185c.932%202.417%202.972%203.64%205.013%203.64c2.326%200%203.931-2.056%205.525-4.615c1.748%202.464%203.5%204.724%205.992%204.724c2.025%200%204.297-1.333%205.223-3.75c-.358.088-.724.2-1.118.186m0-5.401a2.272%202.272%200%200%200%200%204.543a2.272%202.272%200%200%200%200-4.543%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%22M2.27%2014.333a2.272%202.272%200%200%201%200-4.543a2.272%202.272%200%200%201%200%204.543m19.46.858a3.12%203.12%200%200%201-1.822-.584c-.743.837-1.046%201.047-2.067%201.047c-1.541%200-3.12-2.32-4.558-4.315c1.497-2.335%202.87-3.878%204.331-3.878c1.115%200%202.185.493%202.787%201.767a3.1%203.1%200%200%201%201.329-.296a3.1%203.1%200%200%201%201.17.226c-.88-2.599-2.997-3.913-5.113-3.913c-2.335%200-4.06%202.16-5.576%204.629c-1.783-2.432-3.483-4.63-5.923-4.63c-2.077%200-4.154%201.287-5.044%203.83a3.1%203.1%200%200%201%20.936-.142a3.1%203.1%200%200%201%201.718.514c.546-.773%201.245-1.235%202.007-1.21c1.537.052%202.928%201.85%204.687%204.325c-1.28%201.959-2.923%203.868-4.31%203.868c-1.057%200-2.074-.444-2.69-1.574a3.1%203.1%200%200%201-1.412.336c-.371.007-.734-.077-1.085-.185c.932%202.417%202.972%203.64%205.013%203.64c2.326%200%203.931-2.056%205.525-4.615c1.748%202.464%203.5%204.724%205.992%204.724c2.025%200%204.297-1.333%205.223-3.75c-.358.088-.724.2-1.118.186m0-5.401a2.272%202.272%200%200%200%200%204.543a2.272%202.272%200%200%200%200-4.543%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/immer.svg?color=%231a73e8&size=48