css map logo
css-map from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- css-map
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Use the css map logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#ed8796" d="M.5 4.06c0 .77.24 1.52.7 2.13l2.24 3.96l.04.08h0c.13.17.32.27.52.27s.36-.09.48-.23h0l.03-.03l.08-.15l2.2-3.88c.46-.61.71-1.37.71-2.15A3.63 3.63 0 0 0 3.88.5C1.95.5.5 2.1.5 4.06"/><path stroke="#ed8796" d="M5.5 4A1.5 1.5 0 0 1 4 5.5A1.5 1.5 0 0 1 2.5 4A1.5 1.5 0 0 1 4 2.5A1.5 1.5 0 0 1 5.5 4"/><path stroke="#8aadf4" d="M10 3.5h5.5l-1.27 9.8L10 15l-4.23-1.7L5.6 12"/><path stroke="#cad3f5" d="M9.46 5.5h3.08L12 11l-2 1l-2-1l-.05-.5m.55-2h3.62"/></g></svg>
React
import type { SVGProps } from "react";
export function CatppuccinCssMap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" strokeLinecap="round" strokeLinejoin="round"><path stroke="#ed8796" d="M.5 4.06c0 .77.24 1.52.7 2.13l2.24 3.96l.04.08h0c.13.17.32.27.52.27s.36-.09.48-.23h0l.03-.03l.08-.15l2.2-3.88c.46-.61.71-1.37.71-2.15A3.63 3.63 0 0 0 3.88.5C1.95.5.5 2.1.5 4.06"/><path stroke="#ed8796" d="M5.5 4A1.5 1.5 0 0 1 4 5.5A1.5 1.5 0 0 1 2.5 4A1.5 1.5 0 0 1 4 2.5A1.5 1.5 0 0 1 5.5 4"/><path stroke="#8aadf4" d="M10 3.5h5.5l-1.27 9.8L10 15l-4.23-1.7L5.6 12"/><path stroke="#cad3f5" d="M9.46 5.5h3.08L12 11l-2 1l-2-1l-.05-.5m.55-2h3.62"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#ed8796" d="M.5 4.06c0 .77.24 1.52.7 2.13l2.24 3.96l.04.08h0c.13.17.32.27.52.27s.36-.09.48-.23h0l.03-.03l.08-.15l2.2-3.88c.46-.61.71-1.37.71-2.15A3.63 3.63 0 0 0 3.88.5C1.95.5.5 2.1.5 4.06"/><path stroke="#ed8796" d="M5.5 4A1.5 1.5 0 0 1 4 5.5A1.5 1.5 0 0 1 2.5 4A1.5 1.5 0 0 1 4 2.5A1.5 1.5 0 0 1 5.5 4"/><path stroke="#8aadf4" d="M10 3.5h5.5l-1.27 9.8L10 15l-4.23-1.7L5.6 12"/><path stroke="#cad3f5" d="M9.46 5.5h3.08L12 11l-2 1l-2-1l-.05-.5m.55-2h3.62"/></g></svg> </template>
CSS
.icon-css-map {
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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23ed8796%22%20d%3D%22M.5%204.06c0%20.77.24%201.52.7%202.13l2.24%203.96l.04.08h0c.13.17.32.27.52.27s.36-.09.48-.23h0l.03-.03l.08-.15l2.2-3.88c.46-.61.71-1.37.71-2.15A3.63%203.63%200%200%200%203.88.5C1.95.5.5%202.1.5%204.06%22%2F%3E%3Cpath%20stroke%3D%22%23ed8796%22%20d%3D%22M5.5%204A1.5%201.5%200%200%201%204%205.5A1.5%201.5%200%200%201%202.5%204A1.5%201.5%200%200%201%204%202.5A1.5%201.5%200%200%201%205.5%204%22%2F%3E%3Cpath%20stroke%3D%22%238aadf4%22%20d%3D%22M10%203.5h5.5l-1.27%209.8L10%2015l-4.23-1.7L5.6%2012%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M9.46%205.5h3.08L12%2011l-2%201l-2-1l-.05-.5m.55-2h3.62%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23ed8796%22%20d%3D%22M.5%204.06c0%20.77.24%201.52.7%202.13l2.24%203.96l.04.08h0c.13.17.32.27.52.27s.36-.09.48-.23h0l.03-.03l.08-.15l2.2-3.88c.46-.61.71-1.37.71-2.15A3.63%203.63%200%200%200%203.88.5C1.95.5.5%202.1.5%204.06%22%2F%3E%3Cpath%20stroke%3D%22%23ed8796%22%20d%3D%22M5.5%204A1.5%201.5%200%200%201%204%205.5A1.5%201.5%200%200%201%202.5%204A1.5%201.5%200%200%201%204%202.5A1.5%201.5%200%200%201%205.5%204%22%2F%3E%3Cpath%20stroke%3D%22%238aadf4%22%20d%3D%22M10%203.5h5.5l-1.27%209.8L10%2015l-4.23-1.7L5.6%2012%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M9.46%205.5h3.08L12%2011l-2%201l-2-1l-.05-.5m.55-2h3.62%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/css-map.svg?color=%231a73e8&size=48