instagram one icon
instagram-one from IconPark by ByteDance · Color · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- instagram-one
- Set
- IconPark
- Style
- Color
- Category
- Brand
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More brand icons from IconPark
Use the instagram one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" stroke-width="4"><circle cx="9" cy="8" r="4"/><rect width="8" height="25" x="5" y="18" stroke-linejoin="round"/><path stroke-linejoin="round" d="M21 27.5V43H28V29C28 26.5 29.5 24.5 32 24.5C34.5 24.5 36 27 36 29V43H43V27.5C43 24.5 39.5 18 32 18C24.5 18 21 24.5 21 27.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkInstagramOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" strokeWidth="4"><circle cx="9" cy="8" r="4"/><rect width="8" height="25" x="5" y="18" strokeLinejoin="round"/><path strokeLinejoin="round" d="M21 27.5V43H28V29C28 26.5 29.5 24.5 32 24.5C34.5 24.5 36 27 36 29V43H43V27.5C43 24.5 39.5 18 32 18C24.5 18 21 24.5 21 27.5Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" stroke-width="4"><circle cx="9" cy="8" r="4"/><rect width="8" height="25" x="5" y="18" stroke-linejoin="round"/><path stroke-linejoin="round" d="M21 27.5V43H28V29C28 26.5 29.5 24.5 32 24.5C34.5 24.5 36 27 36 29V43H43V27.5C43 24.5 39.5 18 32 18C24.5 18 21 24.5 21 27.5Z"/></g></svg> </template>
CSS
.icon-instagram-one {
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%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%228%22%20r%3D%224%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%2225%22%20x%3D%225%22%20y%3D%2218%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2027.5V43H28V29C28%2026.5%2029.5%2024.5%2032%2024.5C34.5%2024.5%2036%2027%2036%2029V43H43V27.5C43%2024.5%2039.5%2018%2032%2018C24.5%2018%2021%2024.5%2021%2027.5Z%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%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%228%22%20r%3D%224%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%2225%22%20x%3D%225%22%20y%3D%2218%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2027.5V43H28V29C28%2026.5%2029.5%2024.5%2032%2024.5C34.5%2024.5%2036%2027%2036%2029V43H43V27.5C43%2024.5%2039.5%2018%2032%2018C24.5%2018%2021%2024.5%2021%2027.5Z%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/instagram-one.svg?color=%231a73e8&size=48