trimble logo
trimble from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- trimble
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the trimble logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.598 18.338a9.1 9.1 0 0 0 4.799 2.82L2.598 24zm4.764-15.52a9.14 9.14 0 0 0-4.764 2.81V0zM22.854 12l-4.811 2.851a9.65 9.65 0 0 0 .014-5.693zM5.758 4.301a9.4 9.4 0 0 1 5.297-.615a4.3 4.3 0 0 0-2.425.828c-.756-.213-2.185-.369-2.872-.213M14.9 14.602c-2.367 1.828-6.156 1.322-8.459-.605a23 23 0 0 1 2.673-3.483c1.359 1.208 3.398 1.7 5.035.936c.38 1.014.633 2.073.751 3.152m-9.72-.42a15.4 15.4 0 0 0-1.621 3.751a8.5 8.5 0 0 1-2.406-5.603a8.54 8.54 0 0 1 1.939-5.79c-.651 2.393.058 5.506 2.088 7.642m8.6-3.636c-1.137.532-2.746.326-3.976-.723a19 19 0 0 1 2.339-1.865a11.4 11.4 0 0 1 1.637 2.588m-1.527-3.893a8.7 8.7 0 0 0-2.519-1.735c.909-.593 3-.629 4.301.72a8.4 8.4 0 0 0-1.782 1.015M5.922 14.88c2.399 1.937 6.253 2.59 9.051.881a7.4 7.4 0 0 1-.468 2.719a8.06 8.06 0 0 1-5.014 1.893a8.05 8.05 0 0 1-5.085-1.684c.136-.689.505-2.016 1.516-3.809m8.653-4.932a12.7 12.7 0 0 0-1.632-2.544a7 7 0 0 1 1.667-1.003c.681.945.861 2.587-.035 3.547m1.544-2.064c.837 1.87.874 4.207-.354 5.844a14 14 0 0 0-.778-2.822c.419-.367.743-.835.941-1.363a3.5 3.5 0 0 0 .191-1.659M9.14 9.096c-.758-1.049-.992-2.402-.229-3.451a7.7 7.7 0 0 1 2.53 1.581a19.5 19.5 0 0 0-2.301 1.87m6.773 5.95a6.5 6.5 0 0 0 1.609-3.749a8.65 8.65 0 0 1-1.71 5.88q.144-1.061.101-2.131M7.956 5.347c-.846 1.347-.467 3.226.487 4.443a24 24 0 0 0-2.725 3.499c-1.876-2.141-2.624-5.575-1.013-7.92a6.5 6.5 0 0 1 3.251-.022"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsTrimble(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="M2.598 18.338a9.1 9.1 0 0 0 4.799 2.82L2.598 24zm4.764-15.52a9.14 9.14 0 0 0-4.764 2.81V0zM22.854 12l-4.811 2.851a9.65 9.65 0 0 0 .014-5.693zM5.758 4.301a9.4 9.4 0 0 1 5.297-.615a4.3 4.3 0 0 0-2.425.828c-.756-.213-2.185-.369-2.872-.213M14.9 14.602c-2.367 1.828-6.156 1.322-8.459-.605a23 23 0 0 1 2.673-3.483c1.359 1.208 3.398 1.7 5.035.936c.38 1.014.633 2.073.751 3.152m-9.72-.42a15.4 15.4 0 0 0-1.621 3.751a8.5 8.5 0 0 1-2.406-5.603a8.54 8.54 0 0 1 1.939-5.79c-.651 2.393.058 5.506 2.088 7.642m8.6-3.636c-1.137.532-2.746.326-3.976-.723a19 19 0 0 1 2.339-1.865a11.4 11.4 0 0 1 1.637 2.588m-1.527-3.893a8.7 8.7 0 0 0-2.519-1.735c.909-.593 3-.629 4.301.72a8.4 8.4 0 0 0-1.782 1.015M5.922 14.88c2.399 1.937 6.253 2.59 9.051.881a7.4 7.4 0 0 1-.468 2.719a8.06 8.06 0 0 1-5.014 1.893a8.05 8.05 0 0 1-5.085-1.684c.136-.689.505-2.016 1.516-3.809m8.653-4.932a12.7 12.7 0 0 0-1.632-2.544a7 7 0 0 1 1.667-1.003c.681.945.861 2.587-.035 3.547m1.544-2.064c.837 1.87.874 4.207-.354 5.844a14 14 0 0 0-.778-2.822c.419-.367.743-.835.941-1.363a3.5 3.5 0 0 0 .191-1.659M9.14 9.096c-.758-1.049-.992-2.402-.229-3.451a7.7 7.7 0 0 1 2.53 1.581a19.5 19.5 0 0 0-2.301 1.87m6.773 5.95a6.5 6.5 0 0 0 1.609-3.749a8.65 8.65 0 0 1-1.71 5.88q.144-1.061.101-2.131M7.956 5.347c-.846 1.347-.467 3.226.487 4.443a24 24 0 0 0-2.725 3.499c-1.876-2.141-2.624-5.575-1.013-7.92a6.5 6.5 0 0 1 3.251-.022"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.598 18.338a9.1 9.1 0 0 0 4.799 2.82L2.598 24zm4.764-15.52a9.14 9.14 0 0 0-4.764 2.81V0zM22.854 12l-4.811 2.851a9.65 9.65 0 0 0 .014-5.693zM5.758 4.301a9.4 9.4 0 0 1 5.297-.615a4.3 4.3 0 0 0-2.425.828c-.756-.213-2.185-.369-2.872-.213M14.9 14.602c-2.367 1.828-6.156 1.322-8.459-.605a23 23 0 0 1 2.673-3.483c1.359 1.208 3.398 1.7 5.035.936c.38 1.014.633 2.073.751 3.152m-9.72-.42a15.4 15.4 0 0 0-1.621 3.751a8.5 8.5 0 0 1-2.406-5.603a8.54 8.54 0 0 1 1.939-5.79c-.651 2.393.058 5.506 2.088 7.642m8.6-3.636c-1.137.532-2.746.326-3.976-.723a19 19 0 0 1 2.339-1.865a11.4 11.4 0 0 1 1.637 2.588m-1.527-3.893a8.7 8.7 0 0 0-2.519-1.735c.909-.593 3-.629 4.301.72a8.4 8.4 0 0 0-1.782 1.015M5.922 14.88c2.399 1.937 6.253 2.59 9.051.881a7.4 7.4 0 0 1-.468 2.719a8.06 8.06 0 0 1-5.014 1.893a8.05 8.05 0 0 1-5.085-1.684c.136-.689.505-2.016 1.516-3.809m8.653-4.932a12.7 12.7 0 0 0-1.632-2.544a7 7 0 0 1 1.667-1.003c.681.945.861 2.587-.035 3.547m1.544-2.064c.837 1.87.874 4.207-.354 5.844a14 14 0 0 0-.778-2.822c.419-.367.743-.835.941-1.363a3.5 3.5 0 0 0 .191-1.659M9.14 9.096c-.758-1.049-.992-2.402-.229-3.451a7.7 7.7 0 0 1 2.53 1.581a19.5 19.5 0 0 0-2.301 1.87m6.773 5.95a6.5 6.5 0 0 0 1.609-3.749a8.65 8.65 0 0 1-1.71 5.88q.144-1.061.101-2.131M7.956 5.347c-.846 1.347-.467 3.226.487 4.443a24 24 0 0 0-2.725 3.499c-1.876-2.141-2.624-5.575-1.013-7.92a6.5 6.5 0 0 1 3.251-.022"/></svg> </template>
CSS
.icon-trimble {
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%22M2.598%2018.338a9.1%209.1%200%200%200%204.799%202.82L2.598%2024zm4.764-15.52a9.14%209.14%200%200%200-4.764%202.81V0zM22.854%2012l-4.811%202.851a9.65%209.65%200%200%200%20.014-5.693zM5.758%204.301a9.4%209.4%200%200%201%205.297-.615a4.3%204.3%200%200%200-2.425.828c-.756-.213-2.185-.369-2.872-.213M14.9%2014.602c-2.367%201.828-6.156%201.322-8.459-.605a23%2023%200%200%201%202.673-3.483c1.359%201.208%203.398%201.7%205.035.936c.38%201.014.633%202.073.751%203.152m-9.72-.42a15.4%2015.4%200%200%200-1.621%203.751a8.5%208.5%200%200%201-2.406-5.603a8.54%208.54%200%200%201%201.939-5.79c-.651%202.393.058%205.506%202.088%207.642m8.6-3.636c-1.137.532-2.746.326-3.976-.723a19%2019%200%200%201%202.339-1.865a11.4%2011.4%200%200%201%201.637%202.588m-1.527-3.893a8.7%208.7%200%200%200-2.519-1.735c.909-.593%203-.629%204.301.72a8.4%208.4%200%200%200-1.782%201.015M5.922%2014.88c2.399%201.937%206.253%202.59%209.051.881a7.4%207.4%200%200%201-.468%202.719a8.06%208.06%200%200%201-5.014%201.893a8.05%208.05%200%200%201-5.085-1.684c.136-.689.505-2.016%201.516-3.809m8.653-4.932a12.7%2012.7%200%200%200-1.632-2.544a7%207%200%200%201%201.667-1.003c.681.945.861%202.587-.035%203.547m1.544-2.064c.837%201.87.874%204.207-.354%205.844a14%2014%200%200%200-.778-2.822c.419-.367.743-.835.941-1.363a3.5%203.5%200%200%200%20.191-1.659M9.14%209.096c-.758-1.049-.992-2.402-.229-3.451a7.7%207.7%200%200%201%202.53%201.581a19.5%2019.5%200%200%200-2.301%201.87m6.773%205.95a6.5%206.5%200%200%200%201.609-3.749a8.65%208.65%200%200%201-1.71%205.88q.144-1.061.101-2.131M7.956%205.347c-.846%201.347-.467%203.226.487%204.443a24%2024%200%200%200-2.725%203.499c-1.876-2.141-2.624-5.575-1.013-7.92a6.5%206.5%200%200%201%203.251-.022%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%22M2.598%2018.338a9.1%209.1%200%200%200%204.799%202.82L2.598%2024zm4.764-15.52a9.14%209.14%200%200%200-4.764%202.81V0zM22.854%2012l-4.811%202.851a9.65%209.65%200%200%200%20.014-5.693zM5.758%204.301a9.4%209.4%200%200%201%205.297-.615a4.3%204.3%200%200%200-2.425.828c-.756-.213-2.185-.369-2.872-.213M14.9%2014.602c-2.367%201.828-6.156%201.322-8.459-.605a23%2023%200%200%201%202.673-3.483c1.359%201.208%203.398%201.7%205.035.936c.38%201.014.633%202.073.751%203.152m-9.72-.42a15.4%2015.4%200%200%200-1.621%203.751a8.5%208.5%200%200%201-2.406-5.603a8.54%208.54%200%200%201%201.939-5.79c-.651%202.393.058%205.506%202.088%207.642m8.6-3.636c-1.137.532-2.746.326-3.976-.723a19%2019%200%200%201%202.339-1.865a11.4%2011.4%200%200%201%201.637%202.588m-1.527-3.893a8.7%208.7%200%200%200-2.519-1.735c.909-.593%203-.629%204.301.72a8.4%208.4%200%200%200-1.782%201.015M5.922%2014.88c2.399%201.937%206.253%202.59%209.051.881a7.4%207.4%200%200%201-.468%202.719a8.06%208.06%200%200%201-5.014%201.893a8.05%208.05%200%200%201-5.085-1.684c.136-.689.505-2.016%201.516-3.809m8.653-4.932a12.7%2012.7%200%200%200-1.632-2.544a7%207%200%200%201%201.667-1.003c.681.945.861%202.587-.035%203.547m1.544-2.064c.837%201.87.874%204.207-.354%205.844a14%2014%200%200%200-.778-2.822c.419-.367.743-.835.941-1.363a3.5%203.5%200%200%200%20.191-1.659M9.14%209.096c-.758-1.049-.992-2.402-.229-3.451a7.7%207.7%200%200%201%202.53%201.581a19.5%2019.5%200%200%200-2.301%201.87m6.773%205.95a6.5%206.5%200%200%200%201.609-3.749a8.65%208.65%200%200%201-1.71%205.88q.144-1.061.101-2.131M7.956%205.347c-.846%201.347-.467%203.226.487%204.443a24%2024%200%200%200-2.725%203.499c-1.876-2.141-2.624-5.575-1.013-7.92a6.5%206.5%200%200%201%203.251-.022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/trimble.svg?color=%231a73e8&size=48