watchman monitoring logo
watchman-monitoring from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- watchman-monitoring
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same logo in other sets
Use the watchman monitoring logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 16C123.452 16 16 123.452 16 256s107.452 240 240 240s240-107.452 240-240S388.548 16 256 16M121.69 429.122C70.056 388.972 36.741 326.322 36.741 256a218.5 218.5 0 0 1 9.587-64.122l102.9-17.895l-.121 10.967l-13.943 2.013s-.144 12.5-.144 19.549a12.78 12.78 0 0 0 4.887 10.349l9.468 7.4Zm105.692-283.27l8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5c-5.348-5.477-8.257-7.347-15.46 0c0 0-32.342 30.474-39.529 34.5c-7.078 3.964-.144 9.344-.144 9.344l8.481 7.618l-.048 4.369l-73.507-19.176c39.644-56.938 105.532-94.3 180.018-94.3a218.75 218.75 0 0 1 164.934 75.025l-193.512 37.7Zm34.063 329.269l-33.9-250.857l9.467-7.4a12.78 12.78 0 0 0 4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013l-.116-10.474l241.711 31.391a219 219 0 0 1 5.851 50.13c0 119.074-95.428 216.212-213.814 219.121"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsWatchmanMonitoring(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 16C123.452 16 16 123.452 16 256s107.452 240 240 240s240-107.452 240-240S388.548 16 256 16M121.69 429.122C70.056 388.972 36.741 326.322 36.741 256a218.5 218.5 0 0 1 9.587-64.122l102.9-17.895l-.121 10.967l-13.943 2.013s-.144 12.5-.144 19.549a12.78 12.78 0 0 0 4.887 10.349l9.468 7.4Zm105.692-283.27l8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5c-5.348-5.477-8.257-7.347-15.46 0c0 0-32.342 30.474-39.529 34.5c-7.078 3.964-.144 9.344-.144 9.344l8.481 7.618l-.048 4.369l-73.507-19.176c39.644-56.938 105.532-94.3 180.018-94.3a218.75 218.75 0 0 1 164.934 75.025l-193.512 37.7Zm34.063 329.269l-33.9-250.857l9.467-7.4a12.78 12.78 0 0 0 4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013l-.116-10.474l241.711 31.391a219 219 0 0 1 5.851 50.13c0 119.074-95.428 216.212-213.814 219.121"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 16C123.452 16 16 123.452 16 256s107.452 240 240 240s240-107.452 240-240S388.548 16 256 16M121.69 429.122C70.056 388.972 36.741 326.322 36.741 256a218.5 218.5 0 0 1 9.587-64.122l102.9-17.895l-.121 10.967l-13.943 2.013s-.144 12.5-.144 19.549a12.78 12.78 0 0 0 4.887 10.349l9.468 7.4Zm105.692-283.27l8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5c-5.348-5.477-8.257-7.347-15.46 0c0 0-32.342 30.474-39.529 34.5c-7.078 3.964-.144 9.344-.144 9.344l8.481 7.618l-.048 4.369l-73.507-19.176c39.644-56.938 105.532-94.3 180.018-94.3a218.75 218.75 0 0 1 164.934 75.025l-193.512 37.7Zm34.063 329.269l-33.9-250.857l9.467-7.4a12.78 12.78 0 0 0 4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013l-.116-10.474l241.711 31.391a219 219 0 0 1 5.851 50.13c0 119.074-95.428 216.212-213.814 219.121"/></svg> </template>
CSS
.icon-watchman-monitoring {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2016C123.452%2016%2016%20123.452%2016%20256s107.452%20240%20240%20240s240-107.452%20240-240S388.548%2016%20256%2016M121.69%20429.122C70.056%20388.972%2036.741%20326.322%2036.741%20256a218.5%20218.5%200%200%201%209.587-64.122l102.9-17.895l-.121%2010.967l-13.943%202.013s-.144%2012.5-.144%2019.549a12.78%2012.78%200%200%200%204.887%2010.349l9.468%207.4Zm105.692-283.27l8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5c-5.348-5.477-8.257-7.347-15.46%200c0%200-32.342%2030.474-39.529%2034.5c-7.078%203.964-.144%209.344-.144%209.344l8.481%207.618l-.048%204.369l-73.507-19.176c39.644-56.938%20105.532-94.3%20180.018-94.3a218.75%20218.75%200%200%201%20164.934%2075.025l-193.512%2037.7Zm34.063%20329.269l-33.9-250.857l9.467-7.4a12.78%2012.78%200%200%200%204.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013l-.116-10.474l241.711%2031.391a219%20219%200%200%201%205.851%2050.13c0%20119.074-95.428%20216.212-213.814%20219.121%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2016C123.452%2016%2016%20123.452%2016%20256s107.452%20240%20240%20240s240-107.452%20240-240S388.548%2016%20256%2016M121.69%20429.122C70.056%20388.972%2036.741%20326.322%2036.741%20256a218.5%20218.5%200%200%201%209.587-64.122l102.9-17.895l-.121%2010.967l-13.943%202.013s-.144%2012.5-.144%2019.549a12.78%2012.78%200%200%200%204.887%2010.349l9.468%207.4Zm105.692-283.27l8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5c-5.348-5.477-8.257-7.347-15.46%200c0%200-32.342%2030.474-39.529%2034.5c-7.078%203.964-.144%209.344-.144%209.344l8.481%207.618l-.048%204.369l-73.507-19.176c39.644-56.938%20105.532-94.3%20180.018-94.3a218.75%20218.75%200%200%201%20164.934%2075.025l-193.512%2037.7Zm34.063%20329.269l-33.9-250.857l9.467-7.4a12.78%2012.78%200%200%200%204.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013l-.116-10.474l241.711%2031.391a219%20219%200%200%201%205.851%2050.13c0%20119.074-95.428%20216.212-213.814%20219.121%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/watchman-monitoring.svg?color=%231a73e8&size=48