etsy icon
etsy from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- etsy
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the etsy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.969 5c-5.258.604-14.198.3-17.826.184v1.252c2.4.454 2.946.37 2.996 1.767c.173 3.823.088 12.263 0 15.815c-.018 1.337-.764 1.291-2.996 1.73V27c7.298-.233 12.306-.211 18.095 0c.074-.925.516-4.621.696-6H23.7c-1.392 3.293-1.66 4.416-4.642 4.416h-4.383c-1.473 0-2.174-.603-2.174-1.879v-6.824c3.266 0 4.32.098 4.32.098C18.317 16.834 18.55 18.03 19 20h1c-.106-4.833-.216-3.023 0-8h-1c-.648 2.787-.69 3.117-2.152 3.164c0 0-1.498.147-4.346.123v-8.04c0-.308.024-.48.527-.48h6.729c1.708 0 2.12 2.187 2.637 4.233H23.6c.044-.887.22-4.368.369-6"/></svg>
React
import type { SVGProps } from "react";
export function LaEtsy(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="M23.969 5c-5.258.604-14.198.3-17.826.184v1.252c2.4.454 2.946.37 2.996 1.767c.173 3.823.088 12.263 0 15.815c-.018 1.337-.764 1.291-2.996 1.73V27c7.298-.233 12.306-.211 18.095 0c.074-.925.516-4.621.696-6H23.7c-1.392 3.293-1.66 4.416-4.642 4.416h-4.383c-1.473 0-2.174-.603-2.174-1.879v-6.824c3.266 0 4.32.098 4.32.098C18.317 16.834 18.55 18.03 19 20h1c-.106-4.833-.216-3.023 0-8h-1c-.648 2.787-.69 3.117-2.152 3.164c0 0-1.498.147-4.346.123v-8.04c0-.308.024-.48.527-.48h6.729c1.708 0 2.12 2.187 2.637 4.233H23.6c.044-.887.22-4.368.369-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.969 5c-5.258.604-14.198.3-17.826.184v1.252c2.4.454 2.946.37 2.996 1.767c.173 3.823.088 12.263 0 15.815c-.018 1.337-.764 1.291-2.996 1.73V27c7.298-.233 12.306-.211 18.095 0c.074-.925.516-4.621.696-6H23.7c-1.392 3.293-1.66 4.416-4.642 4.416h-4.383c-1.473 0-2.174-.603-2.174-1.879v-6.824c3.266 0 4.32.098 4.32.098C18.317 16.834 18.55 18.03 19 20h1c-.106-4.833-.216-3.023 0-8h-1c-.648 2.787-.69 3.117-2.152 3.164c0 0-1.498.147-4.346.123v-8.04c0-.308.024-.48.527-.48h6.729c1.708 0 2.12 2.187 2.637 4.233H23.6c.044-.887.22-4.368.369-6"/></svg> </template>
CSS
.icon-etsy {
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%22M23.969%205c-5.258.604-14.198.3-17.826.184v1.252c2.4.454%202.946.37%202.996%201.767c.173%203.823.088%2012.263%200%2015.815c-.018%201.337-.764%201.291-2.996%201.73V27c7.298-.233%2012.306-.211%2018.095%200c.074-.925.516-4.621.696-6H23.7c-1.392%203.293-1.66%204.416-4.642%204.416h-4.383c-1.473%200-2.174-.603-2.174-1.879v-6.824c3.266%200%204.32.098%204.32.098C18.317%2016.834%2018.55%2018.03%2019%2020h1c-.106-4.833-.216-3.023%200-8h-1c-.648%202.787-.69%203.117-2.152%203.164c0%200-1.498.147-4.346.123v-8.04c0-.308.024-.48.527-.48h6.729c1.708%200%202.12%202.187%202.637%204.233H23.6c.044-.887.22-4.368.369-6%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%22M23.969%205c-5.258.604-14.198.3-17.826.184v1.252c2.4.454%202.946.37%202.996%201.767c.173%203.823.088%2012.263%200%2015.815c-.018%201.337-.764%201.291-2.996%201.73V27c7.298-.233%2012.306-.211%2018.095%200c.074-.925.516-4.621.696-6H23.7c-1.392%203.293-1.66%204.416-4.642%204.416h-4.383c-1.473%200-2.174-.603-2.174-1.879v-6.824c3.266%200%204.32.098%204.32.098C18.317%2016.834%2018.55%2018.03%2019%2020h1c-.106-4.833-.216-3.023%200-8h-1c-.648%202.787-.69%203.117-2.152%203.164c0%200-1.498.147-4.346.123v-8.04c0-.308.024-.48.527-.48h6.729c1.708%200%202.12%202.187%202.637%204.233H23.6c.044-.887.22-4.368.369-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/etsy.svg?color=%231a73e8&size=48