zsh logo
zsh from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- zsh
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the zsh logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.415 5.038a.58.58 0 0 0-.543.197L.135 18.021a.58.58 0 0 0 .071.814a.58.58 0 0 0 .815-.07L11.757 5.979a.58.58 0 0 0-.07-.815a.6.6 0 0 0-.272-.126m-8.113.317a3.133 3.133 0 0 0-3.12 3.12a3.13 3.13 0 0 0 3.12 3.119A3.133 3.133 0 0 0 6.42 8.475a3.13 3.13 0 0 0-3.119-3.119m0 1.806a1.3 1.3 0 0 1 1.314 1.313a1.3 1.3 0 0 1-1.314 1.312A1.3 1.3 0 0 1 1.99 8.475a1.3 1.3 0 0 1 1.312-1.314m5.253 5.253a3.13 3.13 0 0 0-3.119 3.119a3.13 3.13 0 0 0 3.12 3.118a3.133 3.133 0 0 0 3.118-3.12a3.133 3.133 0 0 0-3.119-3.118m0 1.805a1.3 1.3 0 0 1 1.313 1.314c0 .735-.577 1.312-1.312 1.312a1.3 1.3 0 0 1-1.314-1.312a1.3 1.3 0 0 1 1.313-1.314m7.201 3.276a.58.58 0 0 0-.578.578a.58.58 0 0 0 .578.578h7.666a.58.58 0 0 0 .579-.578a.58.58 0 0 0-.579-.578Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsZsh(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.415 5.038a.58.58 0 0 0-.543.197L.135 18.021a.58.58 0 0 0 .071.814a.58.58 0 0 0 .815-.07L11.757 5.979a.58.58 0 0 0-.07-.815a.6.6 0 0 0-.272-.126m-8.113.317a3.133 3.133 0 0 0-3.12 3.12a3.13 3.13 0 0 0 3.12 3.119A3.133 3.133 0 0 0 6.42 8.475a3.13 3.13 0 0 0-3.119-3.119m0 1.806a1.3 1.3 0 0 1 1.314 1.313a1.3 1.3 0 0 1-1.314 1.312A1.3 1.3 0 0 1 1.99 8.475a1.3 1.3 0 0 1 1.312-1.314m5.253 5.253a3.13 3.13 0 0 0-3.119 3.119a3.13 3.13 0 0 0 3.12 3.118a3.133 3.133 0 0 0 3.118-3.12a3.133 3.133 0 0 0-3.119-3.118m0 1.805a1.3 1.3 0 0 1 1.313 1.314c0 .735-.577 1.312-1.312 1.312a1.3 1.3 0 0 1-1.314-1.312a1.3 1.3 0 0 1 1.313-1.314m7.201 3.276a.58.58 0 0 0-.578.578a.58.58 0 0 0 .578.578h7.666a.58.58 0 0 0 .579-.578a.58.58 0 0 0-.579-.578Z"/></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.415 5.038a.58.58 0 0 0-.543.197L.135 18.021a.58.58 0 0 0 .071.814a.58.58 0 0 0 .815-.07L11.757 5.979a.58.58 0 0 0-.07-.815a.6.6 0 0 0-.272-.126m-8.113.317a3.133 3.133 0 0 0-3.12 3.12a3.13 3.13 0 0 0 3.12 3.119A3.133 3.133 0 0 0 6.42 8.475a3.13 3.13 0 0 0-3.119-3.119m0 1.806a1.3 1.3 0 0 1 1.314 1.313a1.3 1.3 0 0 1-1.314 1.312A1.3 1.3 0 0 1 1.99 8.475a1.3 1.3 0 0 1 1.312-1.314m5.253 5.253a3.13 3.13 0 0 0-3.119 3.119a3.13 3.13 0 0 0 3.12 3.118a3.133 3.133 0 0 0 3.118-3.12a3.133 3.133 0 0 0-3.119-3.118m0 1.805a1.3 1.3 0 0 1 1.313 1.314c0 .735-.577 1.312-1.312 1.312a1.3 1.3 0 0 1-1.314-1.312a1.3 1.3 0 0 1 1.313-1.314m7.201 3.276a.58.58 0 0 0-.578.578a.58.58 0 0 0 .578.578h7.666a.58.58 0 0 0 .579-.578a.58.58 0 0 0-.579-.578Z"/></svg> </template>
CSS
.icon-zsh {
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.415%205.038a.58.58%200%200%200-.543.197L.135%2018.021a.58.58%200%200%200%20.071.814a.58.58%200%200%200%20.815-.07L11.757%205.979a.58.58%200%200%200-.07-.815a.6.6%200%200%200-.272-.126m-8.113.317a3.133%203.133%200%200%200-3.12%203.12a3.13%203.13%200%200%200%203.12%203.119A3.133%203.133%200%200%200%206.42%208.475a3.13%203.13%200%200%200-3.119-3.119m0%201.806a1.3%201.3%200%200%201%201.314%201.313a1.3%201.3%200%200%201-1.314%201.312A1.3%201.3%200%200%201%201.99%208.475a1.3%201.3%200%200%201%201.312-1.314m5.253%205.253a3.13%203.13%200%200%200-3.119%203.119a3.13%203.13%200%200%200%203.12%203.118a3.133%203.133%200%200%200%203.118-3.12a3.133%203.133%200%200%200-3.119-3.118m0%201.805a1.3%201.3%200%200%201%201.313%201.314c0%20.735-.577%201.312-1.312%201.312a1.3%201.3%200%200%201-1.314-1.312a1.3%201.3%200%200%201%201.313-1.314m7.201%203.276a.58.58%200%200%200-.578.578a.58.58%200%200%200%20.578.578h7.666a.58.58%200%200%200%20.579-.578a.58.58%200%200%200-.579-.578Z%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.415%205.038a.58.58%200%200%200-.543.197L.135%2018.021a.58.58%200%200%200%20.071.814a.58.58%200%200%200%20.815-.07L11.757%205.979a.58.58%200%200%200-.07-.815a.6.6%200%200%200-.272-.126m-8.113.317a3.133%203.133%200%200%200-3.12%203.12a3.13%203.13%200%200%200%203.12%203.119A3.133%203.133%200%200%200%206.42%208.475a3.13%203.13%200%200%200-3.119-3.119m0%201.806a1.3%201.3%200%200%201%201.314%201.313a1.3%201.3%200%200%201-1.314%201.312A1.3%201.3%200%200%201%201.99%208.475a1.3%201.3%200%200%201%201.312-1.314m5.253%205.253a3.13%203.13%200%200%200-3.119%203.119a3.13%203.13%200%200%200%203.12%203.118a3.133%203.133%200%200%200%203.118-3.12a3.133%203.133%200%200%200-3.119-3.118m0%201.805a1.3%201.3%200%200%201%201.313%201.314c0%20.735-.577%201.312-1.312%201.312a1.3%201.3%200%200%201-1.314-1.312a1.3%201.3%200%200%201%201.313-1.314m7.201%203.276a.58.58%200%200%200-.578.578a.58.58%200%200%200%20.578.578h7.666a.58.58%200%200%200%20.579-.578a.58.58%200%200%200-.579-.578Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/zsh.svg?color=%231a73e8&size=48