swift from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
swift
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.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 24 24"><path fill="currentColor" d="m7.508 0l-.86.002q-.362.001-.724.01q-.198.005-.395.015A9 9 0 0 0 4.348.15A5.5 5.5 0 0 0 2.85.645A5.04 5.04 0 0 0 .645 2.848c-.245.48-.4.972-.495 1.5c-.093.52-.122 1.05-.136 1.576a35 35 0 0 0-.012.724L0 7.508v8.984l.002.862q.002.36.012.722c.014.526.043 1.057.136 1.576c.095.528.25 1.02.495 1.5a5.03 5.03 0 0 0 2.205 2.203c.48.244.97.4 1.498.495c.52.093 1.05.124 1.576.138q.362.01.724.01q.43.003.86.002h8.984l.86-.002q.362 0 .724-.01a10.5 10.5 0 0 0 1.578-.138a5.3 5.3 0 0 0 1.498-.495a5.04 5.04 0 0 0 2.203-2.203c.245-.48.4-.972.495-1.5c.093-.52.124-1.05.138-1.576q.01-.361.01-.722q.003-.431.002-.862V7.508l-.002-.86a34 34 0 0 0-.01-.724a10.5 10.5 0 0 0-.138-1.576a5.3 5.3 0 0 0-.495-1.5A5.04 5.04 0 0 0 21.152.645A5.3 5.3 0 0 0 19.654.15a10.5 10.5 0 0 0-1.578-.138a35 35 0 0 0-.722-.01L16.492 0zm6.035 3.41c4.114 2.47 6.545 7.162 5.549 11.131c-.024.093-.05.181-.076.272l.002.001c2.062 2.538 1.5 5.258 1.236 4.745c-1.072-2.086-3.066-1.568-4.088-1.043a7 7 0 0 1-.281.158l-.02.012l-.002.002c-2.115 1.123-4.957 1.205-7.812-.022a12.57 12.57 0 0 1-5.64-4.838c.649.48 1.35.902 2.097 1.252c3.019 1.414 6.051 1.311 8.197-.002C9.651 12.73 7.101 9.67 5.146 7.191a10.6 10.6 0 0 1-1.005-1.384c2.34 2.142 6.038 4.83 7.365 5.576C8.69 8.408 6.208 4.743 6.324 4.86c4.436 4.47 8.528 6.996 8.528 6.996c.154.085.27.154.36.213q.128-.322.224-.668c.708-2.588-.09-5.548-1.893-7.992z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSwift(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="m7.508 0l-.86.002q-.362.001-.724.01q-.198.005-.395.015A9 9 0 0 0 4.348.15A5.5 5.5 0 0 0 2.85.645A5.04 5.04 0 0 0 .645 2.848c-.245.48-.4.972-.495 1.5c-.093.52-.122 1.05-.136 1.576a35 35 0 0 0-.012.724L0 7.508v8.984l.002.862q.002.36.012.722c.014.526.043 1.057.136 1.576c.095.528.25 1.02.495 1.5a5.03 5.03 0 0 0 2.205 2.203c.48.244.97.4 1.498.495c.52.093 1.05.124 1.576.138q.362.01.724.01q.43.003.86.002h8.984l.86-.002q.362 0 .724-.01a10.5 10.5 0 0 0 1.578-.138a5.3 5.3 0 0 0 1.498-.495a5.04 5.04 0 0 0 2.203-2.203c.245-.48.4-.972.495-1.5c.093-.52.124-1.05.138-1.576q.01-.361.01-.722q.003-.431.002-.862V7.508l-.002-.86a34 34 0 0 0-.01-.724a10.5 10.5 0 0 0-.138-1.576a5.3 5.3 0 0 0-.495-1.5A5.04 5.04 0 0 0 21.152.645A5.3 5.3 0 0 0 19.654.15a10.5 10.5 0 0 0-1.578-.138a35 35 0 0 0-.722-.01L16.492 0zm6.035 3.41c4.114 2.47 6.545 7.162 5.549 11.131c-.024.093-.05.181-.076.272l.002.001c2.062 2.538 1.5 5.258 1.236 4.745c-1.072-2.086-3.066-1.568-4.088-1.043a7 7 0 0 1-.281.158l-.02.012l-.002.002c-2.115 1.123-4.957 1.205-7.812-.022a12.57 12.57 0 0 1-5.64-4.838c.649.48 1.35.902 2.097 1.252c3.019 1.414 6.051 1.311 8.197-.002C9.651 12.73 7.101 9.67 5.146 7.191a10.6 10.6 0 0 1-1.005-1.384c2.34 2.142 6.038 4.83 7.365 5.576C8.69 8.408 6.208 4.743 6.324 4.86c4.436 4.47 8.528 6.996 8.528 6.996c.154.085.27.154.36.213q.128-.322.224-.668c.708-2.588-.09-5.548-1.893-7.992z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.508 0l-.86.002q-.362.001-.724.01q-.198.005-.395.015A9 9 0 0 0 4.348.15A5.5 5.5 0 0 0 2.85.645A5.04 5.04 0 0 0 .645 2.848c-.245.48-.4.972-.495 1.5c-.093.52-.122 1.05-.136 1.576a35 35 0 0 0-.012.724L0 7.508v8.984l.002.862q.002.36.012.722c.014.526.043 1.057.136 1.576c.095.528.25 1.02.495 1.5a5.03 5.03 0 0 0 2.205 2.203c.48.244.97.4 1.498.495c.52.093 1.05.124 1.576.138q.362.01.724.01q.43.003.86.002h8.984l.86-.002q.362 0 .724-.01a10.5 10.5 0 0 0 1.578-.138a5.3 5.3 0 0 0 1.498-.495a5.04 5.04 0 0 0 2.203-2.203c.245-.48.4-.972.495-1.5c.093-.52.124-1.05.138-1.576q.01-.361.01-.722q.003-.431.002-.862V7.508l-.002-.86a34 34 0 0 0-.01-.724a10.5 10.5 0 0 0-.138-1.576a5.3 5.3 0 0 0-.495-1.5A5.04 5.04 0 0 0 21.152.645A5.3 5.3 0 0 0 19.654.15a10.5 10.5 0 0 0-1.578-.138a35 35 0 0 0-.722-.01L16.492 0zm6.035 3.41c4.114 2.47 6.545 7.162 5.549 11.131c-.024.093-.05.181-.076.272l.002.001c2.062 2.538 1.5 5.258 1.236 4.745c-1.072-2.086-3.066-1.568-4.088-1.043a7 7 0 0 1-.281.158l-.02.012l-.002.002c-2.115 1.123-4.957 1.205-7.812-.022a12.57 12.57 0 0 1-5.64-4.838c.649.48 1.35.902 2.097 1.252c3.019 1.414 6.051 1.311 8.197-.002C9.651 12.73 7.101 9.67 5.146 7.191a10.6 10.6 0 0 1-1.005-1.384c2.34 2.142 6.038 4.83 7.365 5.576C8.69 8.408 6.208 4.743 6.324 4.86c4.436 4.47 8.528 6.996 8.528 6.996c.154.085.27.154.36.213q.128-.322.224-.668c.708-2.588-.09-5.548-1.893-7.992z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.508%200l-.86.002q-.362.001-.724.01q-.198.005-.395.015A9%209%200%200%200%204.348.15A5.5%205.5%200%200%200%202.85.645A5.04%205.04%200%200%200%20.645%202.848c-.245.48-.4.972-.495%201.5c-.093.52-.122%201.05-.136%201.576a35%2035%200%200%200-.012.724L0%207.508v8.984l.002.862q.002.36.012.722c.014.526.043%201.057.136%201.576c.095.528.25%201.02.495%201.5a5.03%205.03%200%200%200%202.205%202.203c.48.244.97.4%201.498.495c.52.093%201.05.124%201.576.138q.362.01.724.01q.43.003.86.002h8.984l.86-.002q.362%200%20.724-.01a10.5%2010.5%200%200%200%201.578-.138a5.3%205.3%200%200%200%201.498-.495a5.04%205.04%200%200%200%202.203-2.203c.245-.48.4-.972.495-1.5c.093-.52.124-1.05.138-1.576q.01-.361.01-.722q.003-.431.002-.862V7.508l-.002-.86a34%2034%200%200%200-.01-.724a10.5%2010.5%200%200%200-.138-1.576a5.3%205.3%200%200%200-.495-1.5A5.04%205.04%200%200%200%2021.152.645A5.3%205.3%200%200%200%2019.654.15a10.5%2010.5%200%200%200-1.578-.138a35%2035%200%200%200-.722-.01L16.492%200zm6.035%203.41c4.114%202.47%206.545%207.162%205.549%2011.131c-.024.093-.05.181-.076.272l.002.001c2.062%202.538%201.5%205.258%201.236%204.745c-1.072-2.086-3.066-1.568-4.088-1.043a7%207%200%200%201-.281.158l-.02.012l-.002.002c-2.115%201.123-4.957%201.205-7.812-.022a12.57%2012.57%200%200%201-5.64-4.838c.649.48%201.35.902%202.097%201.252c3.019%201.414%206.051%201.311%208.197-.002C9.651%2012.73%207.101%209.67%205.146%207.191a10.6%2010.6%200%200%201-1.005-1.384c2.34%202.142%206.038%204.83%207.365%205.576C8.69%208.408%206.208%204.743%206.324%204.86c4.436%204.47%208.528%206.996%208.528%206.996c.154.085.27.154.36.213q.128-.322.224-.668c.708-2.588-.09-5.548-1.893-7.992z%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%22m7.508%200l-.86.002q-.362.001-.724.01q-.198.005-.395.015A9%209%200%200%200%204.348.15A5.5%205.5%200%200%200%202.85.645A5.04%205.04%200%200%200%20.645%202.848c-.245.48-.4.972-.495%201.5c-.093.52-.122%201.05-.136%201.576a35%2035%200%200%200-.012.724L0%207.508v8.984l.002.862q.002.36.012.722c.014.526.043%201.057.136%201.576c.095.528.25%201.02.495%201.5a5.03%205.03%200%200%200%202.205%202.203c.48.244.97.4%201.498.495c.52.093%201.05.124%201.576.138q.362.01.724.01q.43.003.86.002h8.984l.86-.002q.362%200%20.724-.01a10.5%2010.5%200%200%200%201.578-.138a5.3%205.3%200%200%200%201.498-.495a5.04%205.04%200%200%200%202.203-2.203c.245-.48.4-.972.495-1.5c.093-.52.124-1.05.138-1.576q.01-.361.01-.722q.003-.431.002-.862V7.508l-.002-.86a34%2034%200%200%200-.01-.724a10.5%2010.5%200%200%200-.138-1.576a5.3%205.3%200%200%200-.495-1.5A5.04%205.04%200%200%200%2021.152.645A5.3%205.3%200%200%200%2019.654.15a10.5%2010.5%200%200%200-1.578-.138a35%2035%200%200%200-.722-.01L16.492%200zm6.035%203.41c4.114%202.47%206.545%207.162%205.549%2011.131c-.024.093-.05.181-.076.272l.002.001c2.062%202.538%201.5%205.258%201.236%204.745c-1.072-2.086-3.066-1.568-4.088-1.043a7%207%200%200%201-.281.158l-.02.012l-.002.002c-2.115%201.123-4.957%201.205-7.812-.022a12.57%2012.57%200%200%201-5.64-4.838c.649.48%201.35.902%202.097%201.252c3.019%201.414%206.051%201.311%208.197-.002C9.651%2012.73%207.101%209.67%205.146%207.191a10.6%2010.6%200%200%201-1.005-1.384c2.34%202.142%206.038%204.83%207.365%205.576C8.69%208.408%206.208%204.743%206.324%204.86c4.436%204.47%208.528%206.996%208.528%206.996c.154.085.27.154.36.213q.128-.322.224-.668c.708-2.588-.09-5.548-1.893-7.992z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/swift.svg?color=%231a73e8&size=48