location switch icon

location-switch from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
location-switch
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the location switch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 30l-8.435-9.949c-.048-.057-.349-.451-.349-.451A10.9 10.9 0 0 1 5 13C5 6.936 9.935 2 16 2s11 4.936 11 11c0 2.393-.765 4.673-2.215 6.597l-.001.003s-.3.394-.345.447zM8.813 18.395s.233.308.286.374L16 26.908l6.91-8.15c.044-.055.278-.365.279-.366A8.9 8.9 0 0 0 25 13c0-4.962-4.038-9-9-9s-9 4.039-9 9c0 1.956.627 3.82 1.813 5.395M17.992 21l4-4l-4-4l-1.42 1.41l1.59 1.59H10v2h8.162l-1.58 1.58zm-2.572-8.41L13.83 11H22V9h-8.17l1.58-1.58L14 6l-4 4l4 4z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLocationSwitch(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 30l-8.435-9.949c-.048-.057-.349-.451-.349-.451A10.9 10.9 0 0 1 5 13C5 6.936 9.935 2 16 2s11 4.936 11 11c0 2.393-.765 4.673-2.215 6.597l-.001.003s-.3.394-.345.447zM8.813 18.395s.233.308.286.374L16 26.908l6.91-8.15c.044-.055.278-.365.279-.366A8.9 8.9 0 0 0 25 13c0-4.962-4.038-9-9-9s-9 4.039-9 9c0 1.956.627 3.82 1.813 5.395M17.992 21l4-4l-4-4l-1.42 1.41l1.59 1.59H10v2h8.162l-1.58 1.58zm-2.572-8.41L13.83 11H22V9h-8.17l1.58-1.58L14 6l-4 4l4 4z"/></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 30l-8.435-9.949c-.048-.057-.349-.451-.349-.451A10.9 10.9 0 0 1 5 13C5 6.936 9.935 2 16 2s11 4.936 11 11c0 2.393-.765 4.673-2.215 6.597l-.001.003s-.3.394-.345.447zM8.813 18.395s.233.308.286.374L16 26.908l6.91-8.15c.044-.055.278-.365.279-.366A8.9 8.9 0 0 0 25 13c0-4.962-4.038-9-9-9s-9 4.039-9 9c0 1.956.627 3.82 1.813 5.395M17.992 21l4-4l-4-4l-1.42 1.41l1.59 1.59H10v2h8.162l-1.58 1.58zm-2.572-8.41L13.83 11H22V9h-8.17l1.58-1.58L14 6l-4 4l4 4z"/></svg>
</template>

CSS

.icon-location-switch {
  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%2030l-8.435-9.949c-.048-.057-.349-.451-.349-.451A10.9%2010.9%200%200%201%205%2013C5%206.936%209.935%202%2016%202s11%204.936%2011%2011c0%202.393-.765%204.673-2.215%206.597l-.001.003s-.3.394-.345.447zM8.813%2018.395s.233.308.286.374L16%2026.908l6.91-8.15c.044-.055.278-.365.279-.366A8.9%208.9%200%200%200%2025%2013c0-4.962-4.038-9-9-9s-9%204.039-9%209c0%201.956.627%203.82%201.813%205.395M17.992%2021l4-4l-4-4l-1.42%201.41l1.59%201.59H10v2h8.162l-1.58%201.58zm-2.572-8.41L13.83%2011H22V9h-8.17l1.58-1.58L14%206l-4%204l4%204z%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%2030l-8.435-9.949c-.048-.057-.349-.451-.349-.451A10.9%2010.9%200%200%201%205%2013C5%206.936%209.935%202%2016%202s11%204.936%2011%2011c0%202.393-.765%204.673-2.215%206.597l-.001.003s-.3.394-.345.447zM8.813%2018.395s.233.308.286.374L16%2026.908l6.91-8.15c.044-.055.278-.365.279-.366A8.9%208.9%200%200%200%2025%2013c0-4.962-4.038-9-9-9s-9%204.039-9%209c0%201.956.627%203.82%201.813%205.395M17.992%2021l4-4l-4-4l-1.42%201.41l1.59%201.59H10v2h8.162l-1.58%201.58zm-2.572-8.41L13.83%2011H22V9h-8.17l1.58-1.58L14%206l-4%204l4%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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