concern icon
concern from IconPark TwoTone by ByteDance · Two tone · Music · Apache-2.0 Free for personal and commercial use.
- Name
- concern
- Set
- IconPark TwoTone
- Style
- Two tone
- Category
- Music
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More music icons from IconPark TwoTone
Use the concern icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGl4rQrcUi"><g fill="none" stroke="#fff"><path stroke-linecap="round" stroke-width="4" d="M10.858 9.858A19.94 19.94 0 0 0 5 24a19.94 19.94 0 0 0 5.858 14.142m28.284 0A19.94 19.94 0 0 0 45 24a19.94 19.94 0 0 0-5.858-14.142M34.9 33.9A13.96 13.96 0 0 0 39 24a13.96 13.96 0 0 0-4.1-9.9m-19.8 0A13.96 13.96 0 0 0 11 24a13.96 13.96 0 0 0 4.1 9.9"/><path fill="#555" stroke-linejoin="round" stroke-width="3.5" d="M28.182 20C30.29 20 32 21.612 32 23.6c0 2.588-2.546 4.8-3.818 6Q26.908 30.8 25 32q-1.909-1.2-3.182-2.4C20.545 28.4 18 26.188 18 23.6c0-1.988 1.71-3.6 3.818-3.6c1.328 0 2.498.64 3.182 1.61c.684-.97 1.854-1.61 3.182-1.61Z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGl4rQrcUi)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkTwotoneConcern(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGl4rQrcUi"><g fill="none" stroke="#fff"><path strokeLinecap="round" strokeWidth="4" d="M10.858 9.858A19.94 19.94 0 0 0 5 24a19.94 19.94 0 0 0 5.858 14.142m28.284 0A19.94 19.94 0 0 0 45 24a19.94 19.94 0 0 0-5.858-14.142M34.9 33.9A13.96 13.96 0 0 0 39 24a13.96 13.96 0 0 0-4.1-9.9m-19.8 0A13.96 13.96 0 0 0 11 24a13.96 13.96 0 0 0 4.1 9.9"/><path fill="#555" strokeLinejoin="round" strokeWidth="3.5" d="M28.182 20C30.29 20 32 21.612 32 23.6c0 2.588-2.546 4.8-3.818 6Q26.908 30.8 25 32q-1.909-1.2-3.182-2.4C20.545 28.4 18 26.188 18 23.6c0-1.988 1.71-3.6 3.818-3.6c1.328 0 2.498.64 3.182 1.61c.684-.97 1.854-1.61 3.182-1.61Z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGl4rQrcUi)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGl4rQrcUi"><g fill="none" stroke="#fff"><path stroke-linecap="round" stroke-width="4" d="M10.858 9.858A19.94 19.94 0 0 0 5 24a19.94 19.94 0 0 0 5.858 14.142m28.284 0A19.94 19.94 0 0 0 45 24a19.94 19.94 0 0 0-5.858-14.142M34.9 33.9A13.96 13.96 0 0 0 39 24a13.96 13.96 0 0 0-4.1-9.9m-19.8 0A13.96 13.96 0 0 0 11 24a13.96 13.96 0 0 0 4.1 9.9"/><path fill="#555" stroke-linejoin="round" stroke-width="3.5" d="M28.182 20C30.29 20 32 21.612 32 23.6c0 2.588-2.546 4.8-3.818 6Q26.908 30.8 25 32q-1.909-1.2-3.182-2.4C20.545 28.4 18 26.188 18 23.6c0-1.988 1.71-3.6 3.818-3.6c1.328 0 2.498.64 3.182 1.61c.684-.97 1.854-1.61 3.182-1.61Z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGl4rQrcUi)"/></svg> </template>
CSS
.icon-concern {
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%3Cdefs%3E%3Cmask%20id%3D%22SVGl4rQrcUi%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M10.858%209.858A19.94%2019.94%200%200%200%205%2024a19.94%2019.94%200%200%200%205.858%2014.142m28.284%200A19.94%2019.94%200%200%200%2045%2024a19.94%2019.94%200%200%200-5.858-14.142M34.9%2033.9A13.96%2013.96%200%200%200%2039%2024a13.96%2013.96%200%200%200-4.1-9.9m-19.8%200A13.96%2013.96%200%200%200%2011%2024a13.96%2013.96%200%200%200%204.1%209.9%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.5%22%20d%3D%22M28.182%2020C30.29%2020%2032%2021.612%2032%2023.6c0%202.588-2.546%204.8-3.818%206Q26.908%2030.8%2025%2032q-1.909-1.2-3.182-2.4C20.545%2028.4%2018%2026.188%2018%2023.6c0-1.988%201.71-3.6%203.818-3.6c1.328%200%202.498.64%203.182%201.61c.684-.97%201.854-1.61%203.182-1.61Z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGl4rQrcUi)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGl4rQrcUi%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M10.858%209.858A19.94%2019.94%200%200%200%205%2024a19.94%2019.94%200%200%200%205.858%2014.142m28.284%200A19.94%2019.94%200%200%200%2045%2024a19.94%2019.94%200%200%200-5.858-14.142M34.9%2033.9A13.96%2013.96%200%200%200%2039%2024a13.96%2013.96%200%200%200-4.1-9.9m-19.8%200A13.96%2013.96%200%200%200%2011%2024a13.96%2013.96%200%200%200%204.1%209.9%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.5%22%20d%3D%22M28.182%2020C30.29%2020%2032%2021.612%2032%2023.6c0%202.588-2.546%204.8-3.818%206Q26.908%2030.8%2025%2032q-1.909-1.2-3.182-2.4C20.545%2028.4%2018%2026.188%2018%2023.6c0-1.988%201.71-3.6%203.818-3.6c1.328%200%202.498.64%203.182%201.61c.684-.97%201.854-1.61%203.182-1.61Z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGl4rQrcUi)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/concern.svg?color=%231a73e8&size=48