tropical storm tracks icon

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

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

More planning icons from Carbon

Use the tropical storm tracks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 21a5 5 0 1 1 5-5a5.006 5.006 0 0 1-5 5m0-8a3 3 0 1 0 3 3a3.003 3.003 0 0 0-3-3"/><path fill="currentColor" d="M26.86 12.48a12.93 12.93 0 0 0-4.857-4.999l.442-.459c.82-.848 1.93-1.982 3.262-3.315A1 1 0 0 0 25 2c-.354 0-8.736.049-14.269 4.302a12.15 12.15 0 0 0-3.25 3.696l-.458-.442c-.849-.821-1.983-1.93-3.316-3.263A1 1 0 0 0 2 7c0 .36.05 8.874 4.406 14.402a12.1 12.1 0 0 0 3.592 3.117l-.657.68c-.795.82-1.828 1.874-3.048 3.094A1 1 0 0 0 7 30c.286 0 7.061-.035 12.459-3.105a12.96 12.96 0 0 0 5.06-4.893q.306.294.68.657c.82.795 1.874 1.828 3.094 3.048A1 1 0 0 0 30 25c0-.288-.036-7.112-3.14-12.52m-3.03 6.108l-.547 1.367a10.54 10.54 0 0 1-4.813 5.201a24.4 24.4 0 0 1-8.886 2.658c.44-.45 3.828-3.983 3.828-3.983l-1.368-.547a9.8 9.8 0 0 1-4.067-3.12c-2.54-3.224-3.458-7.762-3.79-10.58c.544.534 3.982 3.827 3.982 3.827l.546-1.367a9.86 9.86 0 0 1 3.235-4.156c3.217-2.473 7.68-3.373 10.466-3.701c-.534.544-3.828 3.982-3.828 3.982l1.368.547a10.52 10.52 0 0 1 5.17 4.76a24.3 24.3 0 0 1 2.688 8.94c-.45-.44-3.984-3.828-3.984-3.828"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTropicalStormTracks(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 21a5 5 0 1 1 5-5a5.006 5.006 0 0 1-5 5m0-8a3 3 0 1 0 3 3a3.003 3.003 0 0 0-3-3"/><path fill="currentColor" d="M26.86 12.48a12.93 12.93 0 0 0-4.857-4.999l.442-.459c.82-.848 1.93-1.982 3.262-3.315A1 1 0 0 0 25 2c-.354 0-8.736.049-14.269 4.302a12.15 12.15 0 0 0-3.25 3.696l-.458-.442c-.849-.821-1.983-1.93-3.316-3.263A1 1 0 0 0 2 7c0 .36.05 8.874 4.406 14.402a12.1 12.1 0 0 0 3.592 3.117l-.657.68c-.795.82-1.828 1.874-3.048 3.094A1 1 0 0 0 7 30c.286 0 7.061-.035 12.459-3.105a12.96 12.96 0 0 0 5.06-4.893q.306.294.68.657c.82.795 1.874 1.828 3.094 3.048A1 1 0 0 0 30 25c0-.288-.036-7.112-3.14-12.52m-3.03 6.108l-.547 1.367a10.54 10.54 0 0 1-4.813 5.201a24.4 24.4 0 0 1-8.886 2.658c.44-.45 3.828-3.983 3.828-3.983l-1.368-.547a9.8 9.8 0 0 1-4.067-3.12c-2.54-3.224-3.458-7.762-3.79-10.58c.544.534 3.982 3.827 3.982 3.827l.546-1.367a9.86 9.86 0 0 1 3.235-4.156c3.217-2.473 7.68-3.373 10.466-3.701c-.534.544-3.828 3.982-3.828 3.982l1.368.547a10.52 10.52 0 0 1 5.17 4.76a24.3 24.3 0 0 1 2.688 8.94c-.45-.44-3.984-3.828-3.984-3.828"/></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 21a5 5 0 1 1 5-5a5.006 5.006 0 0 1-5 5m0-8a3 3 0 1 0 3 3a3.003 3.003 0 0 0-3-3"/><path fill="currentColor" d="M26.86 12.48a12.93 12.93 0 0 0-4.857-4.999l.442-.459c.82-.848 1.93-1.982 3.262-3.315A1 1 0 0 0 25 2c-.354 0-8.736.049-14.269 4.302a12.15 12.15 0 0 0-3.25 3.696l-.458-.442c-.849-.821-1.983-1.93-3.316-3.263A1 1 0 0 0 2 7c0 .36.05 8.874 4.406 14.402a12.1 12.1 0 0 0 3.592 3.117l-.657.68c-.795.82-1.828 1.874-3.048 3.094A1 1 0 0 0 7 30c.286 0 7.061-.035 12.459-3.105a12.96 12.96 0 0 0 5.06-4.893q.306.294.68.657c.82.795 1.874 1.828 3.094 3.048A1 1 0 0 0 30 25c0-.288-.036-7.112-3.14-12.52m-3.03 6.108l-.547 1.367a10.54 10.54 0 0 1-4.813 5.201a24.4 24.4 0 0 1-8.886 2.658c.44-.45 3.828-3.983 3.828-3.983l-1.368-.547a9.8 9.8 0 0 1-4.067-3.12c-2.54-3.224-3.458-7.762-3.79-10.58c.544.534 3.982 3.827 3.982 3.827l.546-1.367a9.86 9.86 0 0 1 3.235-4.156c3.217-2.473 7.68-3.373 10.466-3.701c-.534.544-3.828 3.982-3.828 3.982l1.368.547a10.52 10.52 0 0 1 5.17 4.76a24.3 24.3 0 0 1 2.688 8.94c-.45-.44-3.984-3.828-3.984-3.828"/></svg>
</template>

