selfie icon
selfie from IconPark Outline by ByteDance · Outline · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- selfie
- Set
- IconPark Outline
- Style
- Outline
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark Outline
Use the selfie icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M29.234 6.98c3.714-1.568 11.276-2.47 13.794 5.891s-8.307 14.612-8.026 8.099c.28-6.514 7.995-1.152 7.83 3.562s-5.062 5.232-5.062 5.232"/><rect width="26" height="12" x="4.241" y="15.778" rx="2" transform="rotate(-30 4.241 15.778)"/><path stroke-linecap="round" d="M21.5 19.67L29 32.66"/><rect width="6" height="10" x="26.401" y="34.16" rx="3" transform="rotate(-30 26.401 34.16)"/><path stroke-linecap="round" d="m11.401 8.18l5.197-3m5.303 21.186l5.197-3"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineSelfie(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M29.234 6.98c3.714-1.568 11.276-2.47 13.794 5.891s-8.307 14.612-8.026 8.099c.28-6.514 7.995-1.152 7.83 3.562s-5.062 5.232-5.062 5.232"/><rect width="26" height="12" x="4.241" y="15.778" rx="2" transform="rotate(-30 4.241 15.778)"/><path strokeLinecap="round" d="M21.5 19.67L29 32.66"/><rect width="6" height="10" x="26.401" y="34.16" rx="3" transform="rotate(-30 26.401 34.16)"/><path strokeLinecap="round" d="m11.401 8.18l5.197-3m5.303 21.186l5.197-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M29.234 6.98c3.714-1.568 11.276-2.47 13.794 5.891s-8.307 14.612-8.026 8.099c.28-6.514 7.995-1.152 7.83 3.562s-5.062 5.232-5.062 5.232"/><rect width="26" height="12" x="4.241" y="15.778" rx="2" transform="rotate(-30 4.241 15.778)"/><path stroke-linecap="round" d="M21.5 19.67L29 32.66"/><rect width="6" height="10" x="26.401" y="34.16" rx="3" transform="rotate(-30 26.401 34.16)"/><path stroke-linecap="round" d="m11.401 8.18l5.197-3m5.303 21.186l5.197-3"/></g></svg> </template>
CSS
.icon-selfie {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M29.234%206.98c3.714-1.568%2011.276-2.47%2013.794%205.891s-8.307%2014.612-8.026%208.099c.28-6.514%207.995-1.152%207.83%203.562s-5.062%205.232-5.062%205.232%22%2F%3E%3Crect%20width%3D%2226%22%20height%3D%2212%22%20x%3D%224.241%22%20y%3D%2215.778%22%20rx%3D%222%22%20transform%3D%22rotate(-30%204.241%2015.778)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.5%2019.67L29%2032.66%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%2210%22%20x%3D%2226.401%22%20y%3D%2234.16%22%20rx%3D%223%22%20transform%3D%22rotate(-30%2026.401%2034.16)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m11.401%208.18l5.197-3m5.303%2021.186l5.197-3%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M29.234%206.98c3.714-1.568%2011.276-2.47%2013.794%205.891s-8.307%2014.612-8.026%208.099c.28-6.514%207.995-1.152%207.83%203.562s-5.062%205.232-5.062%205.232%22%2F%3E%3Crect%20width%3D%2226%22%20height%3D%2212%22%20x%3D%224.241%22%20y%3D%2215.778%22%20rx%3D%222%22%20transform%3D%22rotate(-30%204.241%2015.778)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.5%2019.67L29%2032.66%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%2210%22%20x%3D%2226.401%22%20y%3D%2234.16%22%20rx%3D%223%22%20transform%3D%22rotate(-30%2026.401%2034.16)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m11.401%208.18l5.197-3m5.303%2021.186l5.197-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/selfie.svg?color=%231a73e8&size=48