bitly logo
bitly from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- bitly
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the bitly logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.055 21.26c-1.345.022-2.325-.41-2.386-1.585c-.025-.44-.018-.91.002-1.192c.137-1.716 1.333-2.95 2.53-3.19c1.482-.294 2.455.38 2.455 2.31c0 1.303-.36 3.618-2.59 3.657h-.016zM11.923 0C5.32 0 0 5.297 0 12.224c0 3.594 1.92 7.062 4.623 9.147c.52.4 1.138.367 1.497.02c.297-.285.272-.984-.285-1.475c-2.16-1.886-3.652-4.76-3.652-7.635c0-5.15 4.58-9.49 9.74-9.49c6.28 0 9.636 5.102 9.636 9.43c0 2.65-1.29 5.84-3.626 7.874c.015 0 .493-.942.493-2.784c0-3.13-1.976-4.836-4.28-4.836c-1.663 0-2.667.598-3.34 1.152c0-1.272.045-3.652.045-3.652c0-1.572-.54-2.83-2.47-2.86c-1.11-.015-1.932.493-2.44 1.647c-.18.436-.12.916.254 1.125c.3.18.81.046 1.046-.284c.165-.21.254-.254.404-.24c.24.03.257.405.257.66c.014.193.193 2.903.088 9.865C7.98 21.798 9.493 24 13.1 24c1.56 0 2.756-.435 4.493-1.422C20.243 21.08 24 17.758 24 12.128A12.09 12.09 0 0 0 11.933 0"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBitly(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="M13.055 21.26c-1.345.022-2.325-.41-2.386-1.585c-.025-.44-.018-.91.002-1.192c.137-1.716 1.333-2.95 2.53-3.19c1.482-.294 2.455.38 2.455 2.31c0 1.303-.36 3.618-2.59 3.657h-.016zM11.923 0C5.32 0 0 5.297 0 12.224c0 3.594 1.92 7.062 4.623 9.147c.52.4 1.138.367 1.497.02c.297-.285.272-.984-.285-1.475c-2.16-1.886-3.652-4.76-3.652-7.635c0-5.15 4.58-9.49 9.74-9.49c6.28 0 9.636 5.102 9.636 9.43c0 2.65-1.29 5.84-3.626 7.874c.015 0 .493-.942.493-2.784c0-3.13-1.976-4.836-4.28-4.836c-1.663 0-2.667.598-3.34 1.152c0-1.272.045-3.652.045-3.652c0-1.572-.54-2.83-2.47-2.86c-1.11-.015-1.932.493-2.44 1.647c-.18.436-.12.916.254 1.125c.3.18.81.046 1.046-.284c.165-.21.254-.254.404-.24c.24.03.257.405.257.66c.014.193.193 2.903.088 9.865C7.98 21.798 9.493 24 13.1 24c1.56 0 2.756-.435 4.493-1.422C20.243 21.08 24 17.758 24 12.128A12.09 12.09 0 0 0 11.933 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.055 21.26c-1.345.022-2.325-.41-2.386-1.585c-.025-.44-.018-.91.002-1.192c.137-1.716 1.333-2.95 2.53-3.19c1.482-.294 2.455.38 2.455 2.31c0 1.303-.36 3.618-2.59 3.657h-.016zM11.923 0C5.32 0 0 5.297 0 12.224c0 3.594 1.92 7.062 4.623 9.147c.52.4 1.138.367 1.497.02c.297-.285.272-.984-.285-1.475c-2.16-1.886-3.652-4.76-3.652-7.635c0-5.15 4.58-9.49 9.74-9.49c6.28 0 9.636 5.102 9.636 9.43c0 2.65-1.29 5.84-3.626 7.874c.015 0 .493-.942.493-2.784c0-3.13-1.976-4.836-4.28-4.836c-1.663 0-2.667.598-3.34 1.152c0-1.272.045-3.652.045-3.652c0-1.572-.54-2.83-2.47-2.86c-1.11-.015-1.932.493-2.44 1.647c-.18.436-.12.916.254 1.125c.3.18.81.046 1.046-.284c.165-.21.254-.254.404-.24c.24.03.257.405.257.66c.014.193.193 2.903.088 9.865C7.98 21.798 9.493 24 13.1 24c1.56 0 2.756-.435 4.493-1.422C20.243 21.08 24 17.758 24 12.128A12.09 12.09 0 0 0 11.933 0"/></svg> </template>
CSS
.icon-bitly {
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%22M13.055%2021.26c-1.345.022-2.325-.41-2.386-1.585c-.025-.44-.018-.91.002-1.192c.137-1.716%201.333-2.95%202.53-3.19c1.482-.294%202.455.38%202.455%202.31c0%201.303-.36%203.618-2.59%203.657h-.016zM11.923%200C5.32%200%200%205.297%200%2012.224c0%203.594%201.92%207.062%204.623%209.147c.52.4%201.138.367%201.497.02c.297-.285.272-.984-.285-1.475c-2.16-1.886-3.652-4.76-3.652-7.635c0-5.15%204.58-9.49%209.74-9.49c6.28%200%209.636%205.102%209.636%209.43c0%202.65-1.29%205.84-3.626%207.874c.015%200%20.493-.942.493-2.784c0-3.13-1.976-4.836-4.28-4.836c-1.663%200-2.667.598-3.34%201.152c0-1.272.045-3.652.045-3.652c0-1.572-.54-2.83-2.47-2.86c-1.11-.015-1.932.493-2.44%201.647c-.18.436-.12.916.254%201.125c.3.18.81.046%201.046-.284c.165-.21.254-.254.404-.24c.24.03.257.405.257.66c.014.193.193%202.903.088%209.865C7.98%2021.798%209.493%2024%2013.1%2024c1.56%200%202.756-.435%204.493-1.422C20.243%2021.08%2024%2017.758%2024%2012.128A12.09%2012.09%200%200%200%2011.933%200%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%22M13.055%2021.26c-1.345.022-2.325-.41-2.386-1.585c-.025-.44-.018-.91.002-1.192c.137-1.716%201.333-2.95%202.53-3.19c1.482-.294%202.455.38%202.455%202.31c0%201.303-.36%203.618-2.59%203.657h-.016zM11.923%200C5.32%200%200%205.297%200%2012.224c0%203.594%201.92%207.062%204.623%209.147c.52.4%201.138.367%201.497.02c.297-.285.272-.984-.285-1.475c-2.16-1.886-3.652-4.76-3.652-7.635c0-5.15%204.58-9.49%209.74-9.49c6.28%200%209.636%205.102%209.636%209.43c0%202.65-1.29%205.84-3.626%207.874c.015%200%20.493-.942.493-2.784c0-3.13-1.976-4.836-4.28-4.836c-1.663%200-2.667.598-3.34%201.152c0-1.272.045-3.652.045-3.652c0-1.572-.54-2.83-2.47-2.86c-1.11-.015-1.932.493-2.44%201.647c-.18.436-.12.916.254%201.125c.3.18.81.046%201.046-.284c.165-.21.254-.254.404-.24c.24.03.257.405.257.66c.014.193.193%202.903.088%209.865C7.98%2021.798%209.493%2024%2013.1%2024c1.56%200%202.756-.435%204.493-1.422C20.243%2021.08%2024%2017.758%2024%2012.128A12.09%2012.09%200%200%200%2011.933%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/bitly.svg?color=%231a73e8&size=48