storm tracker icon

storm-tracker from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
storm-tracker
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the storm tracker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a1 1 0 0 0-.974.771l-1.722 7.322a10.065 10.065 0 1 0 8.603 8.603l7.322-1.722A1 1 0 0 0 30 16A14.016 14.016 0 0 0 16 2m-4.707 18.707A1 1 0 0 0 12 21a1 1 0 0 0 .229-.026l3.762-.886a3.996 3.996 0 1 1-4.08-4.08l-.885 3.763a1 1 0 0 0 .267.936m2.05-2.05l2.271-9.65a7.5 7.5 0 0 1 7.38 7.38ZM20 20a8 8 0 1 1-8-8a8 8 0 0 1 .844.047l-.464 1.972c-.127-.008-.253-.019-.38-.019a6 6 0 1 0 6 6c0-.127-.011-.253-.019-.38l1.972-.464A8 8 0 0 1 20 20m4.97-4.08a9.5 9.5 0 0 0-8.89-8.89l.706-3.005a12.02 12.02 0 0 1 11.189 11.189Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonStormTracker(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a1 1 0 0 0-.974.771l-1.722 7.322a10.065 10.065 0 1 0 8.603 8.603l7.322-1.722A1 1 0 0 0 30 16A14.016 14.016 0 0 0 16 2m-4.707 18.707A1 1 0 0 0 12 21a1 1 0 0 0 .229-.026l3.762-.886a3.996 3.996 0 1 1-4.08-4.08l-.885 3.763a1 1 0 0 0 .267.936m2.05-2.05l2.271-9.65a7.5 7.5 0 0 1 7.38 7.38ZM20 20a8 8 0 1 1-8-8a8 8 0 0 1 .844.047l-.464 1.972c-.127-.008-.253-.019-.38-.019a6 6 0 1 0 6 6c0-.127-.011-.253-.019-.38l1.972-.464A8 8 0 0 1 20 20m4.97-4.08a9.5 9.5 0 0 0-8.89-8.89l.706-3.005a12.02 12.02 0 0 1 11.189 11.189Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a1 1 0 0 0-.974.771l-1.722 7.322a10.065 10.065 0 1 0 8.603 8.603l7.322-1.722A1 1 0 0 0 30 16A14.016 14.016 0 0 0 16 2m-4.707 18.707A1 1 0 0 0 12 21a1 1 0 0 0 .229-.026l3.762-.886a3.996 3.996 0 1 1-4.08-4.08l-.885 3.763a1 1 0 0 0 .267.936m2.05-2.05l2.271-9.65a7.5 7.5 0 0 1 7.38 7.38ZM20 20a8 8 0 1 1-8-8a8 8 0 0 1 .844.047l-.464 1.972c-.127-.008-.253-.019-.38-.019a6 6 0 1 0 6 6c0-.127-.011-.253-.019-.38l1.972-.464A8 8 0 0 1 20 20m4.97-4.08a9.5 9.5 0 0 0-8.89-8.89l.706-3.005a12.02 12.02 0 0 1 11.189 11.189Z"/></svg>
</template>

CSS

.icon-storm-tracker {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a1%201%200%200%200-.974.771l-1.722%207.322a10.065%2010.065%200%201%200%208.603%208.603l7.322-1.722A1%201%200%200%200%2030%2016A14.016%2014.016%200%200%200%2016%202m-4.707%2018.707A1%201%200%200%200%2012%2021a1%201%200%200%200%20.229-.026l3.762-.886a3.996%203.996%200%201%201-4.08-4.08l-.885%203.763a1%201%200%200%200%20.267.936m2.05-2.05l2.271-9.65a7.5%207.5%200%200%201%207.38%207.38ZM20%2020a8%208%200%201%201-8-8a8%208%200%200%201%20.844.047l-.464%201.972c-.127-.008-.253-.019-.38-.019a6%206%200%201%200%206%206c0-.127-.011-.253-.019-.38l1.972-.464A8%208%200%200%201%2020%2020m4.97-4.08a9.5%209.5%200%200%200-8.89-8.89l.706-3.005a12.02%2012.02%200%200%201%2011.189%2011.189Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a1%201%200%200%200-.974.771l-1.722%207.322a10.065%2010.065%200%201%200%208.603%208.603l7.322-1.722A1%201%200%200%200%2030%2016A14.016%2014.016%200%200%200%2016%202m-4.707%2018.707A1%201%200%200%200%2012%2021a1%201%200%200%200%20.229-.026l3.762-.886a3.996%203.996%200%201%201-4.08-4.08l-.885%203.763a1%201%200%200%200%20.267.936m2.05-2.05l2.271-9.65a7.5%207.5%200%200%201%207.38%207.38ZM20%2020a8%208%200%201%201-8-8a8%208%200%200%201%20.844.047l-.464%201.972c-.127-.008-.253-.019-.38-.019a6%206%200%201%200%206%206c0-.127-.011-.253-.019-.38l1.972-.464A8%208%200%200%201%2020%2020m4.97-4.08a9.5%209.5%200%200%200-8.89-8.89l.706-3.005a12.02%2012.02%200%200%201%2011.189%2011.189Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/storm-tracker.svg?color=%231a73e8&size=48