robber icon
robber from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- robber
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Use the robber icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.7 12.5c0 .3-1.3.7-2.3.7s-2.1-.7-2.1-.9c0-.3.7-1.2 2.3-1.3c.9-.1 1.9.5 2.1 1.5m4.7-1.5c-1-.1-1.9.5-2.1 1.5c0 .3 1.2.7 2.3.7s2.1-.7 2.1-.9s-.7-1.2-2.3-1.3m6.6 1c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-2-.8c0-2-.7-2.7-3.3-2.7S13.3 9.6 12 9.6s-2-1.1-4.7-1.1S4 9.1 4 11.2c0 3.4 1.5 5.3 3.6 5.3c1.6 0 2.8-2 4.4-2s2.7 2 4.4 2c2.1 0 3.6-1.9 3.6-5.3"/></svg>
React
import type { SVGProps } from "react";
export function MdiRobber(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="M10.7 12.5c0 .3-1.3.7-2.3.7s-2.1-.7-2.1-.9c0-.3.7-1.2 2.3-1.3c.9-.1 1.9.5 2.1 1.5m4.7-1.5c-1-.1-1.9.5-2.1 1.5c0 .3 1.2.7 2.3.7s2.1-.7 2.1-.9s-.7-1.2-2.3-1.3m6.6 1c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-2-.8c0-2-.7-2.7-3.3-2.7S13.3 9.6 12 9.6s-2-1.1-4.7-1.1S4 9.1 4 11.2c0 3.4 1.5 5.3 3.6 5.3c1.6 0 2.8-2 4.4-2s2.7 2 4.4 2c2.1 0 3.6-1.9 3.6-5.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.7 12.5c0 .3-1.3.7-2.3.7s-2.1-.7-2.1-.9c0-.3.7-1.2 2.3-1.3c.9-.1 1.9.5 2.1 1.5m4.7-1.5c-1-.1-1.9.5-2.1 1.5c0 .3 1.2.7 2.3.7s2.1-.7 2.1-.9s-.7-1.2-2.3-1.3m6.6 1c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-2-.8c0-2-.7-2.7-3.3-2.7S13.3 9.6 12 9.6s-2-1.1-4.7-1.1S4 9.1 4 11.2c0 3.4 1.5 5.3 3.6 5.3c1.6 0 2.8-2 4.4-2s2.7 2 4.4 2c2.1 0 3.6-1.9 3.6-5.3"/></svg> </template>
CSS
.icon-robber {
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%22M10.7%2012.5c0%20.3-1.3.7-2.3.7s-2.1-.7-2.1-.9c0-.3.7-1.2%202.3-1.3c.9-.1%201.9.5%202.1%201.5m4.7-1.5c-1-.1-1.9.5-2.1%201.5c0%20.3%201.2.7%202.3.7s2.1-.7%202.1-.9s-.7-1.2-2.3-1.3m6.6%201c0%205.5-4.5%2010-10%2010S2%2017.5%202%2012S6.5%202%2012%202s10%204.5%2010%2010m-2-.8c0-2-.7-2.7-3.3-2.7S13.3%209.6%2012%209.6s-2-1.1-4.7-1.1S4%209.1%204%2011.2c0%203.4%201.5%205.3%203.6%205.3c1.6%200%202.8-2%204.4-2s2.7%202%204.4%202c2.1%200%203.6-1.9%203.6-5.3%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%22M10.7%2012.5c0%20.3-1.3.7-2.3.7s-2.1-.7-2.1-.9c0-.3.7-1.2%202.3-1.3c.9-.1%201.9.5%202.1%201.5m4.7-1.5c-1-.1-1.9.5-2.1%201.5c0%20.3%201.2.7%202.3.7s2.1-.7%202.1-.9s-.7-1.2-2.3-1.3m6.6%201c0%205.5-4.5%2010-10%2010S2%2017.5%202%2012S6.5%202%2012%202s10%204.5%2010%2010m-2-.8c0-2-.7-2.7-3.3-2.7S13.3%209.6%2012%209.6s-2-1.1-4.7-1.1S4%209.1%204%2011.2c0%203.4%201.5%205.3%203.6%205.3c1.6%200%202.8-2%204.4-2s2.7%202%204.4%202c2.1%200%203.6-1.9%203.6-5.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/robber.svg?color=%231a73e8&size=48