universal icon
universal from IconPark TwoTone by ByteDance · Two tone · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- universal
- Set
- IconPark TwoTone
- Style
- Two tone
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark TwoTone
Use the universal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGkotxtcDE"><g fill="none"><path fill="#555" stroke="#fff" stroke-width="4" d="M24 38c7.732 0 14-6.268 14-14s-6.268-14-14-14s-14 6.268-14 14s6.268 14 14 14Z"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M11 29c1.509.624 4 1 5.259-.468c1.258-1.469.136-3.78 1.53-4.564c1.528-.86 2.631 2.064 5.502 1.548S28 21 28 19s-1.715-2-1.838-3.946C26 12.5 28 11 28 11m0 26c-1.086-.909-2-1.5-2-3s1-1 2-2s.5-3 1.5-3.5s4.108.556 6.5 2.5"/><circle cx="24" cy="4" r="2" fill="#fff"/><circle cx="24" cy="44" r="2" fill="#fff"/><circle cx="44" cy="24" r="2" fill="#fff"/><circle cx="38" cy="10" r="2" fill="#fff"/><circle cx="10" cy="38" r="2" fill="#fff"/><circle cx="4" cy="24" r="2" fill="#fff"/><circle cx="10" cy="10" r="2" fill="#fff"/><circle cx="38" cy="38" r="2" fill="#fff"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M10 24c0 3.815 1.526 7.273 4 9.798M24 38c7.732 0 14-6.268 14-14M24 10c3.815 0 7.273 1.526 9.798 4"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGkotxtcDE)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkTwotoneUniversal(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="SVGkotxtcDE"><g fill="none"><path fill="#555" stroke="#fff" strokeWidth="4" d="M24 38c7.732 0 14-6.268 14-14s-6.268-14-14-14s-14 6.268-14 14s6.268 14 14 14Z"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4" d="M11 29c1.509.624 4 1 5.259-.468c1.258-1.469.136-3.78 1.53-4.564c1.528-.86 2.631 2.064 5.502 1.548S28 21 28 19s-1.715-2-1.838-3.946C26 12.5 28 11 28 11m0 26c-1.086-.909-2-1.5-2-3s1-1 2-2s.5-3 1.5-3.5s4.108.556 6.5 2.5"/><circle cx="24" cy="4" r="2" fill="#fff"/><circle cx="24" cy="44" r="2" fill="#fff"/><circle cx="44" cy="24" r="2" fill="#fff"/><circle cx="38" cy="10" r="2" fill="#fff"/><circle cx="10" cy="38" r="2" fill="#fff"/><circle cx="4" cy="24" r="2" fill="#fff"/><circle cx="10" cy="10" r="2" fill="#fff"/><circle cx="38" cy="38" r="2" fill="#fff"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M10 24c0 3.815 1.526 7.273 4 9.798M24 38c7.732 0 14-6.268 14-14M24 10c3.815 0 7.273 1.526 9.798 4"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGkotxtcDE)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGkotxtcDE"><g fill="none"><path fill="#555" stroke="#fff" stroke-width="4" d="M24 38c7.732 0 14-6.268 14-14s-6.268-14-14-14s-14 6.268-14 14s6.268 14 14 14Z"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M11 29c1.509.624 4 1 5.259-.468c1.258-1.469.136-3.78 1.53-4.564c1.528-.86 2.631 2.064 5.502 1.548S28 21 28 19s-1.715-2-1.838-3.946C26 12.5 28 11 28 11m0 26c-1.086-.909-2-1.5-2-3s1-1 2-2s.5-3 1.5-3.5s4.108.556 6.5 2.5"/><circle cx="24" cy="4" r="2" fill="#fff"/><circle cx="24" cy="44" r="2" fill="#fff"/><circle cx="44" cy="24" r="2" fill="#fff"/><circle cx="38" cy="10" r="2" fill="#fff"/><circle cx="10" cy="38" r="2" fill="#fff"/><circle cx="4" cy="24" r="2" fill="#fff"/><circle cx="10" cy="10" r="2" fill="#fff"/><circle cx="38" cy="38" r="2" fill="#fff"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M10 24c0 3.815 1.526 7.273 4 9.798M24 38c7.732 0 14-6.268 14-14M24 10c3.815 0 7.273 1.526 9.798 4"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGkotxtcDE)"/></svg> </template>
CSS
.icon-universal {
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%22SVGkotxtcDE%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20d%3D%22M24%2038c7.732%200%2014-6.268%2014-14s-6.268-14-14-14s-14%206.268-14%2014s6.268%2014%2014%2014Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M11%2029c1.509.624%204%201%205.259-.468c1.258-1.469.136-3.78%201.53-4.564c1.528-.86%202.631%202.064%205.502%201.548S28%2021%2028%2019s-1.715-2-1.838-3.946C26%2012.5%2028%2011%2028%2011m0%2026c-1.086-.909-2-1.5-2-3s1-1%202-2s.5-3%201.5-3.5s4.108.556%206.5%202.5%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2244%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2244%22%20cy%3D%2224%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2238%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2238%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%2224%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2238%22%20cy%3D%2238%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M10%2024c0%203.815%201.526%207.273%204%209.798M24%2038c7.732%200%2014-6.268%2014-14M24%2010c3.815%200%207.273%201.526%209.798%204%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(%23SVGkotxtcDE)%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%22SVGkotxtcDE%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20d%3D%22M24%2038c7.732%200%2014-6.268%2014-14s-6.268-14-14-14s-14%206.268-14%2014s6.268%2014%2014%2014Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M11%2029c1.509.624%204%201%205.259-.468c1.258-1.469.136-3.78%201.53-4.564c1.528-.86%202.631%202.064%205.502%201.548S28%2021%2028%2019s-1.715-2-1.838-3.946C26%2012.5%2028%2011%2028%2011m0%2026c-1.086-.909-2-1.5-2-3s1-1%202-2s.5-3%201.5-3.5s4.108.556%206.5%202.5%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2244%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2244%22%20cy%3D%2224%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2238%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2238%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%2224%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2238%22%20cy%3D%2238%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M10%2024c0%203.815%201.526%207.273%204%209.798M24%2038c7.732%200%2014-6.268%2014-14M24%2010c3.815%200%207.273%201.526%209.798%204%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(%23SVGkotxtcDE)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/universal.svg?color=%231a73e8&size=48