lemmy logo
lemmy from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- lemmy
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the lemmy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.96 4.223a4 4 0 0 0-.333.019A2.84 2.84 0 0 0 .474 5.628c-.475.8-.593 1.68-.35 2.497c.242.816.83 1.558 1.698 2.145l.016.011c.746.45 1.492.743 2.288.9c-.02.332-.028.669-.006 1.018c.063 1.043.436 2 .996 2.85l-2.006.818a.42.42 0 0 0-.228.224a.42.42 0 0 0 .088.455a.42.42 0 0 0 .294.123a.4.4 0 0 0 .16-.031l2.209-.904c.408.486.87.932 1.372 1.318q.03.02.06.043l-1.291 1.71a.416.416 0 0 0 .664.5l1.314-1.738a9.3 9.3 0 0 0 2.229 1.025c.383.72 1.138 1.187 2.02 1.187c.89 0 1.644-.501 2.024-1.207a9.4 9.4 0 0 0 2.208-1.027l1.332 1.76a.416.416 0 0 0 .744-.193a.42.42 0 0 0-.08-.307l-1.31-1.735c.008-.007.018-.01.026-.018c.497-.38.955-.818 1.362-1.294l2.155.88a.416.416 0 0 0 .541-.228a.415.415 0 0 0-.227-.544l-1.944-.792c.577-.854.97-1.819 1.05-2.87c.027-.35.025-.691.009-1.026a7 7 0 0 0 2.273-.897l.017-.012c.868-.587 1.456-1.328 1.698-2.145c.242-.816.125-1.697-.35-2.497a2.84 2.84 0 0 0-2.155-1.386a3 3 0 0 0-.332-.019c-.786-.015-1.623.23-2.429.694c-.593.342-1.125.867-1.543 1.439c-1.17-.67-2.693-1.048-4.564-1.078a16 16 0 0 0-.51 0c-2.086.034-3.755.43-5.015 1.144c-.003-.003-.005-.011-.008-.015C6.55 5.815 6 5.27 5.389 4.917c-.805-.465-1.643-.708-2.428-.694Zm.285.736c.557.042 1.17.236 1.779.588c.485.28.976.755 1.346 1.27a6 6 0 0 0-.497.408c-.92.852-1.461 1.96-1.668 3.233a6.2 6.2 0 0 1-1.984-.794C1.466 9.15 1.005 8.54.821 7.919C.636 7.295.713 6.648 1.098 6c.375-.63.928-.953 1.612-1.032a3 3 0 0 1 .535-.007Zm17.51 0a3 3 0 0 1 .535.008c.684.078 1.237.402 1.612 1.032c.385.648.462 1.296.277 1.92c-.184.622-.645 1.231-1.4 1.744a6.2 6.2 0 0 1-1.96.789c-.194-1.297-.737-2.434-1.666-3.302a6 6 0 0 0-.47-.392c.364-.49.828-.943 1.293-1.212c.61-.351 1.222-.545 1.779-.587m-8.749 1.045a15 15 0 0 1 .487 0c2.39.039 4.085.67 5.163 1.678c1.15 1.075 1.642 2.6 1.5 4.467c-.132 1.707-1.221 3.228-2.653 4.324a9 9 0 0 1-2.225 1.229c.003-.045.014-.089.014-.135c.003-1.196-.932-2.213-2.292-2.213s-2.322 1.015-2.292 2.221c.001.05.014.097.018.147a8.9 8.9 0 0 1-2.278-1.245c-1.423-1.095-2.5-2.613-2.603-4.322c-.113-1.857.378-3.339 1.521-4.397s2.986-1.711 5.64-1.754m-3.642 6.829a1.096 1.096 0 1 0 0 2.192a1.096 1.096 0 0 0 0-2.192m7.282.011a1.086 1.086 0 1 0 0 2.173a1.086 1.086 0 0 0 0-2.173M12 16.084c1.024 0 1.565.638 1.563 1.482c-.001.785-.672 1.485-1.563 1.485c-.917 0-1.54-.562-1.563-1.493c-.022-.834.54-1.474 1.563-1.474"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsLemmy(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.96 4.223a4 4 0 0 0-.333.019A2.84 2.84 0 0 0 .474 5.628c-.475.8-.593 1.68-.35 2.497c.242.816.83 1.558 1.698 2.145l.016.011c.746.45 1.492.743 2.288.9c-.02.332-.028.669-.006 1.018c.063 1.043.436 2 .996 2.85l-2.006.818a.42.42 0 0 0-.228.224a.42.42 0 0 0 .088.455a.42.42 0 0 0 .294.123a.4.4 0 0 0 .16-.031l2.209-.904c.408.486.87.932 1.372 1.318q.03.02.06.043l-1.291 1.71a.416.416 0 0 0 .664.5l1.314-1.738a9.3 9.3 0 0 0 2.229 1.025c.383.72 1.138 1.187 2.02 1.187c.89 0 1.644-.501 2.024-1.207a9.4 9.4 0 0 0 2.208-1.027l1.332 1.76a.416.416 0 0 0 .744-.193a.42.42 0 0 0-.08-.307l-1.31-1.735c.008-.007.018-.01.026-.018c.497-.38.955-.818 1.362-1.294l2.155.88a.416.416 0 0 0 .541-.228a.415.415 0 0 0-.227-.544l-1.944-.792c.577-.854.97-1.819 1.05-2.87c.027-.35.025-.691.009-1.026a7 7 0 0 0 2.273-.897l.017-.012c.868-.587 1.456-1.328 1.698-2.145c.242-.816.125-1.697-.35-2.497a2.84 2.84 0 0 0-2.155-1.386a3 3 0 0 0-.332-.019c-.786-.015-1.623.23-2.429.694c-.593.342-1.125.867-1.543 1.439c-1.17-.67-2.693-1.048-4.564-1.078a16 16 0 0 0-.51 0c-2.086.034-3.755.43-5.015 1.144c-.003-.003-.005-.011-.008-.015C6.55 5.815 6 5.27 5.389 4.917c-.805-.465-1.643-.708-2.428-.694Zm.285.736c.557.042 1.17.236 1.779.588c.485.28.976.755 1.346 1.27a6 6 0 0 0-.497.408c-.92.852-1.461 1.96-1.668 3.233a6.2 6.2 0 0 1-1.984-.794C1.466 9.15 1.005 8.54.821 7.919C.636 7.295.713 6.648 1.098 6c.375-.63.928-.953 1.612-1.032a3 3 0 0 1 .535-.007Zm17.51 0a3 3 0 0 1 .535.008c.684.078 1.237.402 1.612 1.032c.385.648.462 1.296.277 1.92c-.184.622-.645 1.231-1.4 1.744a6.2 6.2 0 0 1-1.96.789c-.194-1.297-.737-2.434-1.666-3.302a6 6 0 0 0-.47-.392c.364-.49.828-.943 1.293-1.212c.61-.351 1.222-.545 1.779-.587m-8.749 1.045a15 15 0 0 1 .487 0c2.39.039 4.085.67 5.163 1.678c1.15 1.075 1.642 2.6 1.5 4.467c-.132 1.707-1.221 3.228-2.653 4.324a9 9 0 0 1-2.225 1.229c.003-.045.014-.089.014-.135c.003-1.196-.932-2.213-2.292-2.213s-2.322 1.015-2.292 2.221c.001.05.014.097.018.147a8.9 8.9 0 0 1-2.278-1.245c-1.423-1.095-2.5-2.613-2.603-4.322c-.113-1.857.378-3.339 1.521-4.397s2.986-1.711 5.64-1.754m-3.642 6.829a1.096 1.096 0 1 0 0 2.192a1.096 1.096 0 0 0 0-2.192m7.282.011a1.086 1.086 0 1 0 0 2.173a1.086 1.086 0 0 0 0-2.173M12 16.084c1.024 0 1.565.638 1.563 1.482c-.001.785-.672 1.485-1.563 1.485c-.917 0-1.54-.562-1.563-1.493c-.022-.834.54-1.474 1.563-1.474"/></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.96 4.223a4 4 0 0 0-.333.019A2.84 2.84 0 0 0 .474 5.628c-.475.8-.593 1.68-.35 2.497c.242.816.83 1.558 1.698 2.145l.016.011c.746.45 1.492.743 2.288.9c-.02.332-.028.669-.006 1.018c.063 1.043.436 2 .996 2.85l-2.006.818a.42.42 0 0 0-.228.224a.42.42 0 0 0 .088.455a.42.42 0 0 0 .294.123a.4.4 0 0 0 .16-.031l2.209-.904c.408.486.87.932 1.372 1.318q.03.02.06.043l-1.291 1.71a.416.416 0 0 0 .664.5l1.314-1.738a9.3 9.3 0 0 0 2.229 1.025c.383.72 1.138 1.187 2.02 1.187c.89 0 1.644-.501 2.024-1.207a9.4 9.4 0 0 0 2.208-1.027l1.332 1.76a.416.416 0 0 0 .744-.193a.42.42 0 0 0-.08-.307l-1.31-1.735c.008-.007.018-.01.026-.018c.497-.38.955-.818 1.362-1.294l2.155.88a.416.416 0 0 0 .541-.228a.415.415 0 0 0-.227-.544l-1.944-.792c.577-.854.97-1.819 1.05-2.87c.027-.35.025-.691.009-1.026a7 7 0 0 0 2.273-.897l.017-.012c.868-.587 1.456-1.328 1.698-2.145c.242-.816.125-1.697-.35-2.497a2.84 2.84 0 0 0-2.155-1.386a3 3 0 0 0-.332-.019c-.786-.015-1.623.23-2.429.694c-.593.342-1.125.867-1.543 1.439c-1.17-.67-2.693-1.048-4.564-1.078a16 16 0 0 0-.51 0c-2.086.034-3.755.43-5.015 1.144c-.003-.003-.005-.011-.008-.015C6.55 5.815 6 5.27 5.389 4.917c-.805-.465-1.643-.708-2.428-.694Zm.285.736c.557.042 1.17.236 1.779.588c.485.28.976.755 1.346 1.27a6 6 0 0 0-.497.408c-.92.852-1.461 1.96-1.668 3.233a6.2 6.2 0 0 1-1.984-.794C1.466 9.15 1.005 8.54.821 7.919C.636 7.295.713 6.648 1.098 6c.375-.63.928-.953 1.612-1.032a3 3 0 0 1 .535-.007Zm17.51 0a3 3 0 0 1 .535.008c.684.078 1.237.402 1.612 1.032c.385.648.462 1.296.277 1.92c-.184.622-.645 1.231-1.4 1.744a6.2 6.2 0 0 1-1.96.789c-.194-1.297-.737-2.434-1.666-3.302a6 6 0 0 0-.47-.392c.364-.49.828-.943 1.293-1.212c.61-.351 1.222-.545 1.779-.587m-8.749 1.045a15 15 0 0 1 .487 0c2.39.039 4.085.67 5.163 1.678c1.15 1.075 1.642 2.6 1.5 4.467c-.132 1.707-1.221 3.228-2.653 4.324a9 9 0 0 1-2.225 1.229c.003-.045.014-.089.014-.135c.003-1.196-.932-2.213-2.292-2.213s-2.322 1.015-2.292 2.221c.001.05.014.097.018.147a8.9 8.9 0 0 1-2.278-1.245c-1.423-1.095-2.5-2.613-2.603-4.322c-.113-1.857.378-3.339 1.521-4.397s2.986-1.711 5.64-1.754m-3.642 6.829a1.096 1.096 0 1 0 0 2.192a1.096 1.096 0 0 0 0-2.192m7.282.011a1.086 1.086 0 1 0 0 2.173a1.086 1.086 0 0 0 0-2.173M12 16.084c1.024 0 1.565.638 1.563 1.482c-.001.785-.672 1.485-1.563 1.485c-.917 0-1.54-.562-1.563-1.493c-.022-.834.54-1.474 1.563-1.474"/></svg> </template>
CSS
.icon-lemmy {
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.96%204.223a4%204%200%200%200-.333.019A2.84%202.84%200%200%200%20.474%205.628c-.475.8-.593%201.68-.35%202.497c.242.816.83%201.558%201.698%202.145l.016.011c.746.45%201.492.743%202.288.9c-.02.332-.028.669-.006%201.018c.063%201.043.436%202%20.996%202.85l-2.006.818a.42.42%200%200%200-.228.224a.42.42%200%200%200%20.088.455a.42.42%200%200%200%20.294.123a.4.4%200%200%200%20.16-.031l2.209-.904c.408.486.87.932%201.372%201.318q.03.02.06.043l-1.291%201.71a.416.416%200%200%200%20.664.5l1.314-1.738a9.3%209.3%200%200%200%202.229%201.025c.383.72%201.138%201.187%202.02%201.187c.89%200%201.644-.501%202.024-1.207a9.4%209.4%200%200%200%202.208-1.027l1.332%201.76a.416.416%200%200%200%20.744-.193a.42.42%200%200%200-.08-.307l-1.31-1.735c.008-.007.018-.01.026-.018c.497-.38.955-.818%201.362-1.294l2.155.88a.416.416%200%200%200%20.541-.228a.415.415%200%200%200-.227-.544l-1.944-.792c.577-.854.97-1.819%201.05-2.87c.027-.35.025-.691.009-1.026a7%207%200%200%200%202.273-.897l.017-.012c.868-.587%201.456-1.328%201.698-2.145c.242-.816.125-1.697-.35-2.497a2.84%202.84%200%200%200-2.155-1.386a3%203%200%200%200-.332-.019c-.786-.015-1.623.23-2.429.694c-.593.342-1.125.867-1.543%201.439c-1.17-.67-2.693-1.048-4.564-1.078a16%2016%200%200%200-.51%200c-2.086.034-3.755.43-5.015%201.144c-.003-.003-.005-.011-.008-.015C6.55%205.815%206%205.27%205.389%204.917c-.805-.465-1.643-.708-2.428-.694Zm.285.736c.557.042%201.17.236%201.779.588c.485.28.976.755%201.346%201.27a6%206%200%200%200-.497.408c-.92.852-1.461%201.96-1.668%203.233a6.2%206.2%200%200%201-1.984-.794C1.466%209.15%201.005%208.54.821%207.919C.636%207.295.713%206.648%201.098%206c.375-.63.928-.953%201.612-1.032a3%203%200%200%201%20.535-.007Zm17.51%200a3%203%200%200%201%20.535.008c.684.078%201.237.402%201.612%201.032c.385.648.462%201.296.277%201.92c-.184.622-.645%201.231-1.4%201.744a6.2%206.2%200%200%201-1.96.789c-.194-1.297-.737-2.434-1.666-3.302a6%206%200%200%200-.47-.392c.364-.49.828-.943%201.293-1.212c.61-.351%201.222-.545%201.779-.587m-8.749%201.045a15%2015%200%200%201%20.487%200c2.39.039%204.085.67%205.163%201.678c1.15%201.075%201.642%202.6%201.5%204.467c-.132%201.707-1.221%203.228-2.653%204.324a9%209%200%200%201-2.225%201.229c.003-.045.014-.089.014-.135c.003-1.196-.932-2.213-2.292-2.213s-2.322%201.015-2.292%202.221c.001.05.014.097.018.147a8.9%208.9%200%200%201-2.278-1.245c-1.423-1.095-2.5-2.613-2.603-4.322c-.113-1.857.378-3.339%201.521-4.397s2.986-1.711%205.64-1.754m-3.642%206.829a1.096%201.096%200%201%200%200%202.192a1.096%201.096%200%200%200%200-2.192m7.282.011a1.086%201.086%200%201%200%200%202.173a1.086%201.086%200%200%200%200-2.173M12%2016.084c1.024%200%201.565.638%201.563%201.482c-.001.785-.672%201.485-1.563%201.485c-.917%200-1.54-.562-1.563-1.493c-.022-.834.54-1.474%201.563-1.474%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.96%204.223a4%204%200%200%200-.333.019A2.84%202.84%200%200%200%20.474%205.628c-.475.8-.593%201.68-.35%202.497c.242.816.83%201.558%201.698%202.145l.016.011c.746.45%201.492.743%202.288.9c-.02.332-.028.669-.006%201.018c.063%201.043.436%202%20.996%202.85l-2.006.818a.42.42%200%200%200-.228.224a.42.42%200%200%200%20.088.455a.42.42%200%200%200%20.294.123a.4.4%200%200%200%20.16-.031l2.209-.904c.408.486.87.932%201.372%201.318q.03.02.06.043l-1.291%201.71a.416.416%200%200%200%20.664.5l1.314-1.738a9.3%209.3%200%200%200%202.229%201.025c.383.72%201.138%201.187%202.02%201.187c.89%200%201.644-.501%202.024-1.207a9.4%209.4%200%200%200%202.208-1.027l1.332%201.76a.416.416%200%200%200%20.744-.193a.42.42%200%200%200-.08-.307l-1.31-1.735c.008-.007.018-.01.026-.018c.497-.38.955-.818%201.362-1.294l2.155.88a.416.416%200%200%200%20.541-.228a.415.415%200%200%200-.227-.544l-1.944-.792c.577-.854.97-1.819%201.05-2.87c.027-.35.025-.691.009-1.026a7%207%200%200%200%202.273-.897l.017-.012c.868-.587%201.456-1.328%201.698-2.145c.242-.816.125-1.697-.35-2.497a2.84%202.84%200%200%200-2.155-1.386a3%203%200%200%200-.332-.019c-.786-.015-1.623.23-2.429.694c-.593.342-1.125.867-1.543%201.439c-1.17-.67-2.693-1.048-4.564-1.078a16%2016%200%200%200-.51%200c-2.086.034-3.755.43-5.015%201.144c-.003-.003-.005-.011-.008-.015C6.55%205.815%206%205.27%205.389%204.917c-.805-.465-1.643-.708-2.428-.694Zm.285.736c.557.042%201.17.236%201.779.588c.485.28.976.755%201.346%201.27a6%206%200%200%200-.497.408c-.92.852-1.461%201.96-1.668%203.233a6.2%206.2%200%200%201-1.984-.794C1.466%209.15%201.005%208.54.821%207.919C.636%207.295.713%206.648%201.098%206c.375-.63.928-.953%201.612-1.032a3%203%200%200%201%20.535-.007Zm17.51%200a3%203%200%200%201%20.535.008c.684.078%201.237.402%201.612%201.032c.385.648.462%201.296.277%201.92c-.184.622-.645%201.231-1.4%201.744a6.2%206.2%200%200%201-1.96.789c-.194-1.297-.737-2.434-1.666-3.302a6%206%200%200%200-.47-.392c.364-.49.828-.943%201.293-1.212c.61-.351%201.222-.545%201.779-.587m-8.749%201.045a15%2015%200%200%201%20.487%200c2.39.039%204.085.67%205.163%201.678c1.15%201.075%201.642%202.6%201.5%204.467c-.132%201.707-1.221%203.228-2.653%204.324a9%209%200%200%201-2.225%201.229c.003-.045.014-.089.014-.135c.003-1.196-.932-2.213-2.292-2.213s-2.322%201.015-2.292%202.221c.001.05.014.097.018.147a8.9%208.9%200%200%201-2.278-1.245c-1.423-1.095-2.5-2.613-2.603-4.322c-.113-1.857.378-3.339%201.521-4.397s2.986-1.711%205.64-1.754m-3.642%206.829a1.096%201.096%200%201%200%200%202.192a1.096%201.096%200%200%200%200-2.192m7.282.011a1.086%201.086%200%201%200%200%202.173a1.086%201.086%200%200%200%200-2.173M12%2016.084c1.024%200%201.565.638%201.563%201.482c-.001.785-.672%201.485-1.563%201.485c-.917%200-1.54-.562-1.563-1.493c-.022-.834.54-1.474%201.563-1.474%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/lemmy.svg?color=%231a73e8&size=48