swift logo
swift from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- swift
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same logo in other sets
Use the swift logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 156.09c0-4.51-.08-9-.2-13.52a196 196 0 0 0-2.58-29.42a99.6 99.6 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.2 99.2 0 0 0-28-9.22a195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2c-2.45.07-4.91.15-7.37.27a172 172 0 0 0-22.06 2.32a103 103 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.7 94.7 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.9 93.9 0 0 0 12 85.17a99.5 99.5 0 0 0-9.22 28a196 196 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196 196 0 0 0 2.58 29.42a99.3 99.3 0 0 0 9.22 28A94.3 94.3 0 0 0 53.17 468a99.5 99.5 0 0 0 28 9.21a195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2h199.79c4.51 0 9-.08 13.52-.2a196.6 196.6 0 0 0 29.44-2.59a99.6 99.6 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28a195 195 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05m-69.88 241c-20-38.93-57.23-29.27-76.31-19.47c-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.6 230.6 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0c-57-43.85-104.6-101-141.09-147.22a197 197 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12c-52.57-55.49-98.89-123.94-96.72-121.74c82.79 83.42 159.18 130.59 159.18 130.59c2.88 1.58 5 2.85 6.73 4a127 127 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09c38.52 47.4 28.04 98.17 23.13 88.59z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsSwift(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 156.09c0-4.51-.08-9-.2-13.52a196 196 0 0 0-2.58-29.42a99.6 99.6 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.2 99.2 0 0 0-28-9.22a195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2c-2.45.07-4.91.15-7.37.27a172 172 0 0 0-22.06 2.32a103 103 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.7 94.7 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.9 93.9 0 0 0 12 85.17a99.5 99.5 0 0 0-9.22 28a196 196 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196 196 0 0 0 2.58 29.42a99.3 99.3 0 0 0 9.22 28A94.3 94.3 0 0 0 53.17 468a99.5 99.5 0 0 0 28 9.21a195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2h199.79c4.51 0 9-.08 13.52-.2a196.6 196.6 0 0 0 29.44-2.59a99.6 99.6 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28a195 195 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05m-69.88 241c-20-38.93-57.23-29.27-76.31-19.47c-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.6 230.6 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0c-57-43.85-104.6-101-141.09-147.22a197 197 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12c-52.57-55.49-98.89-123.94-96.72-121.74c82.79 83.42 159.18 130.59 159.18 130.59c2.88 1.58 5 2.85 6.73 4a127 127 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09c38.52 47.4 28.04 98.17 23.13 88.59z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 156.09c0-4.51-.08-9-.2-13.52a196 196 0 0 0-2.58-29.42a99.6 99.6 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.2 99.2 0 0 0-28-9.22a195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2c-2.45.07-4.91.15-7.37.27a172 172 0 0 0-22.06 2.32a103 103 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.7 94.7 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.9 93.9 0 0 0 12 85.17a99.5 99.5 0 0 0-9.22 28a196 196 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196 196 0 0 0 2.58 29.42a99.3 99.3 0 0 0 9.22 28A94.3 94.3 0 0 0 53.17 468a99.5 99.5 0 0 0 28 9.21a195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2h199.79c4.51 0 9-.08 13.52-.2a196.6 196.6 0 0 0 29.44-2.59a99.6 99.6 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28a195 195 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05m-69.88 241c-20-38.93-57.23-29.27-76.31-19.47c-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.6 230.6 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0c-57-43.85-104.6-101-141.09-147.22a197 197 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12c-52.57-55.49-98.89-123.94-96.72-121.74c82.79 83.42 159.18 130.59 159.18 130.59c2.88 1.58 5 2.85 6.73 4a127 127 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09c38.52 47.4 28.04 98.17 23.13 88.59z"/></svg> </template>
CSS
.icon-swift {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20156.09c0-4.51-.08-9-.2-13.52a196%20196%200%200%200-2.58-29.42a99.6%2099.6%200%200%200-9.22-28A94.08%2094.08%200%200%200%20394.84%2044a99.2%2099.2%200%200%200-28-9.22a195%20195%200%200%200-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51%200-9%20.08-13.52.2c-2.45.07-4.91.15-7.37.27a172%20172%200%200%200-22.06%202.32a103%20103%200%200%200-21.21%206.1q-3.46%201.45-6.81%203.12a94.7%2094.7%200%200%200-18.39%2012.32c-1.88%201.61-3.69%203.28-5.43%205A93.9%2093.9%200%200%200%2012%2085.17a99.5%2099.5%200%200%200-9.22%2028a196%20196%200%200%200-2.54%2029.4c-.13%204.51-.18%209-.21%2013.52v199.83c0%204.51.08%209%20.21%2013.51a196%20196%200%200%200%202.58%2029.42a99.3%2099.3%200%200%200%209.22%2028A94.3%2094.3%200%200%200%2053.17%20468a99.5%2099.5%200%200%200%2028%209.21a195%20195%200%200%200%2029.43%202.59c4.5.12%209%20.17%2013.52.2h199.79c4.51%200%209-.08%2013.52-.2a196.6%20196.6%200%200%200%2029.44-2.59a99.6%2099.6%200%200%200%2028-9.21A94.22%2094.22%200%200%200%20436%20426.84a99.3%2099.3%200%200%200%209.22-28a195%20195%200%200%200%202.59-29.42c.12-4.5.17-9%20.2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05m-69.88%20241c-20-38.93-57.23-29.27-76.31-19.47c-1.72%201-3.48%202-5.25%203l-.42.25c-39.5%2021-92.53%2022.54-145.85-.38A234.64%20234.64%200%200%201%2045%20290.12a230.6%20230.6%200%200%200%2039.17%2023.37c56.36%2026.4%20113%2024.49%20153%200c-57-43.85-104.6-101-141.09-147.22a197%20197%200%200%201-18.78-25.9c43.7%2040%20112.7%2090.22%20137.48%20104.12c-52.57-55.49-98.89-123.94-96.72-121.74c82.79%2083.42%20159.18%20130.59%20159.18%20130.59c2.88%201.58%205%202.85%206.73%204a127%20127%200%200%200%204.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61%20141.75%20375%20229.34%20356.4%20303.42c-.44%201.73-.95%203.4-1.44%205.09c38.52%2047.4%2028.04%2098.17%2023.13%2088.59z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20156.09c0-4.51-.08-9-.2-13.52a196%20196%200%200%200-2.58-29.42a99.6%2099.6%200%200%200-9.22-28A94.08%2094.08%200%200%200%20394.84%2044a99.2%2099.2%200%200%200-28-9.22a195%20195%200%200%200-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51%200-9%20.08-13.52.2c-2.45.07-4.91.15-7.37.27a172%20172%200%200%200-22.06%202.32a103%20103%200%200%200-21.21%206.1q-3.46%201.45-6.81%203.12a94.7%2094.7%200%200%200-18.39%2012.32c-1.88%201.61-3.69%203.28-5.43%205A93.9%2093.9%200%200%200%2012%2085.17a99.5%2099.5%200%200%200-9.22%2028a196%20196%200%200%200-2.54%2029.4c-.13%204.51-.18%209-.21%2013.52v199.83c0%204.51.08%209%20.21%2013.51a196%20196%200%200%200%202.58%2029.42a99.3%2099.3%200%200%200%209.22%2028A94.3%2094.3%200%200%200%2053.17%20468a99.5%2099.5%200%200%200%2028%209.21a195%20195%200%200%200%2029.43%202.59c4.5.12%209%20.17%2013.52.2h199.79c4.51%200%209-.08%2013.52-.2a196.6%20196.6%200%200%200%2029.44-2.59a99.6%2099.6%200%200%200%2028-9.21A94.22%2094.22%200%200%200%20436%20426.84a99.3%2099.3%200%200%200%209.22-28a195%20195%200%200%200%202.59-29.42c.12-4.5.17-9%20.2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05m-69.88%20241c-20-38.93-57.23-29.27-76.31-19.47c-1.72%201-3.48%202-5.25%203l-.42.25c-39.5%2021-92.53%2022.54-145.85-.38A234.64%20234.64%200%200%201%2045%20290.12a230.6%20230.6%200%200%200%2039.17%2023.37c56.36%2026.4%20113%2024.49%20153%200c-57-43.85-104.6-101-141.09-147.22a197%20197%200%200%201-18.78-25.9c43.7%2040%20112.7%2090.22%20137.48%20104.12c-52.57-55.49-98.89-123.94-96.72-121.74c82.79%2083.42%20159.18%20130.59%20159.18%20130.59c2.88%201.58%205%202.85%206.73%204a127%20127%200%200%200%204.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61%20141.75%20375%20229.34%20356.4%20303.42c-.44%201.73-.95%203.4-1.44%205.09c38.52%2047.4%2028.04%2098.17%2023.13%2088.59z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/swift.svg?color=%231a73e8&size=48