instagram alt icon
instagram-alt from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- instagram-alt
- Set
- Unicons
- Style
- Line
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand logos icons from Unicons
Use the instagram alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9.52A2.48 2.48 0 1 0 14.48 12A2.48 2.48 0 0 0 12 9.52m9.93-2.45a6.5 6.5 0 0 0-.42-2.26a4 4 0 0 0-2.32-2.32a6.5 6.5 0 0 0-2.26-.42C15.64 2 15.26 2 12 2s-3.64 0-4.93.07a6.5 6.5 0 0 0-2.26.42a4 4 0 0 0-2.32 2.32a6.5 6.5 0 0 0-.42 2.26C2 8.36 2 8.74 2 12s0 3.64.07 4.93a6.9 6.9 0 0 0 .42 2.27a3.9 3.9 0 0 0 .91 1.4a3.9 3.9 0 0 0 1.41.91a6.5 6.5 0 0 0 2.26.42C8.36 22 8.74 22 12 22s3.64 0 4.93-.07a6.5 6.5 0 0 0 2.26-.42a3.9 3.9 0 0 0 1.41-.91a3.9 3.9 0 0 0 .91-1.4a6.6 6.6 0 0 0 .42-2.27C22 15.64 22 15.26 22 12s0-3.64-.07-4.93m-2.54 8a5.7 5.7 0 0 1-.39 1.8A3.86 3.86 0 0 1 16.87 19a5.7 5.7 0 0 1-1.81.35H8.94A5.7 5.7 0 0 1 7.13 19a3.5 3.5 0 0 1-1.31-.86A3.5 3.5 0 0 1 5 16.87a5.5 5.5 0 0 1-.34-1.81V8.94A5.5 5.5 0 0 1 5 7.13a3.5 3.5 0 0 1 .86-1.31A3.6 3.6 0 0 1 7.13 5a5.7 5.7 0 0 1 1.81-.35h6.12a5.7 5.7 0 0 1 1.81.35a3.5 3.5 0 0 1 1.31.86A3.5 3.5 0 0 1 19 7.13a5.7 5.7 0 0 1 .35 1.81V12c0 2.06.07 2.27.04 3.06Zm-1.6-7.44a2.38 2.38 0 0 0-1.41-1.41A4 4 0 0 0 15 6H9a4 4 0 0 0-1.38.26a2.38 2.38 0 0 0-1.41 1.36A4.3 4.3 0 0 0 6 9v6a4.3 4.3 0 0 0 .26 1.38a2.38 2.38 0 0 0 1.41 1.41a4.3 4.3 0 0 0 1.33.26h6a4 4 0 0 0 1.38-.26a2.38 2.38 0 0 0 1.41-1.41a4 4 0 0 0 .26-1.38V9a3.8 3.8 0 0 0-.26-1.38ZM12 15.82A3.81 3.81 0 0 1 8.19 12A3.82 3.82 0 1 1 12 15.82m4-6.89a.9.9 0 0 1 0-1.79a.9.9 0 0 1 0 1.79"/></svg>
React
import type { SVGProps } from "react";
export function UilInstagramAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9.52A2.48 2.48 0 1 0 14.48 12A2.48 2.48 0 0 0 12 9.52m9.93-2.45a6.5 6.5 0 0 0-.42-2.26a4 4 0 0 0-2.32-2.32a6.5 6.5 0 0 0-2.26-.42C15.64 2 15.26 2 12 2s-3.64 0-4.93.07a6.5 6.5 0 0 0-2.26.42a4 4 0 0 0-2.32 2.32a6.5 6.5 0 0 0-.42 2.26C2 8.36 2 8.74 2 12s0 3.64.07 4.93a6.9 6.9 0 0 0 .42 2.27a3.9 3.9 0 0 0 .91 1.4a3.9 3.9 0 0 0 1.41.91a6.5 6.5 0 0 0 2.26.42C8.36 22 8.74 22 12 22s3.64 0 4.93-.07a6.5 6.5 0 0 0 2.26-.42a3.9 3.9 0 0 0 1.41-.91a3.9 3.9 0 0 0 .91-1.4a6.6 6.6 0 0 0 .42-2.27C22 15.64 22 15.26 22 12s0-3.64-.07-4.93m-2.54 8a5.7 5.7 0 0 1-.39 1.8A3.86 3.86 0 0 1 16.87 19a5.7 5.7 0 0 1-1.81.35H8.94A5.7 5.7 0 0 1 7.13 19a3.5 3.5 0 0 1-1.31-.86A3.5 3.5 0 0 1 5 16.87a5.5 5.5 0 0 1-.34-1.81V8.94A5.5 5.5 0 0 1 5 7.13a3.5 3.5 0 0 1 .86-1.31A3.6 3.6 0 0 1 7.13 5a5.7 5.7 0 0 1 1.81-.35h6.12a5.7 5.7 0 0 1 1.81.35a3.5 3.5 0 0 1 1.31.86A3.5 3.5 0 0 1 19 7.13a5.7 5.7 0 0 1 .35 1.81V12c0 2.06.07 2.27.04 3.06Zm-1.6-7.44a2.38 2.38 0 0 0-1.41-1.41A4 4 0 0 0 15 6H9a4 4 0 0 0-1.38.26a2.38 2.38 0 0 0-1.41 1.36A4.3 4.3 0 0 0 6 9v6a4.3 4.3 0 0 0 .26 1.38a2.38 2.38 0 0 0 1.41 1.41a4.3 4.3 0 0 0 1.33.26h6a4 4 0 0 0 1.38-.26a2.38 2.38 0 0 0 1.41-1.41a4 4 0 0 0 .26-1.38V9a3.8 3.8 0 0 0-.26-1.38ZM12 15.82A3.81 3.81 0 0 1 8.19 12A3.82 3.82 0 1 1 12 15.82m4-6.89a.9.9 0 0 1 0-1.79a.9.9 0 0 1 0 1.79"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9.52A2.48 2.48 0 1 0 14.48 12A2.48 2.48 0 0 0 12 9.52m9.93-2.45a6.5 6.5 0 0 0-.42-2.26a4 4 0 0 0-2.32-2.32a6.5 6.5 0 0 0-2.26-.42C15.64 2 15.26 2 12 2s-3.64 0-4.93.07a6.5 6.5 0 0 0-2.26.42a4 4 0 0 0-2.32 2.32a6.5 6.5 0 0 0-.42 2.26C2 8.36 2 8.74 2 12s0 3.64.07 4.93a6.9 6.9 0 0 0 .42 2.27a3.9 3.9 0 0 0 .91 1.4a3.9 3.9 0 0 0 1.41.91a6.5 6.5 0 0 0 2.26.42C8.36 22 8.74 22 12 22s3.64 0 4.93-.07a6.5 6.5 0 0 0 2.26-.42a3.9 3.9 0 0 0 1.41-.91a3.9 3.9 0 0 0 .91-1.4a6.6 6.6 0 0 0 .42-2.27C22 15.64 22 15.26 22 12s0-3.64-.07-4.93m-2.54 8a5.7 5.7 0 0 1-.39 1.8A3.86 3.86 0 0 1 16.87 19a5.7 5.7 0 0 1-1.81.35H8.94A5.7 5.7 0 0 1 7.13 19a3.5 3.5 0 0 1-1.31-.86A3.5 3.5 0 0 1 5 16.87a5.5 5.5 0 0 1-.34-1.81V8.94A5.5 5.5 0 0 1 5 7.13a3.5 3.5 0 0 1 .86-1.31A3.6 3.6 0 0 1 7.13 5a5.7 5.7 0 0 1 1.81-.35h6.12a5.7 5.7 0 0 1 1.81.35a3.5 3.5 0 0 1 1.31.86A3.5 3.5 0 0 1 19 7.13a5.7 5.7 0 0 1 .35 1.81V12c0 2.06.07 2.27.04 3.06Zm-1.6-7.44a2.38 2.38 0 0 0-1.41-1.41A4 4 0 0 0 15 6H9a4 4 0 0 0-1.38.26a2.38 2.38 0 0 0-1.41 1.36A4.3 4.3 0 0 0 6 9v6a4.3 4.3 0 0 0 .26 1.38a2.38 2.38 0 0 0 1.41 1.41a4.3 4.3 0 0 0 1.33.26h6a4 4 0 0 0 1.38-.26a2.38 2.38 0 0 0 1.41-1.41a4 4 0 0 0 .26-1.38V9a3.8 3.8 0 0 0-.26-1.38ZM12 15.82A3.81 3.81 0 0 1 8.19 12A3.82 3.82 0 1 1 12 15.82m4-6.89a.9.9 0 0 1 0-1.79a.9.9 0 0 1 0 1.79"/></svg> </template>
CSS
.icon-instagram-alt {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%209.52A2.48%202.48%200%201%200%2014.48%2012A2.48%202.48%200%200%200%2012%209.52m9.93-2.45a6.5%206.5%200%200%200-.42-2.26a4%204%200%200%200-2.32-2.32a6.5%206.5%200%200%200-2.26-.42C15.64%202%2015.26%202%2012%202s-3.64%200-4.93.07a6.5%206.5%200%200%200-2.26.42a4%204%200%200%200-2.32%202.32a6.5%206.5%200%200%200-.42%202.26C2%208.36%202%208.74%202%2012s0%203.64.07%204.93a6.9%206.9%200%200%200%20.42%202.27a3.9%203.9%200%200%200%20.91%201.4a3.9%203.9%200%200%200%201.41.91a6.5%206.5%200%200%200%202.26.42C8.36%2022%208.74%2022%2012%2022s3.64%200%204.93-.07a6.5%206.5%200%200%200%202.26-.42a3.9%203.9%200%200%200%201.41-.91a3.9%203.9%200%200%200%20.91-1.4a6.6%206.6%200%200%200%20.42-2.27C22%2015.64%2022%2015.26%2022%2012s0-3.64-.07-4.93m-2.54%208a5.7%205.7%200%200%201-.39%201.8A3.86%203.86%200%200%201%2016.87%2019a5.7%205.7%200%200%201-1.81.35H8.94A5.7%205.7%200%200%201%207.13%2019a3.5%203.5%200%200%201-1.31-.86A3.5%203.5%200%200%201%205%2016.87a5.5%205.5%200%200%201-.34-1.81V8.94A5.5%205.5%200%200%201%205%207.13a3.5%203.5%200%200%201%20.86-1.31A3.6%203.6%200%200%201%207.13%205a5.7%205.7%200%200%201%201.81-.35h6.12a5.7%205.7%200%200%201%201.81.35a3.5%203.5%200%200%201%201.31.86A3.5%203.5%200%200%201%2019%207.13a5.7%205.7%200%200%201%20.35%201.81V12c0%202.06.07%202.27.04%203.06Zm-1.6-7.44a2.38%202.38%200%200%200-1.41-1.41A4%204%200%200%200%2015%206H9a4%204%200%200%200-1.38.26a2.38%202.38%200%200%200-1.41%201.36A4.3%204.3%200%200%200%206%209v6a4.3%204.3%200%200%200%20.26%201.38a2.38%202.38%200%200%200%201.41%201.41a4.3%204.3%200%200%200%201.33.26h6a4%204%200%200%200%201.38-.26a2.38%202.38%200%200%200%201.41-1.41a4%204%200%200%200%20.26-1.38V9a3.8%203.8%200%200%200-.26-1.38ZM12%2015.82A3.81%203.81%200%200%201%208.19%2012A3.82%203.82%200%201%201%2012%2015.82m4-6.89a.9.9%200%200%201%200-1.79a.9.9%200%200%201%200%201.79%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%209.52A2.48%202.48%200%201%200%2014.48%2012A2.48%202.48%200%200%200%2012%209.52m9.93-2.45a6.5%206.5%200%200%200-.42-2.26a4%204%200%200%200-2.32-2.32a6.5%206.5%200%200%200-2.26-.42C15.64%202%2015.26%202%2012%202s-3.64%200-4.93.07a6.5%206.5%200%200%200-2.26.42a4%204%200%200%200-2.32%202.32a6.5%206.5%200%200%200-.42%202.26C2%208.36%202%208.74%202%2012s0%203.64.07%204.93a6.9%206.9%200%200%200%20.42%202.27a3.9%203.9%200%200%200%20.91%201.4a3.9%203.9%200%200%200%201.41.91a6.5%206.5%200%200%200%202.26.42C8.36%2022%208.74%2022%2012%2022s3.64%200%204.93-.07a6.5%206.5%200%200%200%202.26-.42a3.9%203.9%200%200%200%201.41-.91a3.9%203.9%200%200%200%20.91-1.4a6.6%206.6%200%200%200%20.42-2.27C22%2015.64%2022%2015.26%2022%2012s0-3.64-.07-4.93m-2.54%208a5.7%205.7%200%200%201-.39%201.8A3.86%203.86%200%200%201%2016.87%2019a5.7%205.7%200%200%201-1.81.35H8.94A5.7%205.7%200%200%201%207.13%2019a3.5%203.5%200%200%201-1.31-.86A3.5%203.5%200%200%201%205%2016.87a5.5%205.5%200%200%201-.34-1.81V8.94A5.5%205.5%200%200%201%205%207.13a3.5%203.5%200%200%201%20.86-1.31A3.6%203.6%200%200%201%207.13%205a5.7%205.7%200%200%201%201.81-.35h6.12a5.7%205.7%200%200%201%201.81.35a3.5%203.5%200%200%201%201.31.86A3.5%203.5%200%200%201%2019%207.13a5.7%205.7%200%200%201%20.35%201.81V12c0%202.06.07%202.27.04%203.06Zm-1.6-7.44a2.38%202.38%200%200%200-1.41-1.41A4%204%200%200%200%2015%206H9a4%204%200%200%200-1.38.26a2.38%202.38%200%200%200-1.41%201.36A4.3%204.3%200%200%200%206%209v6a4.3%204.3%200%200%200%20.26%201.38a2.38%202.38%200%200%200%201.41%201.41a4.3%204.3%200%200%200%201.33.26h6a4%204%200%200%200%201.38-.26a2.38%202.38%200%200%200%201.41-1.41a4%204%200%200%200%20.26-1.38V9a3.8%203.8%200%200%200-.26-1.38ZM12%2015.82A3.81%203.81%200%200%201%208.19%2012A3.82%203.82%200%201%201%2012%2015.82m4-6.89a.9.9%200%200%201%200-1.79a.9.9%200%200%201%200%201.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/instagram-alt.svg?color=%231a73e8&size=48