pin list icon
pin-list-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.
- Name
- pin-list-linear
- Set
- Solar
- Style
- Linear
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the pin list icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13.6318 8.22382L13.2654 7.85744C11.7353 6.32736 10.9703 5.56232 10.1409 5.56299C9.86995 5.56321 9.60189 5.61847 9.35297 5.72542C8.59095 6.05283 8.19087 7.05807 7.39072 9.06855L7.33281 9.21406C7.10596 9.78403 6.99254 10.069 6.8104 10.2989C6.67221 10.4733 6.50589 10.6235 6.31829 10.7431C6.071 10.9009 5.77593 10.9846 5.18578 11.1521C4.27067 11.4118 3.81311 11.5417 3.61005 11.8186C3.45915 12.0244 3.39264 12.2802 3.42416 12.5334C3.46657 12.8742 3.80289 13.2105 4.47554 13.8832L7.60603 17.0137C8.27867 17.6863 8.61499 18.0226 8.95577 18.065C9.20903 18.0966 9.46475 18.03 9.67057 17.8791C9.94751 17.6761 10.0774 17.2185 10.3371 16.3034C10.5046 15.7133 10.5883 15.4182 10.7461 15.1709C10.8657 14.9833 11.0159 14.817 11.1903 14.6788C11.4202 14.4967 11.7052 14.3832 12.2751 14.1564L12.4206 14.0985C14.4311 13.2983 15.4364 12.8982 15.7638 12.1362C15.8707 11.8873 15.926 11.6192 15.9262 11.3483C15.9269 10.5189 15.1618 9.7539 13.6318 8.22382Z"/><path stroke-linecap="round" d="M3.34679 18.142L6.04053 15.4482"/><path stroke-linecap="round" d="M22 8H17"/><path stroke-linecap="round" d="M22 12.5H18"/><path stroke-linecap="round" d="M22 17H13"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPinListLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M13.6318 8.22382L13.2654 7.85744C11.7353 6.32736 10.9703 5.56232 10.1409 5.56299C9.86995 5.56321 9.60189 5.61847 9.35297 5.72542C8.59095 6.05283 8.19087 7.05807 7.39072 9.06855L7.33281 9.21406C7.10596 9.78403 6.99254 10.069 6.8104 10.2989C6.67221 10.4733 6.50589 10.6235 6.31829 10.7431C6.071 10.9009 5.77593 10.9846 5.18578 11.1521C4.27067 11.4118 3.81311 11.5417 3.61005 11.8186C3.45915 12.0244 3.39264 12.2802 3.42416 12.5334C3.46657 12.8742 3.80289 13.2105 4.47554 13.8832L7.60603 17.0137C8.27867 17.6863 8.61499 18.0226 8.95577 18.065C9.20903 18.0966 9.46475 18.03 9.67057 17.8791C9.94751 17.6761 10.0774 17.2185 10.3371 16.3034C10.5046 15.7133 10.5883 15.4182 10.7461 15.1709C10.8657 14.9833 11.0159 14.817 11.1903 14.6788C11.4202 14.4967 11.7052 14.3832 12.2751 14.1564L12.4206 14.0985C14.4311 13.2983 15.4364 12.8982 15.7638 12.1362C15.8707 11.8873 15.926 11.6192 15.9262 11.3483C15.9269 10.5189 15.1618 9.7539 13.6318 8.22382Z"/><path strokeLinecap="round" d="M3.34679 18.142L6.04053 15.4482"/><path strokeLinecap="round" d="M22 8H17"/><path strokeLinecap="round" d="M22 12.5H18"/><path strokeLinecap="round" d="M22 17H13"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13.6318 8.22382L13.2654 7.85744C11.7353 6.32736 10.9703 5.56232 10.1409 5.56299C9.86995 5.56321 9.60189 5.61847 9.35297 5.72542C8.59095 6.05283 8.19087 7.05807 7.39072 9.06855L7.33281 9.21406C7.10596 9.78403 6.99254 10.069 6.8104 10.2989C6.67221 10.4733 6.50589 10.6235 6.31829 10.7431C6.071 10.9009 5.77593 10.9846 5.18578 11.1521C4.27067 11.4118 3.81311 11.5417 3.61005 11.8186C3.45915 12.0244 3.39264 12.2802 3.42416 12.5334C3.46657 12.8742 3.80289 13.2105 4.47554 13.8832L7.60603 17.0137C8.27867 17.6863 8.61499 18.0226 8.95577 18.065C9.20903 18.0966 9.46475 18.03 9.67057 17.8791C9.94751 17.6761 10.0774 17.2185 10.3371 16.3034C10.5046 15.7133 10.5883 15.4182 10.7461 15.1709C10.8657 14.9833 11.0159 14.817 11.1903 14.6788C11.4202 14.4967 11.7052 14.3832 12.2751 14.1564L12.4206 14.0985C14.4311 13.2983 15.4364 12.8982 15.7638 12.1362C15.8707 11.8873 15.926 11.6192 15.9262 11.3483C15.9269 10.5189 15.1618 9.7539 13.6318 8.22382Z"/><path stroke-linecap="round" d="M3.34679 18.142L6.04053 15.4482"/><path stroke-linecap="round" d="M22 8H17"/><path stroke-linecap="round" d="M22 12.5H18"/><path stroke-linecap="round" d="M22 17H13"/></g></svg> </template>
CSS
.icon-pin-list-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.6318%208.22382L13.2654%207.85744C11.7353%206.32736%2010.9703%205.56232%2010.1409%205.56299C9.86995%205.56321%209.60189%205.61847%209.35297%205.72542C8.59095%206.05283%208.19087%207.05807%207.39072%209.06855L7.33281%209.21406C7.10596%209.78403%206.99254%2010.069%206.8104%2010.2989C6.67221%2010.4733%206.50589%2010.6235%206.31829%2010.7431C6.071%2010.9009%205.77593%2010.9846%205.18578%2011.1521C4.27067%2011.4118%203.81311%2011.5417%203.61005%2011.8186C3.45915%2012.0244%203.39264%2012.2802%203.42416%2012.5334C3.46657%2012.8742%203.80289%2013.2105%204.47554%2013.8832L7.60603%2017.0137C8.27867%2017.6863%208.61499%2018.0226%208.95577%2018.065C9.20903%2018.0966%209.46475%2018.03%209.67057%2017.8791C9.94751%2017.6761%2010.0774%2017.2185%2010.3371%2016.3034C10.5046%2015.7133%2010.5883%2015.4182%2010.7461%2015.1709C10.8657%2014.9833%2011.0159%2014.817%2011.1903%2014.6788C11.4202%2014.4967%2011.7052%2014.3832%2012.2751%2014.1564L12.4206%2014.0985C14.4311%2013.2983%2015.4364%2012.8982%2015.7638%2012.1362C15.8707%2011.8873%2015.926%2011.6192%2015.9262%2011.3483C15.9269%2010.5189%2015.1618%209.7539%2013.6318%208.22382Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.34679%2018.142L6.04053%2015.4482%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%208H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012.5H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2017H13%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.6318%208.22382L13.2654%207.85744C11.7353%206.32736%2010.9703%205.56232%2010.1409%205.56299C9.86995%205.56321%209.60189%205.61847%209.35297%205.72542C8.59095%206.05283%208.19087%207.05807%207.39072%209.06855L7.33281%209.21406C7.10596%209.78403%206.99254%2010.069%206.8104%2010.2989C6.67221%2010.4733%206.50589%2010.6235%206.31829%2010.7431C6.071%2010.9009%205.77593%2010.9846%205.18578%2011.1521C4.27067%2011.4118%203.81311%2011.5417%203.61005%2011.8186C3.45915%2012.0244%203.39264%2012.2802%203.42416%2012.5334C3.46657%2012.8742%203.80289%2013.2105%204.47554%2013.8832L7.60603%2017.0137C8.27867%2017.6863%208.61499%2018.0226%208.95577%2018.065C9.20903%2018.0966%209.46475%2018.03%209.67057%2017.8791C9.94751%2017.6761%2010.0774%2017.2185%2010.3371%2016.3034C10.5046%2015.7133%2010.5883%2015.4182%2010.7461%2015.1709C10.8657%2014.9833%2011.0159%2014.817%2011.1903%2014.6788C11.4202%2014.4967%2011.7052%2014.3832%2012.2751%2014.1564L12.4206%2014.0985C14.4311%2013.2983%2015.4364%2012.8982%2015.7638%2012.1362C15.8707%2011.8873%2015.926%2011.6192%2015.9262%2011.3483C15.9269%2010.5189%2015.1618%209.7539%2013.6318%208.22382Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.34679%2018.142L6.04053%2015.4482%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%208H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012.5H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2017H13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/pin-list-linear.svg?color=%231a73e8&size=48