CSS

.icon-tropical-storm-tracks {
  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%2021a5%205%200%201%201%205-5a5.006%205.006%200%200%201-5%205m0-8a3%203%200%201%200%203%203a3.003%203.003%200%200%200-3-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.86%2012.48a12.93%2012.93%200%200%200-4.857-4.999l.442-.459c.82-.848%201.93-1.982%203.262-3.315A1%201%200%200%200%2025%202c-.354%200-8.736.049-14.269%204.302a12.15%2012.15%200%200%200-3.25%203.696l-.458-.442c-.849-.821-1.983-1.93-3.316-3.263A1%201%200%200%200%202%207c0%20.36.05%208.874%204.406%2014.402a12.1%2012.1%200%200%200%203.592%203.117l-.657.68c-.795.82-1.828%201.874-3.048%203.094A1%201%200%200%200%207%2030c.286%200%207.061-.035%2012.459-3.105a12.96%2012.96%200%200%200%205.06-4.893q.306.294.68.657c.82.795%201.874%201.828%203.094%203.048A1%201%200%200%200%2030%2025c0-.288-.036-7.112-3.14-12.52m-3.03%206.108l-.547%201.367a10.54%2010.54%200%200%201-4.813%205.201a24.4%2024.4%200%200%201-8.886%202.658c.44-.45%203.828-3.983%203.828-3.983l-1.368-.547a9.8%209.8%200%200%201-4.067-3.12c-2.54-3.224-3.458-7.762-3.79-10.58c.544.534%203.982%203.827%203.982%203.827l.546-1.367a9.86%209.86%200%200%201%203.235-4.156c3.217-2.473%207.68-3.373%2010.466-3.701c-.534.544-3.828%203.982-3.828%203.982l1.368.547a10.52%2010.52%200%200%201%205.17%204.76a24.3%2024.3%200%200%201%202.688%208.94c-.45-.44-3.984-3.828-3.984-3.828%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%2021a5%205%200%201%201%205-5a5.006%205.006%200%200%201-5%205m0-8a3%203%200%201%200%203%203a3.003%203.003%200%200%200-3-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.86%2012.48a12.93%2012.93%200%200%200-4.857-4.999l.442-.459c.82-.848%201.93-1.982%203.262-3.315A1%201%200%200%200%2025%202c-.354%200-8.736.049-14.269%204.302a12.15%2012.15%200%200%200-3.25%203.696l-.458-.442c-.849-.821-1.983-1.93-3.316-3.263A1%201%200%200%200%202%207c0%20.36.05%208.874%204.406%2014.402a12.1%2012.1%200%200%200%203.592%203.117l-.657.68c-.795.82-1.828%201.874-3.048%203.094A1%201%200%200%200%207%2030c.286%200%207.061-.035%2012.459-3.105a12.96%2012.96%200%200%200%205.06-4.893q.306.294.68.657c.82.795%201.874%201.828%203.094%203.048A1%201%200%200%200%2030%2025c0-.288-.036-7.112-3.14-12.52m-3.03%206.108l-.547%201.367a10.54%2010.54%200%200%201-4.813%205.201a24.4%2024.4%200%200%201-8.886%202.658c.44-.45%203.828-3.983%203.828-3.983l-1.368-.547a9.8%209.8%200%200%201-4.067-3.12c-2.54-3.224-3.458-7.762-3.79-10.58c.544.534%203.982%203.827%203.982%203.827l.546-1.367a9.86%209.86%200%200%201%203.235-4.156c3.217-2.473%207.68-3.373%2010.466-3.701c-.534.544-3.828%203.982-3.828%203.982l1.368.547a10.52%2010.52%200%200%201%205.17%204.76a24.3%2024.3%200%200%201%202.688%208.94c-.45-.44-3.984-3.828-3.984-3.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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