offline-pin-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
offline-pin-off-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the offline pin off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 16.5q-.213 0-.357-.143T8.5 16t.143-.357T9 15.5h6.5l1 1zm3 4.5q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.533.502-2.961q.502-1.43 1.475-2.635L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165l-1.883-1.877q-1.206.973-2.635 1.475T12 21m4.877-2.696L5.697 7.123q-.82 1.04-1.259 2.287T4 12q0 3.35 2.325 5.675T12 20q1.344 0 2.59-.438q1.247-.439 2.287-1.258M15.714 8.35q0 .194-.166.36l-1.66 1.66q-.14.14-.344.15t-.363-.15t-.16-.354q0-.195.16-.354l1.665-1.666q.14-.14.338-.15q.199-.01.364.15q.166.16.166.354M7.81 4.035q.956-.527 2.013-.781T12 3q1.864 0 3.496.701q1.633.701 2.867 1.936Q19.599 6.87 20.3 8.503T21 12q0 1.1-.254 2.138t-.742 1.993q-.098.182-.306.237t-.385-.049t-.234-.311t.04-.396q.44-.846.66-1.752T20 12q0-3.35-2.325-5.675T12 4q-.954 0-1.86.22t-1.752.66q-.188.099-.396.05t-.33-.224t-.078-.375q.045-.198.227-.297"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOfflinePinOffOutlineRounded(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="M9 16.5q-.213 0-.357-.143T8.5 16t.143-.357T9 15.5h6.5l1 1zm3 4.5q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.533.502-2.961q.502-1.43 1.475-2.635L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165l-1.883-1.877q-1.206.973-2.635 1.475T12 21m4.877-2.696L5.697 7.123q-.82 1.04-1.259 2.287T4 12q0 3.35 2.325 5.675T12 20q1.344 0 2.59-.438q1.247-.439 2.287-1.258M15.714 8.35q0 .194-.166.36l-1.66 1.66q-.14.14-.344.15t-.363-.15t-.16-.354q0-.195.16-.354l1.665-1.666q.14-.14.338-.15q.199-.01.364.15q.166.16.166.354M7.81 4.035q.956-.527 2.013-.781T12 3q1.864 0 3.496.701q1.633.701 2.867 1.936Q19.599 6.87 20.3 8.503T21 12q0 1.1-.254 2.138t-.742 1.993q-.098.182-.306.237t-.385-.049t-.234-.311t.04-.396q.44-.846.66-1.752T20 12q0-3.35-2.325-5.675T12 4q-.954 0-1.86.22t-1.752.66q-.188.099-.396.05t-.33-.224t-.078-.375q.045-.198.227-.297"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 16.5q-.213 0-.357-.143T8.5 16t.143-.357T9 15.5h6.5l1 1zm3 4.5q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.533.502-2.961q.502-1.43 1.475-2.635L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165l-1.883-1.877q-1.206.973-2.635 1.475T12 21m4.877-2.696L5.697 7.123q-.82 1.04-1.259 2.287T4 12q0 3.35 2.325 5.675T12 20q1.344 0 2.59-.438q1.247-.439 2.287-1.258M15.714 8.35q0 .194-.166.36l-1.66 1.66q-.14.14-.344.15t-.363-.15t-.16-.354q0-.195.16-.354l1.665-1.666q.14-.14.338-.15q.199-.01.364.15q.166.16.166.354M7.81 4.035q.956-.527 2.013-.781T12 3q1.864 0 3.496.701q1.633.701 2.867 1.936Q19.599 6.87 20.3 8.503T21 12q0 1.1-.254 2.138t-.742 1.993q-.098.182-.306.237t-.385-.049t-.234-.311t.04-.396q.44-.846.66-1.752T20 12q0-3.35-2.325-5.675T12 4q-.954 0-1.86.22t-1.752.66q-.188.099-.396.05t-.33-.224t-.078-.375q.045-.198.227-.297"/></svg>
</template>

CSS

.icon-offline-pin-off-outline-rounded {
  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%22M9%2016.5q-.213%200-.357-.143T8.5%2016t.143-.357T9%2015.5h6.5l1%201zm3%204.5q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.533.502-2.961q.502-1.43%201.475-2.635L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.146.156.344t-.156.364t-.357.165q-.19%200-.356-.165l-1.883-1.877q-1.206.973-2.635%201.475T12%2021m4.877-2.696L5.697%207.123q-.82%201.04-1.259%202.287T4%2012q0%203.35%202.325%205.675T12%2020q1.344%200%202.59-.438q1.247-.439%202.287-1.258M15.714%208.35q0%20.194-.166.36l-1.66%201.66q-.14.14-.344.15t-.363-.15t-.16-.354q0-.195.16-.354l1.665-1.666q.14-.14.338-.15q.199-.01.364.15q.166.16.166.354M7.81%204.035q.956-.527%202.013-.781T12%203q1.864%200%203.496.701q1.633.701%202.867%201.936Q19.599%206.87%2020.3%208.503T21%2012q0%201.1-.254%202.138t-.742%201.993q-.098.182-.306.237t-.385-.049t-.234-.311t.04-.396q.44-.846.66-1.752T20%2012q0-3.35-2.325-5.675T12%204q-.954%200-1.86.22t-1.752.66q-.188.099-.396.05t-.33-.224t-.078-.375q.045-.198.227-.297%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%22M9%2016.5q-.213%200-.357-.143T8.5%2016t.143-.357T9%2015.5h6.5l1%201zm3%204.5q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.533.502-2.961q.502-1.43%201.475-2.635L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.146.156.344t-.156.364t-.357.165q-.19%200-.356-.165l-1.883-1.877q-1.206.973-2.635%201.475T12%2021m4.877-2.696L5.697%207.123q-.82%201.04-1.259%202.287T4%2012q0%203.35%202.325%205.675T12%2020q1.344%200%202.59-.438q1.247-.439%202.287-1.258M15.714%208.35q0%20.194-.166.36l-1.66%201.66q-.14.14-.344.15t-.363-.15t-.16-.354q0-.195.16-.354l1.665-1.666q.14-.14.338-.15q.199-.01.364.15q.166.16.166.354M7.81%204.035q.956-.527%202.013-.781T12%203q1.864%200%203.496.701q1.633.701%202.867%201.936Q19.599%206.87%2020.3%208.503T21%2012q0%201.1-.254%202.138t-.742%201.993q-.098.182-.306.237t-.385-.049t-.234-.311t.04-.396q.44-.846.66-1.752T20%2012q0-3.35-2.325-5.675T12%204q-.954%200-1.86.22t-1.752.66q-.188.099-.396.05t-.33-.224t-.078-.375q.045-.198.227-.297%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/offline-pin-off-outline-rounded.svg?color=%231a73e8&size=48