itunes note icon
itunes-note from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- itunes-note
- 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 note icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.068 5.006c-.178 0-1.442.25-11.81 2.191c-.081 0-.469.102-.682.28c-.209.168-.32.392-.361.656c-.173.69.378 13.148-.135 13.732c-.224.25-.619.321-.924.377c-1.824.32-3.038.488-3.902 1.31c-1.49 1.454-.718 3.99 1.478 4.401c.823.152 2.37-.054 3.223-.527c.752-.387 1.322-1.083 1.535-2.008c.183-.793.127-.245.127-12.174c0-.585.164-.737.682-.85c0 0 9.02-1.686 9.437-1.757c.584-.102.864.056.864.625c0 8.087.102 7.929-.223 8.295c-.224.249-.49.319-.795.375c-1.825.32-2.927.376-3.791 1.199c-1.093 1.067-1.078 2.76.137 3.781c.905.69 1.92.86 3.166.631c1.418-.265 2.476-1.048 2.8-2.441c.148-.635.1.304.094-17.202c0-.59-.336-.935-.92-.894"/></svg>
React
import type { SVGProps } from "react";
export function LaItunesNote(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="M23.068 5.006c-.178 0-1.442.25-11.81 2.191c-.081 0-.469.102-.682.28c-.209.168-.32.392-.361.656c-.173.69.378 13.148-.135 13.732c-.224.25-.619.321-.924.377c-1.824.32-3.038.488-3.902 1.31c-1.49 1.454-.718 3.99 1.478 4.401c.823.152 2.37-.054 3.223-.527c.752-.387 1.322-1.083 1.535-2.008c.183-.793.127-.245.127-12.174c0-.585.164-.737.682-.85c0 0 9.02-1.686 9.437-1.757c.584-.102.864.056.864.625c0 8.087.102 7.929-.223 8.295c-.224.249-.49.319-.795.375c-1.825.32-2.927.376-3.791 1.199c-1.093 1.067-1.078 2.76.137 3.781c.905.69 1.92.86 3.166.631c1.418-.265 2.476-1.048 2.8-2.441c.148-.635.1.304.094-17.202c0-.59-.336-.935-.92-.894"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.068 5.006c-.178 0-1.442.25-11.81 2.191c-.081 0-.469.102-.682.28c-.209.168-.32.392-.361.656c-.173.69.378 13.148-.135 13.732c-.224.25-.619.321-.924.377c-1.824.32-3.038.488-3.902 1.31c-1.49 1.454-.718 3.99 1.478 4.401c.823.152 2.37-.054 3.223-.527c.752-.387 1.322-1.083 1.535-2.008c.183-.793.127-.245.127-12.174c0-.585.164-.737.682-.85c0 0 9.02-1.686 9.437-1.757c.584-.102.864.056.864.625c0 8.087.102 7.929-.223 8.295c-.224.249-.49.319-.795.375c-1.825.32-2.927.376-3.791 1.199c-1.093 1.067-1.078 2.76.137 3.781c.905.69 1.92.86 3.166.631c1.418-.265 2.476-1.048 2.8-2.441c.148-.635.1.304.094-17.202c0-.59-.336-.935-.92-.894"/></svg> </template>
CSS
.icon-itunes-note {
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%22M23.068%205.006c-.178%200-1.442.25-11.81%202.191c-.081%200-.469.102-.682.28c-.209.168-.32.392-.361.656c-.173.69.378%2013.148-.135%2013.732c-.224.25-.619.321-.924.377c-1.824.32-3.038.488-3.902%201.31c-1.49%201.454-.718%203.99%201.478%204.401c.823.152%202.37-.054%203.223-.527c.752-.387%201.322-1.083%201.535-2.008c.183-.793.127-.245.127-12.174c0-.585.164-.737.682-.85c0%200%209.02-1.686%209.437-1.757c.584-.102.864.056.864.625c0%208.087.102%207.929-.223%208.295c-.224.249-.49.319-.795.375c-1.825.32-2.927.376-3.791%201.199c-1.093%201.067-1.078%202.76.137%203.781c.905.69%201.92.86%203.166.631c1.418-.265%202.476-1.048%202.8-2.441c.148-.635.1.304.094-17.202c0-.59-.336-.935-.92-.894%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%22M23.068%205.006c-.178%200-1.442.25-11.81%202.191c-.081%200-.469.102-.682.28c-.209.168-.32.392-.361.656c-.173.69.378%2013.148-.135%2013.732c-.224.25-.619.321-.924.377c-1.824.32-3.038.488-3.902%201.31c-1.49%201.454-.718%203.99%201.478%204.401c.823.152%202.37-.054%203.223-.527c.752-.387%201.322-1.083%201.535-2.008c.183-.793.127-.245.127-12.174c0-.585.164-.737.682-.85c0%200%209.02-1.686%209.437-1.757c.584-.102.864.056.864.625c0%208.087.102%207.929-.223%208.295c-.224.249-.49.319-.795.375c-1.825.32-2.927.376-3.791%201.199c-1.093%201.067-1.078%202.76.137%203.781c.905.69%201.92.86%203.166.631c1.418-.265%202.476-1.048%202.8-2.441c.148-.635.1.304.094-17.202c0-.59-.336-.935-.92-.894%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/itunes-note.svg?color=%231a73e8&size=48