pivotaltracker logo
pivotaltracker from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- pivotaltracker
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the pivotaltracker logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.002 0c-6.617 0-12 5.382-12 11.998c0 6.618 5.384 12.002 12 12.002S24 18.616 24 11.998C24 5.382 18.619 0 12.002 0m0 2.43a9.57 9.57 0 0 1 9.568 9.568c0 5.286-4.283 9.572-9.568 9.572s-9.57-4.286-9.57-9.572s4.285-9.568 9.57-9.568m-.135 1.31L8.822 5.498V5.5l2.68 4.64c.425-.113.888-.08 1.31.118l1.41-2.442zm4.17 2.256l-2.68 4.643c.325.324.52.749.557 1.195h2.816l2.356-4.076zM4.781 7.984v3.55h.002v-.03h5.36a1.9 1.9 0 0 1 .756-1.08L9.49 7.984zm2.487 4.182L4.912 16.24l3.049 1.762l2.682-4.645a1.93 1.93 0 0 1-.557-1.191zm6.59.33a1.9 1.9 0 0 1-.756 1.078l1.41 2.442h4.707v-3.52h-5.362zm-2.67 1.244l-1.41 2.442l2.353 4.076l3.049-1.76l-2.68-4.64c-.425.114-.89.08-1.313-.118z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPivotaltracker(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="M12.002 0c-6.617 0-12 5.382-12 11.998c0 6.618 5.384 12.002 12 12.002S24 18.616 24 11.998C24 5.382 18.619 0 12.002 0m0 2.43a9.57 9.57 0 0 1 9.568 9.568c0 5.286-4.283 9.572-9.568 9.572s-9.57-4.286-9.57-9.572s4.285-9.568 9.57-9.568m-.135 1.31L8.822 5.498V5.5l2.68 4.64c.425-.113.888-.08 1.31.118l1.41-2.442zm4.17 2.256l-2.68 4.643c.325.324.52.749.557 1.195h2.816l2.356-4.076zM4.781 7.984v3.55h.002v-.03h5.36a1.9 1.9 0 0 1 .756-1.08L9.49 7.984zm2.487 4.182L4.912 16.24l3.049 1.762l2.682-4.645a1.93 1.93 0 0 1-.557-1.191zm6.59.33a1.9 1.9 0 0 1-.756 1.078l1.41 2.442h4.707v-3.52h-5.362zm-2.67 1.244l-1.41 2.442l2.353 4.076l3.049-1.76l-2.68-4.64c-.425.114-.89.08-1.313-.118z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.002 0c-6.617 0-12 5.382-12 11.998c0 6.618 5.384 12.002 12 12.002S24 18.616 24 11.998C24 5.382 18.619 0 12.002 0m0 2.43a9.57 9.57 0 0 1 9.568 9.568c0 5.286-4.283 9.572-9.568 9.572s-9.57-4.286-9.57-9.572s4.285-9.568 9.57-9.568m-.135 1.31L8.822 5.498V5.5l2.68 4.64c.425-.113.888-.08 1.31.118l1.41-2.442zm4.17 2.256l-2.68 4.643c.325.324.52.749.557 1.195h2.816l2.356-4.076zM4.781 7.984v3.55h.002v-.03h5.36a1.9 1.9 0 0 1 .756-1.08L9.49 7.984zm2.487 4.182L4.912 16.24l3.049 1.762l2.682-4.645a1.93 1.93 0 0 1-.557-1.191zm6.59.33a1.9 1.9 0 0 1-.756 1.078l1.41 2.442h4.707v-3.52h-5.362zm-2.67 1.244l-1.41 2.442l2.353 4.076l3.049-1.76l-2.68-4.64c-.425.114-.89.08-1.313-.118z"/></svg> </template>
CSS
.icon-pivotaltracker {
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%22M12.002%200c-6.617%200-12%205.382-12%2011.998c0%206.618%205.384%2012.002%2012%2012.002S24%2018.616%2024%2011.998C24%205.382%2018.619%200%2012.002%200m0%202.43a9.57%209.57%200%200%201%209.568%209.568c0%205.286-4.283%209.572-9.568%209.572s-9.57-4.286-9.57-9.572s4.285-9.568%209.57-9.568m-.135%201.31L8.822%205.498V5.5l2.68%204.64c.425-.113.888-.08%201.31.118l1.41-2.442zm4.17%202.256l-2.68%204.643c.325.324.52.749.557%201.195h2.816l2.356-4.076zM4.781%207.984v3.55h.002v-.03h5.36a1.9%201.9%200%200%201%20.756-1.08L9.49%207.984zm2.487%204.182L4.912%2016.24l3.049%201.762l2.682-4.645a1.93%201.93%200%200%201-.557-1.191zm6.59.33a1.9%201.9%200%200%201-.756%201.078l1.41%202.442h4.707v-3.52h-5.362zm-2.67%201.244l-1.41%202.442l2.353%204.076l3.049-1.76l-2.68-4.64c-.425.114-.89.08-1.313-.118z%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%22M12.002%200c-6.617%200-12%205.382-12%2011.998c0%206.618%205.384%2012.002%2012%2012.002S24%2018.616%2024%2011.998C24%205.382%2018.619%200%2012.002%200m0%202.43a9.57%209.57%200%200%201%209.568%209.568c0%205.286-4.283%209.572-9.568%209.572s-9.57-4.286-9.57-9.572s4.285-9.568%209.57-9.568m-.135%201.31L8.822%205.498V5.5l2.68%204.64c.425-.113.888-.08%201.31.118l1.41-2.442zm4.17%202.256l-2.68%204.643c.325.324.52.749.557%201.195h2.816l2.356-4.076zM4.781%207.984v3.55h.002v-.03h5.36a1.9%201.9%200%200%201%20.756-1.08L9.49%207.984zm2.487%204.182L4.912%2016.24l3.049%201.762l2.682-4.645a1.93%201.93%200%200%201-.557-1.191zm6.59.33a1.9%201.9%200%200%201-.756%201.078l1.41%202.442h4.707v-3.52h-5.362zm-2.67%201.244l-1.41%202.442l2.353%204.076l3.049-1.76l-2.68-4.64c-.425.114-.89.08-1.313-.118z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/pivotaltracker.svg?color=%231a73e8&size=48