Etiquettable Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etiquettable icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/325543.svg" alt="Etiquettable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325543.svg" alt="Etiquettable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325543.svg" alt="Etiquettable icon" :width="24" :height="24" />
CSS background
.icon-etiquettable {
background-image: url('https://proicons.com/icon/325543.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M12.1298,36.0523c3.4868-3.3004,6.8504-3.3454,10.0905-.135-3.4868,3.294-6.8504,3.339-10.0905.135Z"/><path class="b" d="M26.2416,35.98c3.4932-3.2947,6.8603-3.3369,10.1012-.1265-3.4876,3.2947-6.8546,3.3369-10.1012.1265Z"/><path class="b" d="M14.9517,37.964c-.0674-1.2596.899-2.3353,2.1586-2.4027,1.2596-.0674,2.3353.899,2.4027,2.1586.001.0183.0017.0366.0023.0549M29.1996,37.8641c-.0499-1.2602.9312-2.3223,2.1914-2.3722s2.3223.9312,2.3722,2.1914h0"/><path class="b" d="M6.2498,42.5c-1.7044-18.45,12.7147-15.492,13.4909-27.0445-.7939-2.3988-.9233-4.7911-.3881-7.1771,1.076.4203,2.0982,1.3039,3.0665,2.6508.2339-2.4051.817-4.2148,1.7491-5.4291.9073.974,1.5595,2.7837,1.9564,5.4291.5891-1.3468,1.2986-2.2577,2.1287-2.7326.499,2.447.5203,4.7553.0638,6.9251.6571,11.8853,15.0773,8.9284,13.4441,27.3784"/><path class="b" d="M19.7407,15.1673l2.3179,2.3711,1.2525-2.588,2.0468,2.4264,2.958-2.2542"/></svg>
Copied!