itunes from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
itunes
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the itunes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.049 5A5.04 5.04 0 0 0 5 10.049V21.95A5.04 5.04 0 0 0 10.049 27H21.95A5.04 5.04 0 0 0 27 21.951V10.05A5.04 5.04 0 0 0 21.951 5H10.05zm5.931 2a9 9 0 1 1-.001 18.001A9 9 0 0 1 15.98 7m0 1.025A7.98 7.98 0 0 0 8 16.01C8 20.417 11.568 24 15.98 24a7.984 7.984 0 0 0 7.985-7.984c0-4.412-3.577-7.99-7.985-7.99zM19.316 11c.262-.018.414.138.414.4c-.004 7.836.019 7.123-.046 7.407c-.147.625-.62.974-1.254 1.093c-.556.101-1.02.129-1.465-.23a1.12 1.12 0 0 1-.065-1.69c.386-.367.933-.44 1.746-.587c.138-.023.257-.055.354-.17c.147-.165.102.199.102-3.42c0-.257-.125-.328-.387-.282c-.184.032-4.22.786-4.22.786c-.23.05-.31.118-.31.38c0 5.333.024 4.8-.054 5.153a1.33 1.33 0 0 1-.684.898c-.38.211-1.074.305-1.441.24c-.983-.183-1.328-1.318-.662-1.97c.386-.367.933-.441 1.746-.588c.138-.023.256-.055.353-.17c.23-.262.042-5.543.12-5.85a.45.45 0 0 1 .16-.293a.7.7 0 0 1 .308-.125c4.64-.873 5.203-.982 5.285-.982"/></svg>

React

import type { SVGProps } from "react";

export function LaItunes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.049 5A5.04 5.04 0 0 0 5 10.049V21.95A5.04 5.04 0 0 0 10.049 27H21.95A5.04 5.04 0 0 0 27 21.951V10.05A5.04 5.04 0 0 0 21.951 5H10.05zm5.931 2a9 9 0 1 1-.001 18.001A9 9 0 0 1 15.98 7m0 1.025A7.98 7.98 0 0 0 8 16.01C8 20.417 11.568 24 15.98 24a7.984 7.984 0 0 0 7.985-7.984c0-4.412-3.577-7.99-7.985-7.99zM19.316 11c.262-.018.414.138.414.4c-.004 7.836.019 7.123-.046 7.407c-.147.625-.62.974-1.254 1.093c-.556.101-1.02.129-1.465-.23a1.12 1.12 0 0 1-.065-1.69c.386-.367.933-.44 1.746-.587c.138-.023.257-.055.354-.17c.147-.165.102.199.102-3.42c0-.257-.125-.328-.387-.282c-.184.032-4.22.786-4.22.786c-.23.05-.31.118-.31.38c0 5.333.024 4.8-.054 5.153a1.33 1.33 0 0 1-.684.898c-.38.211-1.074.305-1.441.24c-.983-.183-1.328-1.318-.662-1.97c.386-.367.933-.441 1.746-.588c.138-.023.256-.055.353-.17c.23-.262.042-5.543.12-5.85a.45.45 0 0 1 .16-.293a.7.7 0 0 1 .308-.125c4.64-.873 5.203-.982 5.285-.982"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.049 5A5.04 5.04 0 0 0 5 10.049V21.95A5.04 5.04 0 0 0 10.049 27H21.95A5.04 5.04 0 0 0 27 21.951V10.05A5.04 5.04 0 0 0 21.951 5H10.05zm5.931 2a9 9 0 1 1-.001 18.001A9 9 0 0 1 15.98 7m0 1.025A7.98 7.98 0 0 0 8 16.01C8 20.417 11.568 24 15.98 24a7.984 7.984 0 0 0 7.985-7.984c0-4.412-3.577-7.99-7.985-7.99zM19.316 11c.262-.018.414.138.414.4c-.004 7.836.019 7.123-.046 7.407c-.147.625-.62.974-1.254 1.093c-.556.101-1.02.129-1.465-.23a1.12 1.12 0 0 1-.065-1.69c.386-.367.933-.44 1.746-.587c.138-.023.257-.055.354-.17c.147-.165.102.199.102-3.42c0-.257-.125-.328-.387-.282c-.184.032-4.22.786-4.22.786c-.23.05-.31.118-.31.38c0 5.333.024 4.8-.054 5.153a1.33 1.33 0 0 1-.684.898c-.38.211-1.074.305-1.441.24c-.983-.183-1.328-1.318-.662-1.97c.386-.367.933-.441 1.746-.588c.138-.023.256-.055.353-.17c.23-.262.042-5.543.12-5.85a.45.45 0 0 1 .16-.293a.7.7 0 0 1 .308-.125c4.64-.873 5.203-.982 5.285-.982"/></svg>
</template>

