fencing mask icon
fencing-mask from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- fencing-mask
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the fencing mask icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M12 20c3.5 0 8-5.706 8-10.159C20 4.644 16.57 1.983 12 2c-4.572.017-8 2.644-8 7.841C4 14.294 8.5 20 12 20Z"/><path stroke-linecap="round" d="M12 2v18"/><path d="M4.5 8c3.5 2 11.5 2 15 0m-15 5c3.5 2 11.5 2 15 0"/><path stroke-linecap="round" d="M6 16c0 2.4-1 4.8-3 6m15-6c0 2.4 1 4.8 3 6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFencingMask(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 20c3.5 0 8-5.706 8-10.159C20 4.644 16.57 1.983 12 2c-4.572.017-8 2.644-8 7.841C4 14.294 8.5 20 12 20Z"/><path strokeLinecap="round" d="M12 2v18"/><path d="M4.5 8c3.5 2 11.5 2 15 0m-15 5c3.5 2 11.5 2 15 0"/><path strokeLinecap="round" d="M6 16c0 2.4-1 4.8-3 6m15-6c0 2.4 1 4.8 3 6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M12 20c3.5 0 8-5.706 8-10.159C20 4.644 16.57 1.983 12 2c-4.572.017-8 2.644-8 7.841C4 14.294 8.5 20 12 20Z"/><path stroke-linecap="round" d="M12 2v18"/><path d="M4.5 8c3.5 2 11.5 2 15 0m-15 5c3.5 2 11.5 2 15 0"/><path stroke-linecap="round" d="M6 16c0 2.4-1 4.8-3 6m15-6c0 2.4 1 4.8 3 6"/></g></svg> </template>
CSS
.icon-fencing-mask {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2020c3.5%200%208-5.706%208-10.159C20%204.644%2016.57%201.983%2012%202c-4.572.017-8%202.644-8%207.841C4%2014.294%208.5%2020%2012%2020Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202v18%22%2F%3E%3Cpath%20d%3D%22M4.5%208c3.5%202%2011.5%202%2015%200m-15%205c3.5%202%2011.5%202%2015%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2016c0%202.4-1%204.8-3%206m15-6c0%202.4%201%204.8%203%206%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2020c3.5%200%208-5.706%208-10.159C20%204.644%2016.57%201.983%2012%202c-4.572.017-8%202.644-8%207.841C4%2014.294%208.5%2020%2012%2020Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202v18%22%2F%3E%3Cpath%20d%3D%22M4.5%208c3.5%202%2011.5%202%2015%200m-15%205c3.5%202%2011.5%202%2015%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2016c0%202.4-1%204.8-3%206m15-6c0%202.4%201%204.8%203%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/fencing-mask.svg?color=%231a73e8&size=48