ipod from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ipod
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the ipod icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M19.5 13.5v-3c0-3.759 0-5.638-.929-6.893a4.3 4.3 0 0 0-.49-.554C16.976 2 15.317 2 12 2S7.025 2 5.918 3.053q-.265.253-.49.554C4.5 4.862 4.5 6.741 4.5 10.5v3c0 3.759 0 5.638.929 6.892q.223.302.49.555C7.024 22 8.683 22 12 22s4.975 0 6.082-1.053q.265-.253.49-.555c.928-1.254.928-3.133.928-6.892Z"/><path d="M15 16a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path stroke-linecap="round" d="M4.5 10h15"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsIpod(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M19.5 13.5v-3c0-3.759 0-5.638-.929-6.893a4.3 4.3 0 0 0-.49-.554C16.976 2 15.317 2 12 2S7.025 2 5.918 3.053q-.265.253-.49.554C4.5 4.862 4.5 6.741 4.5 10.5v3c0 3.759 0 5.638.929 6.892q.223.302.49.555C7.024 22 8.683 22 12 22s4.975 0 6.082-1.053q.265-.253.49-.555c.928-1.254.928-3.133.928-6.892Z"/><path d="M15 16a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path strokeLinecap="round" d="M4.5 10h15"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M19.5 13.5v-3c0-3.759 0-5.638-.929-6.893a4.3 4.3 0 0 0-.49-.554C16.976 2 15.317 2 12 2S7.025 2 5.918 3.053q-.265.253-.49.554C4.5 4.862 4.5 6.741 4.5 10.5v3c0 3.759 0 5.638.929 6.892q.223.302.49.555C7.024 22 8.683 22 12 22s4.975 0 6.082-1.053q.265-.253.49-.555c.928-1.254.928-3.133.928-6.892Z"/><path d="M15 16a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path stroke-linecap="round" d="M4.5 10h15"/></g></svg>
</template>

CSS

.icon-ipod {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.5%2013.5v-3c0-3.759%200-5.638-.929-6.893a4.3%204.3%200%200%200-.49-.554C16.976%202%2015.317%202%2012%202S7.025%202%205.918%203.053q-.265.253-.49.554C4.5%204.862%204.5%206.741%204.5%2010.5v3c0%203.759%200%205.638.929%206.892q.223.302.49.555C7.024%2022%208.683%2022%2012%2022s4.975%200%206.082-1.053q.265-.253.49-.555c.928-1.254.928-3.133.928-6.892Z%22%2F%3E%3Cpath%20d%3D%22M15%2016a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%2010h15%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.5%2013.5v-3c0-3.759%200-5.638-.929-6.893a4.3%204.3%200%200%200-.49-.554C16.976%202%2015.317%202%2012%202S7.025%202%205.918%203.053q-.265.253-.49.554C4.5%204.862%204.5%206.741%204.5%2010.5v3c0%203.759%200%205.638.929%206.892q.223.302.49.555C7.024%2022%208.683%2022%2012%2022s4.975%200%206.082-1.053q.265-.253.49-.555c.928-1.254.928-3.133.928-6.892Z%22%2F%3E%3Cpath%20d%3D%22M15%2016a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%2010h15%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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