CSS

.icon-itunes {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.049%205A5.04%205.04%200%200%200%205%2010.049V21.95A5.04%205.04%200%200%200%2010.049%2027H21.95A5.04%205.04%200%200%200%2027%2021.951V10.05A5.04%205.04%200%200%200%2021.951%205H10.05zm5.931%202a9%209%200%201%201-.001%2018.001A9%209%200%200%201%2015.98%207m0%201.025A7.98%207.98%200%200%200%208%2016.01C8%2020.417%2011.568%2024%2015.98%2024a7.984%207.984%200%200%200%207.985-7.984c0-4.412-3.577-7.99-7.985-7.99zM19.316%2011c.262-.018.414.138.414.4c-.004%207.836.019%207.123-.046%207.407c-.147.625-.62.974-1.254%201.093c-.556.101-1.02.129-1.465-.23a1.12%201.12%200%200%201-.065-1.69c.386-.367.933-.44%201.746-.587c.138-.023.257-.055.354-.17c.147-.165.102.199.102-3.42c0-.257-.125-.328-.387-.282c-.184.032-4.22.786-4.22.786c-.23.05-.31.118-.31.38c0%205.333.024%204.8-.054%205.153a1.33%201.33%200%200%201-.684.898c-.38.211-1.074.305-1.441.24c-.983-.183-1.328-1.318-.662-1.97c.386-.367.933-.441%201.746-.588c.138-.023.256-.055.353-.17c.23-.262.042-5.543.12-5.85a.45.45%200%200%201%20.16-.293a.7.7%200%200%201%20.308-.125c4.64-.873%205.203-.982%205.285-.982%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.049%205A5.04%205.04%200%200%200%205%2010.049V21.95A5.04%205.04%200%200%200%2010.049%2027H21.95A5.04%205.04%200%200%200%2027%2021.951V10.05A5.04%205.04%200%200%200%2021.951%205H10.05zm5.931%202a9%209%200%201%201-.001%2018.001A9%209%200%200%201%2015.98%207m0%201.025A7.98%207.98%200%200%200%208%2016.01C8%2020.417%2011.568%2024%2015.98%2024a7.984%207.984%200%200%200%207.985-7.984c0-4.412-3.577-7.99-7.985-7.99zM19.316%2011c.262-.018.414.138.414.4c-.004%207.836.019%207.123-.046%207.407c-.147.625-.62.974-1.254%201.093c-.556.101-1.02.129-1.465-.23a1.12%201.12%200%200%201-.065-1.69c.386-.367.933-.44%201.746-.587c.138-.023.257-.055.354-.17c.147-.165.102.199.102-3.42c0-.257-.125-.328-.387-.282c-.184.032-4.22.786-4.22.786c-.23.05-.31.118-.31.38c0%205.333.024%204.8-.054%205.153a1.33%201.33%200%200%201-.684.898c-.38.211-1.074.305-1.441.24c-.983-.183-1.328-1.318-.662-1.97c.386-.367.933-.441%201.746-.588c.138-.023.256-.055.353-.17c.23-.262.042-5.543.12-5.85a.45.45%200%200%201%20.16-.293a.7.7%200%200%201%20.308-.125c4.64-.873%205.203-.982%205.285-.982%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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