fm icon
fm from IconPark by ByteDance · Color · Music · Apache-2.0 Free for personal and commercial use.
- Name
- fm
- Set
- IconPark
- Style
- Color
- Category
- Music
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More music icons from IconPark
Use the fm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><circle cx="24" cy="22" r="4" fill="#2F88FF"/><path fill="#2F88FF" d="M21.5238 33.0539C22.7619 31.6487 25.2381 31.6486 26.4762 33.0539C27.7143 34.4592 26.4763 43.3608 25.6508 44.2975C24.8254 45.2342 23.1746 45.2342 22.3492 44.2975C21.5238 43.3608 20.2857 34.4591 21.5238 33.0539Z"/><path d="M30.9668 30.513C33.4289 28.4957 35 25.4313 35 22C35 15.9249 30.0751 11 24 11C17.9249 11 13 15.9249 13 22C13 25.4313 14.5711 28.4957 17.0332 30.513"/><path d="M31.9258 38.1656C37.8928 35.2345 42 29.0969 42 22C42 12.0589 33.9411 4 24 4C14.0589 4 6 12.0589 6 22C6 29.0969 10.1072 35.2345 16.0742 38.1656"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkFm(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><circle cx="24" cy="22" r="4" fill="#2F88FF"/><path fill="#2F88FF" d="M21.5238 33.0539C22.7619 31.6487 25.2381 31.6486 26.4762 33.0539C27.7143 34.4592 26.4763 43.3608 25.6508 44.2975C24.8254 45.2342 23.1746 45.2342 22.3492 44.2975C21.5238 43.3608 20.2857 34.4591 21.5238 33.0539Z"/><path d="M30.9668 30.513C33.4289 28.4957 35 25.4313 35 22C35 15.9249 30.0751 11 24 11C17.9249 11 13 15.9249 13 22C13 25.4313 14.5711 28.4957 17.0332 30.513"/><path d="M31.9258 38.1656C37.8928 35.2345 42 29.0969 42 22C42 12.0589 33.9411 4 24 4C14.0589 4 6 12.0589 6 22C6 29.0969 10.1072 35.2345 16.0742 38.1656"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><circle cx="24" cy="22" r="4" fill="#2F88FF"/><path fill="#2F88FF" d="M21.5238 33.0539C22.7619 31.6487 25.2381 31.6486 26.4762 33.0539C27.7143 34.4592 26.4763 43.3608 25.6508 44.2975C24.8254 45.2342 23.1746 45.2342 22.3492 44.2975C21.5238 43.3608 20.2857 34.4591 21.5238 33.0539Z"/><path d="M30.9668 30.513C33.4289 28.4957 35 25.4313 35 22C35 15.9249 30.0751 11 24 11C17.9249 11 13 15.9249 13 22C13 25.4313 14.5711 28.4957 17.0332 30.513"/><path d="M31.9258 38.1656C37.8928 35.2345 42 29.0969 42 22C42 12.0589 33.9411 4 24 4C14.0589 4 6 12.0589 6 22C6 29.0969 10.1072 35.2345 16.0742 38.1656"/></g></svg> </template>
CSS
.icon-fm {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2222%22%20r%3D%224%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M21.5238%2033.0539C22.7619%2031.6487%2025.2381%2031.6486%2026.4762%2033.0539C27.7143%2034.4592%2026.4763%2043.3608%2025.6508%2044.2975C24.8254%2045.2342%2023.1746%2045.2342%2022.3492%2044.2975C21.5238%2043.3608%2020.2857%2034.4591%2021.5238%2033.0539Z%22%2F%3E%3Cpath%20d%3D%22M30.9668%2030.513C33.4289%2028.4957%2035%2025.4313%2035%2022C35%2015.9249%2030.0751%2011%2024%2011C17.9249%2011%2013%2015.9249%2013%2022C13%2025.4313%2014.5711%2028.4957%2017.0332%2030.513%22%2F%3E%3Cpath%20d%3D%22M31.9258%2038.1656C37.8928%2035.2345%2042%2029.0969%2042%2022C42%2012.0589%2033.9411%204%2024%204C14.0589%204%206%2012.0589%206%2022C6%2029.0969%2010.1072%2035.2345%2016.0742%2038.1656%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2222%22%20r%3D%224%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M21.5238%2033.0539C22.7619%2031.6487%2025.2381%2031.6486%2026.4762%2033.0539C27.7143%2034.4592%2026.4763%2043.3608%2025.6508%2044.2975C24.8254%2045.2342%2023.1746%2045.2342%2022.3492%2044.2975C21.5238%2043.3608%2020.2857%2034.4591%2021.5238%2033.0539Z%22%2F%3E%3Cpath%20d%3D%22M30.9668%2030.513C33.4289%2028.4957%2035%2025.4313%2035%2022C35%2015.9249%2030.0751%2011%2024%2011C17.9249%2011%2013%2015.9249%2013%2022C13%2025.4313%2014.5711%2028.4957%2017.0332%2030.513%22%2F%3E%3Cpath%20d%3D%22M31.9258%2038.1656C37.8928%2035.2345%2042%2029.0969%2042%2022C42%2012.0589%2033.9411%204%2024%204C14.0589%204%206%2012.0589%206%2022C6%2029.0969%2010.1072%2035.2345%2016.0742%2038.1656%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/fm.svg?color=%231a73e8&size=48