coderwall logo
coderwall from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- coderwall
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the coderwall logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.354 18.708a2.647 2.647 0 0 1 0 5.292a2.65 2.65 0 0 1-2.646-2.646a2.65 2.65 0 0 1 2.646-2.646M12 9.354c1.46 0 2.646 1.186 2.646 2.646S13.46 14.646 12 14.646S9.354 13.46 9.354 12S10.54 9.354 12 9.354m9.354 0C22.814 9.354 24 10.54 24 12s-1.186 2.646-2.646 2.646S18.708 13.46 18.708 12s1.185-2.646 2.646-2.646M12 0a2.647 2.647 0 0 1 0 5.292c-1.46 0-2.646-1.186-2.646-2.646S10.54 0 12 0M2.646 0a2.647 2.647 0 0 1 0 5.292C1.186 5.292 0 4.106 0 2.646S1.186 0 2.646 0m18.708 0a2.647 2.647 0 0 1 0 5.292a2.647 2.647 0 0 1 0-5.292"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCoderwall(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="M21.354 18.708a2.647 2.647 0 0 1 0 5.292a2.65 2.65 0 0 1-2.646-2.646a2.65 2.65 0 0 1 2.646-2.646M12 9.354c1.46 0 2.646 1.186 2.646 2.646S13.46 14.646 12 14.646S9.354 13.46 9.354 12S10.54 9.354 12 9.354m9.354 0C22.814 9.354 24 10.54 24 12s-1.186 2.646-2.646 2.646S18.708 13.46 18.708 12s1.185-2.646 2.646-2.646M12 0a2.647 2.647 0 0 1 0 5.292c-1.46 0-2.646-1.186-2.646-2.646S10.54 0 12 0M2.646 0a2.647 2.647 0 0 1 0 5.292C1.186 5.292 0 4.106 0 2.646S1.186 0 2.646 0m18.708 0a2.647 2.647 0 0 1 0 5.292a2.647 2.647 0 0 1 0-5.292"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.354 18.708a2.647 2.647 0 0 1 0 5.292a2.65 2.65 0 0 1-2.646-2.646a2.65 2.65 0 0 1 2.646-2.646M12 9.354c1.46 0 2.646 1.186 2.646 2.646S13.46 14.646 12 14.646S9.354 13.46 9.354 12S10.54 9.354 12 9.354m9.354 0C22.814 9.354 24 10.54 24 12s-1.186 2.646-2.646 2.646S18.708 13.46 18.708 12s1.185-2.646 2.646-2.646M12 0a2.647 2.647 0 0 1 0 5.292c-1.46 0-2.646-1.186-2.646-2.646S10.54 0 12 0M2.646 0a2.647 2.647 0 0 1 0 5.292C1.186 5.292 0 4.106 0 2.646S1.186 0 2.646 0m18.708 0a2.647 2.647 0 0 1 0 5.292a2.647 2.647 0 0 1 0-5.292"/></svg> </template>
CSS
.icon-coderwall {
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%22M21.354%2018.708a2.647%202.647%200%200%201%200%205.292a2.65%202.65%200%200%201-2.646-2.646a2.65%202.65%200%200%201%202.646-2.646M12%209.354c1.46%200%202.646%201.186%202.646%202.646S13.46%2014.646%2012%2014.646S9.354%2013.46%209.354%2012S10.54%209.354%2012%209.354m9.354%200C22.814%209.354%2024%2010.54%2024%2012s-1.186%202.646-2.646%202.646S18.708%2013.46%2018.708%2012s1.185-2.646%202.646-2.646M12%200a2.647%202.647%200%200%201%200%205.292c-1.46%200-2.646-1.186-2.646-2.646S10.54%200%2012%200M2.646%200a2.647%202.647%200%200%201%200%205.292C1.186%205.292%200%204.106%200%202.646S1.186%200%202.646%200m18.708%200a2.647%202.647%200%200%201%200%205.292a2.647%202.647%200%200%201%200-5.292%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%22M21.354%2018.708a2.647%202.647%200%200%201%200%205.292a2.65%202.65%200%200%201-2.646-2.646a2.65%202.65%200%200%201%202.646-2.646M12%209.354c1.46%200%202.646%201.186%202.646%202.646S13.46%2014.646%2012%2014.646S9.354%2013.46%209.354%2012S10.54%209.354%2012%209.354m9.354%200C22.814%209.354%2024%2010.54%2024%2012s-1.186%202.646-2.646%202.646S18.708%2013.46%2018.708%2012s1.185-2.646%202.646-2.646M12%200a2.647%202.647%200%200%201%200%205.292c-1.46%200-2.646-1.186-2.646-2.646S10.54%200%2012%200M2.646%200a2.647%202.647%200%200%201%200%205.292C1.186%205.292%200%204.106%200%202.646S1.186%200%202.646%200m18.708%200a2.647%202.647%200%200%201%200%205.292a2.647%202.647%200%200%201%200-5.292%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/coderwall.svg?color=%231a73e8&size=48