application effect icon
application-effect from IconPark by ByteDance · Color · Office · Apache-2.0 Free for personal and commercial use.
- Name
- application-effect
- Set
- IconPark
- Style
- Color
- Category
- Office
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More office icons from IconPark
Use the application effect 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"><path d="M24 40.8331C26.123 42.7333 28.9266 43.8887 32 43.8887C38.6274 43.8887 44 38.5161 44 31.8887C44 26.5878 40.5629 22.0897 35.7957 20.5015"/><path d="M27.1711 27.4992C27.7058 28.8588 27.9995 30.3397 27.9995 31.8891C27.9995 38.5165 22.6269 43.8891 15.9995 43.8891C9.37209 43.8891 3.99951 38.5165 3.99951 31.8891C3.99951 26.5741 7.45492 22.0662 12.2418 20.4893"/><path d="M24 27.8892C30.6274 27.8892 36 22.5166 36 15.8892C36 9.26174 30.6274 3.88916 24 3.88916C17.3726 3.88916 12 9.26174 12 15.8892C12 22.5166 17.3726 27.8892 24 27.8892Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkApplicationEffect(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"><path d="M24 40.8331C26.123 42.7333 28.9266 43.8887 32 43.8887C38.6274 43.8887 44 38.5161 44 31.8887C44 26.5878 40.5629 22.0897 35.7957 20.5015"/><path d="M27.1711 27.4992C27.7058 28.8588 27.9995 30.3397 27.9995 31.8891C27.9995 38.5165 22.6269 43.8891 15.9995 43.8891C9.37209 43.8891 3.99951 38.5165 3.99951 31.8891C3.99951 26.5741 7.45492 22.0662 12.2418 20.4893"/><path d="M24 27.8892C30.6274 27.8892 36 22.5166 36 15.8892C36 9.26174 30.6274 3.88916 24 3.88916C17.3726 3.88916 12 9.26174 12 15.8892C12 22.5166 17.3726 27.8892 24 27.8892Z"/></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"><path d="M24 40.8331C26.123 42.7333 28.9266 43.8887 32 43.8887C38.6274 43.8887 44 38.5161 44 31.8887C44 26.5878 40.5629 22.0897 35.7957 20.5015"/><path d="M27.1711 27.4992C27.7058 28.8588 27.9995 30.3397 27.9995 31.8891C27.9995 38.5165 22.6269 43.8891 15.9995 43.8891C9.37209 43.8891 3.99951 38.5165 3.99951 31.8891C3.99951 26.5741 7.45492 22.0662 12.2418 20.4893"/><path d="M24 27.8892C30.6274 27.8892 36 22.5166 36 15.8892C36 9.26174 30.6274 3.88916 24 3.88916C17.3726 3.88916 12 9.26174 12 15.8892C12 22.5166 17.3726 27.8892 24 27.8892Z"/></g></svg> </template>
CSS
.icon-application-effect {
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%3Cpath%20d%3D%22M24%2040.8331C26.123%2042.7333%2028.9266%2043.8887%2032%2043.8887C38.6274%2043.8887%2044%2038.5161%2044%2031.8887C44%2026.5878%2040.5629%2022.0897%2035.7957%2020.5015%22%2F%3E%3Cpath%20d%3D%22M27.1711%2027.4992C27.7058%2028.8588%2027.9995%2030.3397%2027.9995%2031.8891C27.9995%2038.5165%2022.6269%2043.8891%2015.9995%2043.8891C9.37209%2043.8891%203.99951%2038.5165%203.99951%2031.8891C3.99951%2026.5741%207.45492%2022.0662%2012.2418%2020.4893%22%2F%3E%3Cpath%20d%3D%22M24%2027.8892C30.6274%2027.8892%2036%2022.5166%2036%2015.8892C36%209.26174%2030.6274%203.88916%2024%203.88916C17.3726%203.88916%2012%209.26174%2012%2015.8892C12%2022.5166%2017.3726%2027.8892%2024%2027.8892Z%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%3Cpath%20d%3D%22M24%2040.8331C26.123%2042.7333%2028.9266%2043.8887%2032%2043.8887C38.6274%2043.8887%2044%2038.5161%2044%2031.8887C44%2026.5878%2040.5629%2022.0897%2035.7957%2020.5015%22%2F%3E%3Cpath%20d%3D%22M27.1711%2027.4992C27.7058%2028.8588%2027.9995%2030.3397%2027.9995%2031.8891C27.9995%2038.5165%2022.6269%2043.8891%2015.9995%2043.8891C9.37209%2043.8891%203.99951%2038.5165%203.99951%2031.8891C3.99951%2026.5741%207.45492%2022.0662%2012.2418%2020.4893%22%2F%3E%3Cpath%20d%3D%22M24%2027.8892C30.6274%2027.8892%2036%2022.5166%2036%2015.8892C36%209.26174%2030.6274%203.88916%2024%203.88916C17.3726%203.88916%2012%209.26174%2012%2015.8892C12%2022.5166%2017.3726%2027.8892%2024%2027.8892Z%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/application-effect.svg?color=%231a73e8&size=48