recording icon
recording from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- recording
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Use the recording icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M380.79 144.05c-59.1 1.65-107.12 49.71-108.79 108.81a111.64 111.64 0 0 0 30.36 79.77A2 2 0 0 1 301 336h-90a2 2 0 0 1-1.44-3.37A111.64 111.64 0 0 0 240 252.86c-1.63-59.1-49.65-107.16-108.75-108.81A112.12 112.12 0 0 0 16 255.53C15.75 317.77 67 368 129.24 368h253.52C445 368 496.25 317.77 496 255.53a112.12 112.12 0 0 0-115.21-111.48"/></svg>
React
import type { SVGProps } from "react";
export function IonRecording(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M380.79 144.05c-59.1 1.65-107.12 49.71-108.79 108.81a111.64 111.64 0 0 0 30.36 79.77A2 2 0 0 1 301 336h-90a2 2 0 0 1-1.44-3.37A111.64 111.64 0 0 0 240 252.86c-1.63-59.1-49.65-107.16-108.75-108.81A112.12 112.12 0 0 0 16 255.53C15.75 317.77 67 368 129.24 368h253.52C445 368 496.25 317.77 496 255.53a112.12 112.12 0 0 0-115.21-111.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M380.79 144.05c-59.1 1.65-107.12 49.71-108.79 108.81a111.64 111.64 0 0 0 30.36 79.77A2 2 0 0 1 301 336h-90a2 2 0 0 1-1.44-3.37A111.64 111.64 0 0 0 240 252.86c-1.63-59.1-49.65-107.16-108.75-108.81A112.12 112.12 0 0 0 16 255.53C15.75 317.77 67 368 129.24 368h253.52C445 368 496.25 317.77 496 255.53a112.12 112.12 0 0 0-115.21-111.48"/></svg> </template>
CSS
.icon-recording {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M380.79%20144.05c-59.1%201.65-107.12%2049.71-108.79%20108.81a111.64%20111.64%200%200%200%2030.36%2079.77A2%202%200%200%201%20301%20336h-90a2%202%200%200%201-1.44-3.37A111.64%20111.64%200%200%200%20240%20252.86c-1.63-59.1-49.65-107.16-108.75-108.81A112.12%20112.12%200%200%200%2016%20255.53C15.75%20317.77%2067%20368%20129.24%20368h253.52C445%20368%20496.25%20317.77%20496%20255.53a112.12%20112.12%200%200%200-115.21-111.48%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M380.79%20144.05c-59.1%201.65-107.12%2049.71-108.79%20108.81a111.64%20111.64%200%200%200%2030.36%2079.77A2%202%200%200%201%20301%20336h-90a2%202%200%200%201-1.44-3.37A111.64%20111.64%200%200%200%20240%20252.86c-1.63-59.1-49.65-107.16-108.75-108.81A112.12%20112.12%200%200%200%2016%20255.53C15.75%20317.77%2067%20368%20129.24%20368h253.52C445%20368%20496.25%20317.77%20496%20255.53a112.12%20112.12%200%200%200-115.21-111.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/recording.svg?color=%231a73e8&size=48