countingworkspro logo
countingworkspro from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- countingworkspro
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the countingworkspro logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.327.512c-3.806.034-7.447 3.19-7.181 7.75c.102 1.547.88 3.382 2.981 5.733a.365.365 0 0 0 .635-.23l.053-2.266a.36.36 0 0 0-.1-.255a5.047 5.047 0 0 1 3.407-8.502c2.27-.104 4.011 1.236 4.753 2.744c.34.693.527 1.45.55 2.222a.357.357 0 0 0 .343.344q.724.022 1.437.147a.36.36 0 0 0 .424-.344a7.24 7.24 0 0 0-2.769-5.788C15.02 1.404 13.564.52 11.327.512m4.94 8.362a15 15 0 0 0-2.515.26a.364.364 0 0 0-.17.635l1.695 1.435a.36.36 0 0 0 .316.073a5.03 5.03 0 0 1 3.123.281c1.78.787 2.92 2.414 3.042 4.304c.208 3.187-2.48 5.539-5.277 5.37a5 5 0 0 1-1.751-.412a.365.365 0 0 0-.443.115q-.434.578-.94 1.094a.367.367 0 0 0 .09.573c1.887 1.073 3.936 1.16 6.014.32c3.303-1.304 4.63-4.523 4.545-6.847c-.096-2.641-1.48-5.072-4.085-6.402c-.921-.47-2.04-.812-3.643-.799zm-12.931 1.2a.4.4 0 0 0-.152.052c-1.41.827-2.216 2.057-2.798 3.777c-.285.892-.386 1.51-.386 2.436a7.276 7.276 0 0 0 7.157 7.141c1.129.017 2.104-.235 2.962-.583c1.45-.62 3.142-1.597 4.65-4.912a.363.363 0 0 0-.459-.489l-2.365.867a.36.36 0 0 0-.195.174a5.03 5.03 0 0 1-2.268 2.224C6 22.428 2.473 19.784 2.235 16.74c-.145-1.741.494-3.053 1.37-3.982c.293-.308.41-.477.663-.662a.36.36 0 0 0 .098-.471a9 9 0 0 1-.653-1.326a.37.37 0 0 0-.377-.225"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCountingworkspro(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="M11.327.512c-3.806.034-7.447 3.19-7.181 7.75c.102 1.547.88 3.382 2.981 5.733a.365.365 0 0 0 .635-.23l.053-2.266a.36.36 0 0 0-.1-.255a5.047 5.047 0 0 1 3.407-8.502c2.27-.104 4.011 1.236 4.753 2.744c.34.693.527 1.45.55 2.222a.357.357 0 0 0 .343.344q.724.022 1.437.147a.36.36 0 0 0 .424-.344a7.24 7.24 0 0 0-2.769-5.788C15.02 1.404 13.564.52 11.327.512m4.94 8.362a15 15 0 0 0-2.515.26a.364.364 0 0 0-.17.635l1.695 1.435a.36.36 0 0 0 .316.073a5.03 5.03 0 0 1 3.123.281c1.78.787 2.92 2.414 3.042 4.304c.208 3.187-2.48 5.539-5.277 5.37a5 5 0 0 1-1.751-.412a.365.365 0 0 0-.443.115q-.434.578-.94 1.094a.367.367 0 0 0 .09.573c1.887 1.073 3.936 1.16 6.014.32c3.303-1.304 4.63-4.523 4.545-6.847c-.096-2.641-1.48-5.072-4.085-6.402c-.921-.47-2.04-.812-3.643-.799zm-12.931 1.2a.4.4 0 0 0-.152.052c-1.41.827-2.216 2.057-2.798 3.777c-.285.892-.386 1.51-.386 2.436a7.276 7.276 0 0 0 7.157 7.141c1.129.017 2.104-.235 2.962-.583c1.45-.62 3.142-1.597 4.65-4.912a.363.363 0 0 0-.459-.489l-2.365.867a.36.36 0 0 0-.195.174a5.03 5.03 0 0 1-2.268 2.224C6 22.428 2.473 19.784 2.235 16.74c-.145-1.741.494-3.053 1.37-3.982c.293-.308.41-.477.663-.662a.36.36 0 0 0 .098-.471a9 9 0 0 1-.653-1.326a.37.37 0 0 0-.377-.225"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.327.512c-3.806.034-7.447 3.19-7.181 7.75c.102 1.547.88 3.382 2.981 5.733a.365.365 0 0 0 .635-.23l.053-2.266a.36.36 0 0 0-.1-.255a5.047 5.047 0 0 1 3.407-8.502c2.27-.104 4.011 1.236 4.753 2.744c.34.693.527 1.45.55 2.222a.357.357 0 0 0 .343.344q.724.022 1.437.147a.36.36 0 0 0 .424-.344a7.24 7.24 0 0 0-2.769-5.788C15.02 1.404 13.564.52 11.327.512m4.94 8.362a15 15 0 0 0-2.515.26a.364.364 0 0 0-.17.635l1.695 1.435a.36.36 0 0 0 .316.073a5.03 5.03 0 0 1 3.123.281c1.78.787 2.92 2.414 3.042 4.304c.208 3.187-2.48 5.539-5.277 5.37a5 5 0 0 1-1.751-.412a.365.365 0 0 0-.443.115q-.434.578-.94 1.094a.367.367 0 0 0 .09.573c1.887 1.073 3.936 1.16 6.014.32c3.303-1.304 4.63-4.523 4.545-6.847c-.096-2.641-1.48-5.072-4.085-6.402c-.921-.47-2.04-.812-3.643-.799zm-12.931 1.2a.4.4 0 0 0-.152.052c-1.41.827-2.216 2.057-2.798 3.777c-.285.892-.386 1.51-.386 2.436a7.276 7.276 0 0 0 7.157 7.141c1.129.017 2.104-.235 2.962-.583c1.45-.62 3.142-1.597 4.65-4.912a.363.363 0 0 0-.459-.489l-2.365.867a.36.36 0 0 0-.195.174a5.03 5.03 0 0 1-2.268 2.224C6 22.428 2.473 19.784 2.235 16.74c-.145-1.741.494-3.053 1.37-3.982c.293-.308.41-.477.663-.662a.36.36 0 0 0 .098-.471a9 9 0 0 1-.653-1.326a.37.37 0 0 0-.377-.225"/></svg> </template>
CSS
.icon-countingworkspro {
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%22M11.327.512c-3.806.034-7.447%203.19-7.181%207.75c.102%201.547.88%203.382%202.981%205.733a.365.365%200%200%200%20.635-.23l.053-2.266a.36.36%200%200%200-.1-.255a5.047%205.047%200%200%201%203.407-8.502c2.27-.104%204.011%201.236%204.753%202.744c.34.693.527%201.45.55%202.222a.357.357%200%200%200%20.343.344q.724.022%201.437.147a.36.36%200%200%200%20.424-.344a7.24%207.24%200%200%200-2.769-5.788C15.02%201.404%2013.564.52%2011.327.512m4.94%208.362a15%2015%200%200%200-2.515.26a.364.364%200%200%200-.17.635l1.695%201.435a.36.36%200%200%200%20.316.073a5.03%205.03%200%200%201%203.123.281c1.78.787%202.92%202.414%203.042%204.304c.208%203.187-2.48%205.539-5.277%205.37a5%205%200%200%201-1.751-.412a.365.365%200%200%200-.443.115q-.434.578-.94%201.094a.367.367%200%200%200%20.09.573c1.887%201.073%203.936%201.16%206.014.32c3.303-1.304%204.63-4.523%204.545-6.847c-.096-2.641-1.48-5.072-4.085-6.402c-.921-.47-2.04-.812-3.643-.799zm-12.931%201.2a.4.4%200%200%200-.152.052c-1.41.827-2.216%202.057-2.798%203.777c-.285.892-.386%201.51-.386%202.436a7.276%207.276%200%200%200%207.157%207.141c1.129.017%202.104-.235%202.962-.583c1.45-.62%203.142-1.597%204.65-4.912a.363.363%200%200%200-.459-.489l-2.365.867a.36.36%200%200%200-.195.174a5.03%205.03%200%200%201-2.268%202.224C6%2022.428%202.473%2019.784%202.235%2016.74c-.145-1.741.494-3.053%201.37-3.982c.293-.308.41-.477.663-.662a.36.36%200%200%200%20.098-.471a9%209%200%200%201-.653-1.326a.37.37%200%200%200-.377-.225%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%22M11.327.512c-3.806.034-7.447%203.19-7.181%207.75c.102%201.547.88%203.382%202.981%205.733a.365.365%200%200%200%20.635-.23l.053-2.266a.36.36%200%200%200-.1-.255a5.047%205.047%200%200%201%203.407-8.502c2.27-.104%204.011%201.236%204.753%202.744c.34.693.527%201.45.55%202.222a.357.357%200%200%200%20.343.344q.724.022%201.437.147a.36.36%200%200%200%20.424-.344a7.24%207.24%200%200%200-2.769-5.788C15.02%201.404%2013.564.52%2011.327.512m4.94%208.362a15%2015%200%200%200-2.515.26a.364.364%200%200%200-.17.635l1.695%201.435a.36.36%200%200%200%20.316.073a5.03%205.03%200%200%201%203.123.281c1.78.787%202.92%202.414%203.042%204.304c.208%203.187-2.48%205.539-5.277%205.37a5%205%200%200%201-1.751-.412a.365.365%200%200%200-.443.115q-.434.578-.94%201.094a.367.367%200%200%200%20.09.573c1.887%201.073%203.936%201.16%206.014.32c3.303-1.304%204.63-4.523%204.545-6.847c-.096-2.641-1.48-5.072-4.085-6.402c-.921-.47-2.04-.812-3.643-.799zm-12.931%201.2a.4.4%200%200%200-.152.052c-1.41.827-2.216%202.057-2.798%203.777c-.285.892-.386%201.51-.386%202.436a7.276%207.276%200%200%200%207.157%207.141c1.129.017%202.104-.235%202.962-.583c1.45-.62%203.142-1.597%204.65-4.912a.363.363%200%200%200-.459-.489l-2.365.867a.36.36%200%200%200-.195.174a5.03%205.03%200%200%201-2.268%202.224C6%2022.428%202.473%2019.784%202.235%2016.74c-.145-1.741.494-3.053%201.37-3.982c.293-.308.41-.477.663-.662a.36.36%200%200%200%20.098-.471a9%209%200%200%201-.653-1.326a.37.37%200%200%200-.377-.225%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/countingworkspro.svg?color=%231a73e8&size=48